mlua-swarm 0.9.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
10
11
//! 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 projection_placement;
pub mod state;
pub mod step_naming;