Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ababdotai/awesome-agent-quickstart
/ functions
Functions
417 in github.com/ababdotai/awesome-agent-quickstart
⨍
Functions
417
◇
Types & classes
88
↳
Endpoints
2
Function
get_api_key
Get the API key from environment variable.
langgraph_swarm/config.py:23
Function
get_current_time
Returns the current time in a specified city. Args: city (str): The name of the city for which to retrieve the current time. Returns
google-adk/multi_tool_agent/agent.py:30
Function
get_exchange_rate
Use this to get current exchange rate. Args: currency_from: The currency to convert from (e.g., "USD"). currency_to: The currency
A2A/agents/langgraph/agent.py:19
Method
get_exchange_rate
( self, currency_from: Annotated[ str, 'Currency code to convert from, e.g. USD'
A2A/agents/semantickernel/agent.py:45
Function
get_forecast
Get weather forecast for a location. Args: latitude: Latitude of the location longitude: Longitude of the location
model_context_protocol/weather/weather.py:59
Function
get_llm_response
Get response from LLM based on conversation history.
langgraph/helloworld.py:21
Function
get_message_text
Get the text content of a message.
langgraph-platform/agents/utils.py:8
Function
get_model_config
Get model configuration with default values.
langgraph_swarm/config.py:33
Method
get_pending_messages
(self)
A2A/demo/ui/service/server/in_memory_manager.py:152
Method
get_pending_messages
(self)
A2A/demo/ui/service/server/application_manager.py:25
Method
get_processing_message
(self)
A2A/agents/google_adk/agent.py:128
Function
get_todays_date
Get the current date.
langgraph-platform/agents/react_agent/tools.py:57
Function
get_weather
Get weather for location.
langchain-mcp-adapters/servers/weather_server.py:10
Function
get_weather
A simple mock weather tool to demonstrate tool usage. Returns the same response regardless of input (for demo purposes). Args: l
smolagents/any_llm.py:43
Function
get_weather
Retrieves the current weather report for a specified city. Args: city (str): The name of the city for which to retrieve the weather repor
google-adk/multi_tool_agent/agent.py:6
Function
greet
Simple greet
langchain-mcp-adapters/servers/versatile_server.py:25
Function
hello_world
(name: str)
langchain-mcp-adapters/servers/versatile_server.py:12
Function
home_page
Main Page
A2A/demo/ui/main.py:68
Function
load_agent_info
(e: me.ClickEvent)
A2A/demo/ui/pages/agent_list.py:73
Method
load_memory_variables
Load memory variables.
langchain/helloworld.py:31
Function
make_graph
()
langgraph-platform/agents/react_agent/graph_without_config.py:5
Function
make_supervisor_graph
(config: RunnableConfig)
langgraph-platform/agents/supervisor/supervisor_prebuilt.py:9
Method
memory_variables
Define memory variables.
langchain/helloworld.py:27
Function
multiply
Multiply two numbers together.
langgraph-codeact/helloworld.py:37
Function
multiply
Multiply two numbers together.
langchain-sandbox/codeact.py:87
Function
multiply
Multiply two numbers
langchain-mcp-adapters/servers/math_server.py:12
Function
navigate_to
Navigate to a specific page
A2A/demo/ui/components/side_nav.py:27
Function
on_api_key_change
Save API key to app state when input changes
A2A/demo/ui/components/api_key_dialog.py:11
Function
on_api_key_change
(e: me.InputBlurEvent)
A2A/demo/ui/pages/settings.py:16
Function
on_blur
Input handler
A2A/demo/ui/components/conversation.py:25
Function
on_blur
(e: me.InputBlurEvent)
A2A/demo/ui/components/form_render.py:284
Function
on_blur_set_name
Input handler
A2A/demo/ui/pages/home.py:15
Function
on_change
(e: me.ButtonToggleChangeEvent)
A2A/demo/ui/components/poller.py:41
Function
on_change
(e: me.RadioChangeEvent)
A2A/demo/ui/components/form_render.py:274
Function
on_click
(e: me.TableClickEvent)
A2A/demo/ui/components/conversation_list.py:64
Function
on_click_change_name
Change name button handler
A2A/demo/ui/pages/home.py:30
Function
on_enter_change_name
Change name button handler
A2A/demo/ui/pages/home.py:21
Function
on_load
On load event
A2A/demo/ui/main.py:29
Method
on_resubscribe_to_task
( self, request )
A2A/agents/llama_index_file_chat/task_manager.py:377
Method
on_resubscribe_to_task
( self, request )
A2A/agents/langgraph/task_manager.py:252
Method
on_resubscribe_to_task
( self, request )
A2A/agents/marvin/task_manager.py:293
Function
on_selection_change_output_types
(e: me.SelectSelectionChangeEvent)
A2A/demo/ui/pages/settings.py:11
Method
on_send_task
Handle synchronous task requests. This method processes one-time task requests and returns a complete response. Unlike streaming task
A2A/agents/ag2/task_manager.py:43
Method
on_send_task
Handles the 'send task' request.
A2A/agents/llama_index_file_chat/task_manager.py:204
Method
on_send_task
(self, request: SendTaskRequest)
A2A/agents/google_adk/task_manager.py:216
Method
on_send_task
Handles the 'send task' request.
A2A/agents/langgraph/task_manager.py:134
Method
on_send_task
A method to handle a task request. Args: request: The task request containing the parameters. Returns: SendT
A2A/agents/semantickernel/task_manager.py:38
Method
on_send_task
Handles the 'send task' request.
A2A/agents/marvin/task_manager.py:190
Method
on_send_task
(self, request: SendTaskRequest)
A2A/agents/mindsdb/task_manager.py:115
Method
on_send_task
( self, request: SendTaskRequest )
A2A/agents/crewai/task_manager.py:42
Method
on_send_task_subscribe
Handle streaming task requests with SSE subscription. This method initiates a streaming task and returns incremental updates to the c
A2A/agents/ag2/task_manager.py:76
Method
on_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/llama_index_file_chat/task_manager.py:303
Method
on_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/google_adk/task_manager.py:223
Method
on_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/langgraph/task_manager.py:168
Method
on_send_task_subscribe
A method to handle a task streaming request. Args: request: The task streaming request containing the parameters. Return
A2A/agents/semantickernel/task_manager.py:68
Method
on_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/marvin/task_manager.py:223
Method
on_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/mindsdb/task_manager.py:122
Method
on_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/crewai/task_manager.py:62
Function
on_sidenav_menu_click
Side navigation menu click handler
A2A/demo/ui/components/side_nav.py:21
Method
parse
(self, ctx: Context, ev: ParseEvent)
A2A/agents/llama_index_file_chat/agent.py:112
Method
process_message
(self, message: Message)
A2A/demo/ui/service/server/in_memory_manager.py:59
Method
process_message
(self, message: Message)
A2A/demo/ui/service/server/application_manager.py:17
Function
radians
Convert degrees to radians.
langgraph-codeact/helloworld.py:62
Function
radians
Convert degrees to radians.
langchain-sandbox/codeact.py:116
Function
refresh_app_state
Refresh app state event handler
A2A/demo/ui/components/page_scaffold.py:18
Method
register_agent
(self, url)
A2A/demo/ui/service/server/in_memory_manager.py:180
Method
register_agent
(self, url: str)
A2A/demo/ui/service/server/application_manager.py:21
Function
reimburse
Reimburse the amount of money to the employee for a given request_id.
A2A/agents/google_adk/agent.py:102
Method
render
()
A2A/demo/ui/components/async_poller.js:13
Function
replay
Replay the crew execution from a specific task.
crewai/helloworld/src/helloworld/main.py:47
Method
reporting_analyst
(self)
crewai/helloworld/src/helloworld/crew.py:28
Method
reporting_task
(self)
crewai/helloworld/src/helloworld/crew.py:44
Method
research_task
(self)
crewai/helloworld/src/helloworld/crew.py:38
Method
researcher
(self)
crewai/helloworld/src/helloworld/crew.py:21
Function
return_form
Returns a structured json object indicating a form to complete. Args: form_request (dict[str, Any]): The request form data. tool_
A2A/agents/google_adk/agent.py:46
Method
route
(self, ev: InputEvent)
A2A/agents/llama_index_file_chat/agent.py:104
Function
run
Run the crew.
crewai/helloworld/src/helloworld/main.py:19
Method
sanitize_message
(self, message: Message)
A2A/demo/ui/service/server/in_memory_manager.py:53
Method
sanitize_message
(self, message: Message)
A2A/demo/ui/service/server/application_manager.py:13
Function
save_agent
(e: me.ClickEvent)
A2A/demo/ui/pages/agent_list.py:102
Function
save_api_key
Save API key and close dialog
A2A/demo/ui/components/api_key_dialog.py:17
Method
save_context
Save context from this conversation to memory.
langchain/helloworld.py:35
Function
send_message_button
Send message button handler
A2A/demo/ui/components/conversation.py:84
Function
send_message_enter
Send message handler
A2A/demo/ui/components/conversation.py:71
Method
setUp
Set up test fixtures.
A2A/demo/ui/tests/test_adk_host_manager.py:15
Function
set_agent_address
(e: me.InputBlurEvent)
A2A/demo/ui/pages/agent_list.py:68
Function
settings_page
Settings Page.
A2A/demo/ui/main.py:119
Function
shouldContinue
(state: typeof StateAnnotation.State)
langgraphjs/helloworld_low_level.ts:63
Function
sin
Take the sine of a number.
langgraph-codeact/helloworld.py:52
Function
sin
Take the sine of a number.
langchain-sandbox/codeact.py:102
Function
sqrt
Take the square root of a number.
langgraph-codeact/helloworld.py:72
Function
sqrt
Take the square root of a number.
langchain-sandbox/codeact.py:128
Method
stream
Stream the response for a user query. Args: query: The user's input text. sessionId: The session identifier.
A2A/agents/marvin/agent.py:100
Method
stream
Streaming is not supported by CrewAI.
A2A/agents/crewai/agent.py:223
Function
submit_form
(e: me.ClickEvent)
A2A/demo/ui/components/form_render.py:329
Function
subtract
Subtract two numbers.
langgraph-codeact/helloworld.py:47
Function
subtract
Subtract two numbers.
langchain-sandbox/codeact.py:97
Method
task_callback
(self, task: TaskCallbackArg, agent_card: AgentCard)
A2A/demo/ui/service/server/adk_host_manager.py:244
Function
task_page
Task List Page.
A2A/demo/ui/main.py:131
Method
tasks
(self)
A2A/demo/ui/service/server/in_memory_manager.py:195
← previous
next →
301–400 of 417, ranked by callers