Expand description
Lua bridge layer: agent.md loader + Lua-DSL bridge.
Modules§
- agent_
md_ loader - Compat shim — the
agent.mdfrontmatter loader (parse/load_file/load_dir/compute_body_hash/LoadError) moved to the siblingmlua-swarm-compilecrate’sagent_mdmodule (issue 4c4e3eb8 Phase 2). New code should reach intomlua_swarm_compile::agent_mddirectly; 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 RustNode, plus the initialctxwhen the Lua source also builds one.