You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project, assuming the Q&A chain is: user/browser ==> main agent ==a2a==> agent_a + agent_b, the output from agent_a or agent_b is often not plain text, but rather SSE-formatted streaming output similar to the following data, where the browser renders the response results according to an agreed-upon format:
For example, if the above data is the response from agent_a, how should this be handled when returning from agent_a to the main agent through the A2A protocol, so that the main agent can forward it back to the browser in the same format?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In our project, assuming the Q&A chain is: user/browser ==> main agent ==a2a==> agent_a + agent_b, the output from agent_a or agent_b is often not plain text, but rather SSE-formatted streaming output similar to the following data, where the browser renders the response results according to an agreed-upon format:
For example, if the above data is the response from agent_a, how should this be handled when returning from agent_a to the main agent through the A2A protocol, so that the main agent can forward it back to the browser in the same format?
Beta Was this translation helpful? Give feedback.
All reactions