mlua-swarm 0.1.2

Swarm engine host built on mlua — long-running stateful runtime with Role/Verb gate, CapToken, 3-stage pipeline, and Middleware overlay.
Documentation
1
2
3
4
5
6
7
//! AgentBlock — headless agent execution. This is an axis separate from
//! Operator (the MainAI-coupled path); when coupling is needed, wrap it
//! at the middleware layer (`crate::middleware`).

pub mod runtime;

pub use runtime::AgentBlockInProcessSpawnerFactory;