 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 |
|
 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 |
|