mlua-swarm 0.7.0

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
8
9
//! Core runtime primitives: Engine + Ctx + State + Config.

pub mod agent_context;
pub mod config;
pub mod ctx;
pub mod engine;
pub mod errors;
pub mod projection;
pub mod state;