mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
feat: Add an to_a2a util to convert adk agent to A2A ASGI application
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
This commit is contained in:
committed by
Copybara-Service
parent
d1f182e8e6
commit
a77d68964a