Expand description
Agent lifecycle, context, prompting, policies, and turn execution. Agent lifecycle, context management, prompting, policies, and turn execution.
Re-exports§
pub use context::MemoryInjector;pub use context::SkillInjector;pub use runtime::AgentRuntime;pub use runtime::AgentSession;pub use runtime::TurnHandle;pub use turn::TurnEvent;pub use turn::TurnInputReceiver;pub use turn::TurnInputSender;pub use turn::TurnResult;pub use turn::turn_input_channel;