Skip to main content

Module lua

Module lua 

Source
Expand description

Lua bridge layer: agent.md loader + Lua-DSL bridge.

Modules§

agent_md_loader
Compat shim — the agent.md frontmatter loader (parse / load_file / load_dir / compute_body_hash / LoadError) moved to the sibling mlua-swarm-compile crate’s agent_md module (issue 4c4e3eb8 Phase 2). New code should reach into mlua_swarm_compile::agent_md directly; this module re-exports the same surface so pre-migration call sites keep compiling.
bridge
Lua bridge — parses Lua-authored BluePrints (a Lua-table representation of mlua_flow_ir::Node) into a Rust Node, plus the initial ctx when the Lua source also builds one.