Stream Processor
agent
0.1.0Maintains model-visible agent history and requests LLM work from a subscribed LLM request processor.
Processor deps
Consumes
Emits
Owned events
A curated model-visible row of agent context.
Updates model configuration for future LLM requests.
The LLM request was cancelled before completion.
A subscribed LLM request processor finished the requested LLM work with either success or failure.
A follow-up trigger arrived while a request was already in flight.
The agent has prepared an LLM request. A subscribed LLM request processor must execute it and respond with agent output and a terminal llm-request-completed event. The llmRequestId used by response events is this event's stream offset.
An LLM request was scheduled after a trigger.
A model-visible assistant output row.
User-facing busy/idle status for the agent processor.
Updates the system prompt used for future LLM requests.