| 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]]]] |
| pending_hook_interrupts | dict[str, object] |
| hook_response | dict[str, Any] |
| hooks | HooksManager |
| transcript | TranscriptRecorder | None |
| active_model | str | None |
| summarization_observed | bool |
| completed_compaction_ids | set[str] |
| session_end_fired | bool |
| interrupt_occurred | bool |
| stats | SessionStats |
| recorded_usage_requests | dict[str, RecordedRequest] |
| spinner | _ConsoleSpinner | None |
| show_rubric_iterations | bool |
Mutable state accumulated while iterating over the agent stream.