Module runner

Module runner 

Source
Available on crate feature runner only.
Expand description

Agent execution runtime.

The engine that manages agent execution:

  • Runner - Executes agents with full context
  • RunnerConfig - Configuration options
  • Event streaming and tool coordination

Available with feature: runner

Structs§

Callbacks
Collection of all callback types
InvocationContext
MutableSession
MutableSession wraps a session with shared mutable state.
Runner
RunnerConfig

Type Aliases§

AfterModelCallback
Callback executed after model response
AfterToolCallback
Callback executed after tool execution
BeforeModelCallback
Callback executed before calling the model
BeforeToolCallback
Callback executed before tool execution