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
fix(a2a-middleware): ensure tool results are passed to orchestrator in subsequent runs (#465)
Bug: The A2A middleware was not including tool results in input.messages when
triggering subsequent runs. This caused the orchestration agent to not see the
tool results in its context, leading to repeated tool calls and broken multi-turn
conversations with A2A agents.
Fix: Collect all tool result messages and add them to input.messages before
calling triggerNewRun(). This ensures the orchestrator receives the tool results
in the conversation context for the next run.
Also removes unused 'text' import from stream/consumers.
0 commit comments