 Xiang (Sean) ZhouandCopybara-Service
|
a1679dae3f
|
feat: Allow users to pass their own agent card to to_a2a method
PiperOrigin-RevId: 802763510
|
2025-09-03 16:54:33 -07:00 |
|
 Xiang (Sean) ZhouandCopybara-Service
|
98b0426cd2
|
chore: Make UT of a2a consistent about how tests should be skipped when python verison < 3.10
PiperOrigin-RevId: 801040421
|
2025-08-29 14:59:27 -07:00 |
|
 Xiang (Sean) ZhouandCopybara-Service
|
157f73181d
|
feat: Allow user to specify protocol for A2A RPC URL in to_a2a utility
this fixes https://github.com/google/adk-python/issues/2405
PiperOrigin-RevId: 797958771
|
2025-08-21 16:26:57 -07:00 |
|
 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 |
|