MCPcopy Create free account
hub / github.com/CopilotKit/with-agent-spec / build_a2ui_chat_agent

Function build_a2ui_chat_agent

agent/src/agent.py:17–24  ·  view source on GitHub ↗
(runtime: str = "langgraph")

Source from the content-addressed store, hash-verified

15
16
17def build_a2ui_chat_agent(runtime: str = "langgraph") -> AgentSpecAgent:
18 from a2ui_agentspec_agent import a2ui_demo_tool_registry, a2ui_chat_json
19
20 return AgentSpecAgent(
21 agent_spec_config=a2ui_chat_json,
22 runtime=runtime,
23 tool_registry=a2ui_demo_tool_registry
24 )
25
26
27def build_agentspec_agent(runtime: str = "langgraph") -> AgentSpecAgent:

Callers 1

build_serverFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected