Available on crate feature
runner only.Expand description
Agent execution runtime.
The engine that manages agent execution:
Runner- Executes agents with full contextRunnerConfig- Configuration options- Event streaming and tool coordination
Available with feature: runner
Structs§
- Callbacks
- Collection of all callback types
- Invocation
Context - Mutable
Session - MutableSession wraps a session with shared mutable state.
- Runner
- Runner
Config
Type Aliases§
- After
Model Callback - Callback executed after model response
- After
Tool Callback - Callback executed after tool execution
- Before
Model Callback - Callback executed before calling the model
- Before
Tool Callback - Callback executed before tool execution