Mutable state accumulated while iterating over the agent stream.
StreamState(
self,
quiet: bool = False,
stream: bool = True,
full_response: list[str] = list(),
tool_call_buffers: dict[int | str, dict[str, str | None]] = dict(),
pending_interrupts: dict[str, HITLRequest] = dict(),
hitl_response: dict[str, dict[str, list[dict[str, str]]]] = dict(),
interrupt_occurred: bool = False
)