You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
a77d68964a
Users can do : ``` a2a_app = to_a2a(root_agent) ``` then use below command to start a2a server: ``` uvicorn user_module:a2a_app --host localhost --port 8000 ``` PiperOrigin-RevId: 785625048