Expand description
TextRunner — runs TextAgents with session management and services.
Provides a complete runtime for text-based agent execution with automatic session management, memory, artifacts, and plugin hooks.
Structs§
- Text
Runner - Runs TextAgents with full service wiring (session, memory, artifacts, plugins).
Enums§
- RunEvent
- An item yielded by
TextRunner::run_stream.