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

Function build_server

agent/src/main.py:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def build_server() -> FastAPI:
12 configure_logging()
13 app = FastAPI(title="Agent Spec Agent")
14 agent = build_a2ui_chat_agent(runtime="wayflow")
15 add_agentspec_fastapi_endpoint(app, agent, path="/")
16 return app
17
18
19app = build_server()

Callers 1

main.pyFile · 0.85

Calls 2

configure_loggingFunction · 0.90
build_a2ui_chat_agentFunction · 0.90

Tested by

no test coverage detected