Skip to main content

mlua_swarm/worker/agent_block/
mod.rs

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`).
4
5pub mod runtime;
6
7pub use runtime::AgentBlockInProcessSpawnerFactory;