Status: in_progress
Make EventAgent configuration part of tool-parameter generation and send a combined EventAgent result summary into the ChatAgent input queue.
The UI and contracts already expose EventAgent system_prompt and extra_body, but parameter generation currently only receives event/history. Also, individual tool replies are provider-compatible, but ChatAgent should get a concise aggregate result from EventAgent after all tools in the current event round finish.
DebugRuntime into EventAgentRequest.tool replies for Chat Completions compatibility.user message after tool replies so the next ChatAgent round sees the combined EventAgent result.system_prompt and extra_body.uv run pytest.