MCPcopy Create free account

hub / github.com/ababdotai/awesome-agent-quickstart / functions

Functions417 in github.com/ababdotai/awesome-agent-quickstart

Functionget_api_key
Get the API key from environment variable.
langgraph_swarm/config.py:23
Functionget_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
Functionget_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
Methodget_exchange_rate
( self, currency_from: Annotated[ str, 'Currency code to convert from, e.g. USD'
A2A/agents/semantickernel/agent.py:45
Functionget_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
Functionget_llm_response
Get response from LLM based on conversation history.
langgraph/helloworld.py:21
Functionget_message_text
Get the text content of a message.
langgraph-platform/agents/utils.py:8
Functionget_model_config
Get model configuration with default values.
langgraph_swarm/config.py:33
Methodget_pending_messages
(self)
A2A/demo/ui/service/server/in_memory_manager.py:152
Methodget_pending_messages
(self)
A2A/demo/ui/service/server/application_manager.py:25
Methodget_processing_message
(self)
A2A/agents/google_adk/agent.py:128
Functionget_todays_date
Get the current date.
langgraph-platform/agents/react_agent/tools.py:57
Functionget_weather
Get weather for location.
langchain-mcp-adapters/servers/weather_server.py:10
Functionget_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
Functionget_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
Functiongreet
Simple greet
langchain-mcp-adapters/servers/versatile_server.py:25
Functionhello_world
(name: str)
langchain-mcp-adapters/servers/versatile_server.py:12
Functionhome_page
Main Page
A2A/demo/ui/main.py:68
Functionload_agent_info
(e: me.ClickEvent)
A2A/demo/ui/pages/agent_list.py:73
Methodload_memory_variables
Load memory variables.
langchain/helloworld.py:31
Functionmake_graph
()
langgraph-platform/agents/react_agent/graph_without_config.py:5
Functionmake_supervisor_graph
(config: RunnableConfig)
langgraph-platform/agents/supervisor/supervisor_prebuilt.py:9
Methodmemory_variables
Define memory variables.
langchain/helloworld.py:27
Functionmultiply
Multiply two numbers together.
langgraph-codeact/helloworld.py:37
Functionmultiply
Multiply two numbers together.
langchain-sandbox/codeact.py:87
Functionmultiply
Multiply two numbers
langchain-mcp-adapters/servers/math_server.py:12
Functionnavigate_to
Navigate to a specific page
A2A/demo/ui/components/side_nav.py:27
Functionon_api_key_change
Save API key to app state when input changes
A2A/demo/ui/components/api_key_dialog.py:11
Functionon_api_key_change
(e: me.InputBlurEvent)
A2A/demo/ui/pages/settings.py:16
Functionon_blur
Input handler
A2A/demo/ui/components/conversation.py:25
Functionon_blur
(e: me.InputBlurEvent)
A2A/demo/ui/components/form_render.py:284
Functionon_blur_set_name
Input handler
A2A/demo/ui/pages/home.py:15
Functionon_change
(e: me.ButtonToggleChangeEvent)
A2A/demo/ui/components/poller.py:41
Functionon_change
(e: me.RadioChangeEvent)
A2A/demo/ui/components/form_render.py:274
Functionon_click
(e: me.TableClickEvent)
A2A/demo/ui/components/conversation_list.py:64
Functionon_click_change_name
Change name button handler
A2A/demo/ui/pages/home.py:30
Functionon_enter_change_name
Change name button handler
A2A/demo/ui/pages/home.py:21
Functionon_load
On load event
A2A/demo/ui/main.py:29
Methodon_resubscribe_to_task
( self, request )
A2A/agents/llama_index_file_chat/task_manager.py:377
Methodon_resubscribe_to_task
( self, request )
A2A/agents/langgraph/task_manager.py:252
Methodon_resubscribe_to_task
( self, request )
A2A/agents/marvin/task_manager.py:293
Functionon_selection_change_output_types
(e: me.SelectSelectionChangeEvent)
A2A/demo/ui/pages/settings.py:11
Methodon_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
Methodon_send_task
Handles the 'send task' request.
A2A/agents/llama_index_file_chat/task_manager.py:204
Methodon_send_task
(self, request: SendTaskRequest)
A2A/agents/google_adk/task_manager.py:216
Methodon_send_task
Handles the 'send task' request.
A2A/agents/langgraph/task_manager.py:134
Methodon_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
Methodon_send_task
Handles the 'send task' request.
A2A/agents/marvin/task_manager.py:190
Methodon_send_task
(self, request: SendTaskRequest)
A2A/agents/mindsdb/task_manager.py:115
Methodon_send_task
( self, request: SendTaskRequest )
A2A/agents/crewai/task_manager.py:42
Methodon_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
Methodon_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/llama_index_file_chat/task_manager.py:303
Methodon_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/google_adk/task_manager.py:223
Methodon_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/langgraph/task_manager.py:168
Methodon_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
Methodon_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/marvin/task_manager.py:223
Methodon_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/mindsdb/task_manager.py:122
Methodon_send_task_subscribe
( self, request: SendTaskStreamingRequest )
A2A/agents/crewai/task_manager.py:62
Functionon_sidenav_menu_click
Side navigation menu click handler
A2A/demo/ui/components/side_nav.py:21
Methodparse
(self, ctx: Context, ev: ParseEvent)
A2A/agents/llama_index_file_chat/agent.py:112
Methodprocess_message
(self, message: Message)
A2A/demo/ui/service/server/in_memory_manager.py:59
Methodprocess_message
(self, message: Message)
A2A/demo/ui/service/server/application_manager.py:17
Functionradians
Convert degrees to radians.
langgraph-codeact/helloworld.py:62
Functionradians
Convert degrees to radians.
langchain-sandbox/codeact.py:116
Functionrefresh_app_state
Refresh app state event handler
A2A/demo/ui/components/page_scaffold.py:18
Methodregister_agent
(self, url)
A2A/demo/ui/service/server/in_memory_manager.py:180
Methodregister_agent
(self, url: str)
A2A/demo/ui/service/server/application_manager.py:21
Functionreimburse
Reimburse the amount of money to the employee for a given request_id.
A2A/agents/google_adk/agent.py:102
Methodrender
()
A2A/demo/ui/components/async_poller.js:13
Functionreplay
Replay the crew execution from a specific task.
crewai/helloworld/src/helloworld/main.py:47
Methodreporting_analyst
(self)
crewai/helloworld/src/helloworld/crew.py:28
Methodreporting_task
(self)
crewai/helloworld/src/helloworld/crew.py:44
Methodresearch_task
(self)
crewai/helloworld/src/helloworld/crew.py:38
Methodresearcher
(self)
crewai/helloworld/src/helloworld/crew.py:21
Functionreturn_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
Methodroute
(self, ev: InputEvent)
A2A/agents/llama_index_file_chat/agent.py:104
Functionrun
Run the crew.
crewai/helloworld/src/helloworld/main.py:19
Methodsanitize_message
(self, message: Message)
A2A/demo/ui/service/server/in_memory_manager.py:53
Methodsanitize_message
(self, message: Message)
A2A/demo/ui/service/server/application_manager.py:13
Functionsave_agent
(e: me.ClickEvent)
A2A/demo/ui/pages/agent_list.py:102
Functionsave_api_key
Save API key and close dialog
A2A/demo/ui/components/api_key_dialog.py:17
Methodsave_context
Save context from this conversation to memory.
langchain/helloworld.py:35
Functionsend_message_button
Send message button handler
A2A/demo/ui/components/conversation.py:84
Functionsend_message_enter
Send message handler
A2A/demo/ui/components/conversation.py:71
MethodsetUp
Set up test fixtures.
A2A/demo/ui/tests/test_adk_host_manager.py:15
Functionset_agent_address
(e: me.InputBlurEvent)
A2A/demo/ui/pages/agent_list.py:68
Functionsettings_page
Settings Page.
A2A/demo/ui/main.py:119
FunctionshouldContinue
(state: typeof StateAnnotation.State)
langgraphjs/helloworld_low_level.ts:63
Functionsin
Take the sine of a number.
langgraph-codeact/helloworld.py:52
Functionsin
Take the sine of a number.
langchain-sandbox/codeact.py:102
Functionsqrt
Take the square root of a number.
langgraph-codeact/helloworld.py:72
Functionsqrt
Take the square root of a number.
langchain-sandbox/codeact.py:128
Methodstream
Stream the response for a user query. Args: query: The user's input text. sessionId: The session identifier.
A2A/agents/marvin/agent.py:100
Methodstream
Streaming is not supported by CrewAI.
A2A/agents/crewai/agent.py:223
Functionsubmit_form
(e: me.ClickEvent)
A2A/demo/ui/components/form_render.py:329
Functionsubtract
Subtract two numbers.
langgraph-codeact/helloworld.py:47
Functionsubtract
Subtract two numbers.
langchain-sandbox/codeact.py:97
Methodtask_callback
(self, task: TaskCallbackArg, agent_card: AgentCard)
A2A/demo/ui/service/server/adk_host_manager.py:244
Functiontask_page
Task List Page.
A2A/demo/ui/main.py:131
Methodtasks
(self)
A2A/demo/ui/service/server/in_memory_manager.py:195
← previousnext →301–400 of 417, ranked by callers