| Name | Type |
|---|---|
| quiet | bool |
| stream | bool |
| full_response | list[str] |
| tool_call_buffers | dict[ToolCallBufferKey, ToolCallBuffer] |
| in_flight_tool_calls | dict[str, InFlightToolCall] |
| displayed_tool_call_ids | set[str] |
| emitted_tool_use_ids | set[str] |
| pending_interrupts | dict[str, HITLRequest] |
| hitl_response | dict[str, dict[str, list[dict[str, str]]]] |
| interrupt_occurred | bool |
| stats | SessionStats |
| spinner | _ConsoleSpinner | None |
| show_rubric_iterations | bool |
Mutable state accumulated while iterating over the agent stream.