MCPcopy Create free account

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

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

↓ 1 callersMethodcache_content
(self, messages: list[Message])
A2A/demo/ui/service/server/server.py:117
↓ 1 callersFunctionchat_box
( content: str, media_type: str, role: str, key: str, progress_bar: bool, progress_tex
A2A/demo/ui/components/chat_bubble.py:30
↓ 1 callersFunctionconversation
Conversation component
A2A/demo/ui/components/conversation.py:96
↓ 1 callersFunctionconversation_list
Conversation list component
A2A/demo/ui/components/conversation_list.py:9
↓ 1 callersFunctionconversation_page
Conversation Page
A2A/demo/ui/pages/conversation.py:9
↓ 1 callersFunctionconvert_conversation_to_state
( conversation: Conversation, )
A2A/demo/ui/state/host_agent_service.py:187
↓ 1 callersFunctionconvert_event_to_state
(event: Event)
A2A/demo/ui/state/host_agent_service.py:218
↓ 1 callersFunctionconvert_task_to_state
(task: Task)
A2A/demo/ui/state/host_agent_service.py:198
↓ 1 callersFunctioncreate_agent
Create a simple conversational agent with web search capability.
langchain/helloworld.py:45
↓ 1 callersFunctioncreate_assistant
()
langgraph-platform/client.py:10
↓ 1 callersMethodcreate_conversation
( self, payload: CreateConversationRequest )
A2A/demo/ui/service/client/client.py:57
↓ 1 callersMethodcreate_conversation
(self)
A2A/demo/ui/service/server/adk_host_manager.py:110
↓ 1 callersFunctioncreate_pyodide_eval_fn
Create an eval_fn that uses PyodideSandbox.
langchain-sandbox/codeact.py:17
↓ 1 callersFunctioncreate_subagents
Create all subagents using the make_graph pattern from react_agent.
langgraph-platform/agents/supervisor/subagents.py:10
↓ 1 callersMethodemit_event
(self, task: TaskCallbackArg, agent_card: AgentCard)
A2A/demo/ui/service/server/adk_host_manager.py:270
↓ 1 callersFunctioneval
(code: str, _locals: dict[str, Any])
langgraph-codeact/helloworld.py:13
↓ 1 callersFunctionevent_list
Events list component
A2A/demo/ui/components/event_viewer.py:21
↓ 1 callersFunctionevent_list_page
Agents List Page
A2A/demo/ui/pages/event_list.py:10
↓ 1 callersMethodextract_artifact_file_id
(self, query)
A2A/agents/crewai/agent.py:198
↓ 1 callersFunctionextract_conversation_id
(task: Task)
A2A/demo/ui/state/host_agent_service.py:267
↓ 1 callersFunctionextract_message_conversation
(message: Task)
A2A/demo/ui/state/host_agent_service.py:261
↓ 1 callersFunctionflatten_artifacts
(task: StateTask)
A2A/demo/ui/components/task_card.py:42
↓ 1 callersFunctionflatten_content
(content: list[tuple[str, str]])
A2A/demo/ui/components/event_viewer.py:9
↓ 1 callersFunctionform_group
Groups input fields together visually
A2A/demo/ui/components/form_render.py:261
↓ 1 callersFunctionform_sent
(message: StateMessage, app_state: AppState)
A2A/demo/ui/components/form_render.py:77
↓ 1 callersFunctionformat_alert
Format an alert feature into a readable string.
model_context_protocol/weather/weather.py:27
↓ 1 callersFunctiongenerate_form_elements
Returns a declarative structure for a form to generate
A2A/demo/ui/components/form_render.py:141
↓ 1 callersMethodget_agent_response
Format agent response in a consistent structure.
A2A/agents/ag2/agent.py:84
↓ 1 callersFunctionget_api_base
Get the API base URL from environment variable.
langgraph/config.py:29
↓ 1 callersFunctionget_api_base
Get the API base URL from environment variable.
langchain/config.py:29
↓ 1 callersFunctionget_api_key
Helper method to handle API Key.
A2A/agents/ag2/agent.py:34
↓ 1 callersFunctionget_api_key
Get the API key from environment variable.
langgraph/config.py:23
↓ 1 callersFunctionget_api_key
Get the API key from environment variable.
langchain/config.py:23
↓ 1 callersMethodget_conversation
( self, conversation_id: str | None )
A2A/demo/ui/service/server/in_memory_manager.py:139
↓ 1 callersFunctionget_conversation_id
( t: ( Task | TaskStatusUpdateEvent | TaskArtifactUpdateEvent | Message | None ), )
A2A/demo/ui/service/server/adk_host_manager.py:606
↓ 1 callersMethodget_events
(self, payload: GetEventRequest)
A2A/demo/ui/service/client/client.py:67
↓ 1 callersMethodget_image_data
Return Imagedata given a key. This is a helper method from the agent.
A2A/agents/crewai/agent.py:227
↓ 1 callersFunctionget_model_config
Get model configuration with default values.
langgraph/config.py:33
↓ 1 callersFunctionget_model_config
Get model configuration with default values.
langchain/config.py:33
↓ 1 callersMethodget_pending_messages
( self, payload: PendingMessageRequest )
A2A/demo/ui/service/client/client.py:75
↓ 1 callersMethodget_pending_messages
(self)
A2A/demo/ui/service/server/adk_host_manager.py:416
↓ 1 callersMethodget_processing_message
(self)
A2A/agents/google_adk/task_manager.py:36
↓ 1 callersFunctionget_tools
Convert a list of tool names to actual tool functions.
langgraph-platform/agents/react_agent/tools.py:62
↓ 1 callersFunctionhome_page_content
Home Page
A2A/demo/ui/pages/home.py:39
↓ 1 callersFunctioninput_field
Renders an individual form input field
A2A/demo/ui/components/form_render.py:221
↓ 1 callersMethodinsert_message_history
(self, task: Task, message: Message | None)
A2A/demo/ui/service/server/adk_host_manager.py:329
↓ 1 callersFunctioninstructions_for_form
(form_info: dict[str, Any])
A2A/demo/ui/components/form_render.py:187
↓ 1 callersMethodinvoke
(self, query, session_id)
A2A/agents/google_adk/task_manager.py:39
↓ 1 callersMethodinvoke
(self, query, sessionId)
A2A/agents/langgraph/agent.py:82
↓ 1 callersMethodinvoke
Handle synchronous tasks (like tasks/send). Args: user_input (str): User input message. session_id (str): Unique iden
A2A/agents/semantickernel/agent.py:160
↓ 1 callersMethodinvoke
(self, query, session_id)
A2A/agents/mindsdb/agent.py:38
↓ 1 callersMethodinvoke
Kickoff CrewAI and return the response.
A2A/agents/crewai/agent.py:209
↓ 1 callersFunctionis_form
Returns whether the message indicates a form should be rendered
A2A/demo/ui/components/form_render.py:70
↓ 1 callersMethodlist_agents
(self, payload: ListAgentRequest)
A2A/demo/ui/service/client/client.py:88
↓ 1 callersMethodlist_conversation
( self, payload: ListConversationRequest )
A2A/demo/ui/service/client/client.py:62
↓ 1 callersMethodlist_messages
( self, payload: ListMessageRequest )
A2A/demo/ui/service/client/client.py:70
↓ 1 callersMethodlist_tasks
(self, payload: ListTaskRequest)
A2A/demo/ui/service/client/client.py:80
↓ 1 callersFunctionmain
()
langgraph-platform/client.py:52
↓ 1 callersFunctionmain
Starts the AG2 MCP Agent server.
A2A/agents/ag2/__main__.py:27
↓ 1 callersFunctionmain
Starts the Currency Agent server.
A2A/agents/llama_index_file_chat/__main__.py:28
↓ 1 callersFunctionmain
Test script for the ParseAndChat agent.
A2A/agents/llama_index_file_chat/agent.py:202
↓ 1 callersFunctionmain
(host, port)
A2A/agents/google_adk/__main__.py:27
↓ 1 callersFunctionmain
Starts the Currency Agent server.
A2A/agents/langgraph/__main__.py:28
↓ 1 callersFunctionmain
Starts the Semantic Kernel Agent server using A2A.
A2A/agents/semantickernel/__main__.py:21
↓ 1 callersFunctionmain
Starts the Marvin Contact Extractor Agent server.
A2A/agents/marvin/__main__.py:41
↓ 1 callersFunctionmain
(host, port)
A2A/agents/mindsdb/__main__.py:23
↓ 1 callersFunctionmain
Entry point for the A2A + CrewAI Image generation sample.
A2A/agents/crewai/__main__.py:33
↓ 1 callersFunctionmain
()
langgraph/helloworld.py:75
↓ 1 callersFunctionmain
()
langchain-sandbox/helloworld.py:4
↓ 1 callersFunctionmain
()
langchain-sandbox/helloworld_stateful.py:4
↓ 1 callersFunctionmain
()
autogen/team.py:20
↓ 1 callersFunctionmain
()
autogen/helloworld.py:9
↓ 1 callersFunctionmain
Main function to run the agent with test questions
langchain-mcp-adapters/clients/langgraph_client_wconfig.py:73
↓ 1 callersFunctionmain
()
langchain-mcp-adapters/clients/langgraph_client.py:72
↓ 1 callersFunctionmain
Run a simple conversation with the agent.
langchain/helloworld.py:80
↓ 1 callersFunctionmain
()
browser-use/helloworld.py:7
↓ 1 callersFunctionmain
()
langgraphjs/helloworld_high_level.ts:44
↓ 1 callersFunctionmain
()
langgraphjs/helloworld_ollama.ts:42
↓ 1 callersFunctionmain
()
model_context_protocol/weather/hello.py:1
↓ 1 callersFunctionmake_form_elements
(form_info: dict[str, Any])
A2A/demo/ui/components/form_render.py:155
↓ 1 callersFunctionmake_graph
Create and configure the LangGraph with MCP tools from configuration file
langchain-mcp-adapters/clients/langgraph_client_wconfig.py:22
↓ 1 callersFunctionmake_graph
()
langchain-mcp-adapters/clients/langgraph_client.py:19
↓ 1 callersFunctionmenu_item
Render menu item
A2A/demo/ui/components/side_nav.py:97
↓ 1 callersMethodnext_message
(self)
A2A/demo/ui/service/server/in_memory_manager.py:132
↓ 1 callersFunctionpolling_buttons
Polling buttons component
A2A/demo/ui/components/poller.py:8
↓ 1 callersMethodprocess_artifact_event
( self, current_task: Task, task_update_event: TaskArtifactUpdateEvent )
A2A/demo/ui/service/server/adk_host_manager.py:370
↓ 1 callersMethodprocess_message
(self, message: Message)
A2A/demo/ui/service/server/adk_host_manager.py:138
↓ 1 callersMethodregister_agent
( self, payload: RegisterAgentRequest )
A2A/demo/ui/service/client/client.py:83
↓ 1 callersMethodregister_agent
(self, url)
A2A/demo/ui/service/server/adk_host_manager.py:443
↓ 1 callersFunctionrender_form
Renders the form or the data entered in a submitted form
A2A/demo/ui/components/form_render.py:81
↓ 1 callersFunctionrender_form_card
Renders the result of a previous form as a card
A2A/demo/ui/components/form_render.py:110
↓ 1 callersFunctionrender_structure
(id: str, elements: list[FormElement], instructions: str)
A2A/demo/ui/components/form_render.py:193
↓ 1 callersMethodrunTimeout
(action)
A2A/demo/ui/components/async_poller.js:28
↓ 1 callersFunctionrun_agent
(query: str)
langchain-sandbox/react.py:27
↓ 1 callersFunctionrun_agent
()
langchain-sandbox/stateful_react.py:32
↓ 1 callersFunctionrun_agent
(query: str, thread_id: str)
langchain-sandbox/codeact.py:163
↓ 1 callersFunctionrun_agent
()
langchain-mcp-adapters/clients/multi_server_client.py:8
↓ 1 callersFunctionrun_agent
()
langchain-mcp-adapters/clients/single_server_client.py:17
↓ 1 callersFunctionrun_agent
()
langchain-mcp-adapters/clients/multi_server_client_wconfig.py:9
↓ 1 callersMethodsanitize_message
(self, message: Message)
A2A/demo/ui/service/server/adk_host_manager.py:119
← previousnext →101–200 of 417, ranked by callers