Release Notes
Added
- (bp_doctor) flag the fully-dead verdict gate separately from per-value noise
- (context) deliver Blueprint-declared agent ctx to in-process workers
- (agent-block) both verdict channels + task_metadata via SDK extra_globals
Fixed
- (worker) fold an in-process worker's staged parts into the BP chain
- (verdict) give the contract rejection a reader, at both ends
- (agent-block) register the AgentBlock spawner on the default paths
Other
- (agent-block) isolate SQLite state to :memory: and poll the audit marker
- use neutral role names in fixtures instead of real agent names
- (context) one in-process seam for task context, and deliver task_metadata to Lua
- (agent-block) e2e the Pure-Lua ScriptBasedAgent dispatch lane
- (guides) give worker-io-contract its in-process half
Install mlua-swarm-cli 0.19.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.19.0/mlua-swarm-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ynishi/mlua-swarm/releases/download/v0.19.0/mlua-swarm-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install ynishi/tap/mse
Download mlua-swarm-cli 0.19.0