Status: done
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 passed: 50 tests, 1 existing Starlette deprecation warning.ToolExecutionContext for EventAgent parameter generation.system_prompt and extra_body from DebugRuntime into EventAgent requests.tool replies and added one aggregate EventAgent results user message for the next ChatAgent round.