mlua-swarm

ynishi/mlua-swarm
★ 0 stars Rust AI/LLM Updated 7d ago
Long-running swarm engine that compiles flow.ir Blueprints and dispatches agent steps to workers (in-process Lua / Rust fn / child process / interactive Operator). HTTP + WS server + MCP adapter.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mlua-swarm": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mlua-swarm"
      ]
    }
  }
}

README Excerpt

A long-running swarm engine host that compiles `flow.ir` Blueprints and dispatches their agent steps to workers. A Blueprint declares a `flow` (step / seq / branch / loop / fanout / try / assign nodes) plus the `agents` it references; the engine resolves each agent to a backend (in-process Lua, a Rust function, a child process, or an interactive

Topics

blueprintflow-irluamcprustswarm