 Holt SkinnerandCopybara-Service
|
9c0721beaa
|
fix: Update agent_card_builder to follow grammar rules
Merge https://github.com/google/adk-python/pull/2226
Fixes #2223
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/2226 from holtskinner:a2a-fixes ff556224e4071a8287a9ced19f645f0edd9916ef
PiperOrigin-RevId: 788512608
|
2025-07-29 10:32:32 -07:00 |
|
 Holt SkinnerandCopybara-Service
|
a911469616
|
chore: Update a2a-sdk to 0.2.16
Convert a2a types to use snake_case fields
https://github.com/a2aproject/a2a-python/releases/tag/v0.2.16
PiperOrigin-RevId: 786279179
|
2025-07-23 07:54:03 -07:00 |
|
 Xiang (Sean) ZhouandCopybara-Service
|
a77d68964a
|
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
|
2025-07-21 16:54:53 -07:00 |
|
 Xiang (Sean) ZhouandCopybara-Service
|
18f5bea411
|
feat: Add agent card builder
PiperOrigin-RevId: 785565665
|
2025-07-21 13:59:02 -07:00 |
|