features/runner/runner library
Classes
- AgentRunner
- Pluggable execution engine that turns a prepared prompt into file changes.
- AgentRunRequest
- Inputs handed to an AgentRunner for a single attempt.
- LlmAgentRunner
- Default agent runner backed by an LLMProvider.
- PromptRenderer
- Renders a workflow prompt template for one issue attempt.
- RunFinished
- Emitted at the very end of a worker run.
- RunnerEvent
- Sealed runtime event emitted by an AgentRunner.
- RunnerNotification
- Generic notification surfaced by the runner.
- RunnerTokenUsage
- Token-usage payload reported by the runner.
- SessionStarted
- Emitted once when the runner has launched and obtained a session id.
- TokenUsageUpdated
- Emitted when token usage is updated for the current turn.
- TurnCompleted
- Emitted when a turn completes successfully.
- TurnFailed
- Emitted when a turn fails with a categorized error.
- TurnStarted
- Emitted when a new turn begins.
Enums
- RunnerErrorCategory
- Categorized error reasons emitted by an AgentRunner.