Commit Graph

2 Commits

Author SHA1 Message Date
Alex
b626dd5ec9 fix: only fall back to polling when streaming is explicitly False
Addresses review: agents that leave streaming unset (None) should get the
default StreamingHandler, not polling. Only agents that explicitly set
streaming=False trigger the polling fallback.
2026-04-12 16:38:44 -07:00
Alex
7169d03b80 fix: respect agent card streaming capability in A2A delegation
When the remote agent advertises streaming=False in its capabilities,
the client now falls back to PollingHandler instead of always using
StreamingHandler. This fixes connection failures when delegating to
non-streaming A2A servers.
2026-04-12 16:23:27 -07:00