Replies: 1 comment
-
|
I'm not sure about the exact configuration for AgentCore, but you need to ensure that the proxy handling SSE for ProxyPass /your-endpoint http://your-agent-endpoint
ProxyPassReverse /your-endpoint http://your-agent-endpoint
SetEnv proxy-sendchunks 1This works by disabling response buffering in the proxy setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A2A agents deployed on AgentCore with serverProtocol: A2A have their SSE responses buffered by the proxy. The same agent redeployed with serverProtocol: HTTP using BedrockAgentCoreApp streams incrementally. Is there a configuration to enable
incremental SSE forwarding for A2A protocol agents?
Beta Was this translation helpful? Give feedback.
All reactions