1//! AgentBlock — headless agent execution. This is an axis separate from
2//! Operator (the MainAI-coupled path); when coupling is needed, wrap it
3//! at the middleware layer (`crate::middleware`).
45pub mod runtime;
67pub use runtime::AgentBlockInProcessSpawnerFactory;