Files
crewAI/lib/crewai/tests/a2a/utils
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
..