Run dynamic, multi-agent workflows from OpenClaw via the local Open Dynamic Workflows (ODW) daemon. ODW plans a task, orchestrates parallel agents, and adversarially verifies their output before it lands. Bring your own model (Anthropic, any OpenAI-compatible endpoint, or local Ollama).
node scripts/daemon-bridge.js --check
git clone https://github.com/Suraj1235/open-dynamic-workflows
cd open-dynamic-workflows && npm install && npm run setup
odw-daemon start
node scripts/daemon-bridge.js plan "" prints a JSON plan: task graph, topology, roles, hard limits, cost/time estimate.node scripts/daemon-bridge.js exec plan.json returns a wf_... id; the daemon runs the sandboxed script with concurrent agents, SQLite checkpoints, crash-resume, and a budget hard-stop.node scripts/daemon-bridge.js result blocks until done; relay the synthesized result.~/.odw/config.json, never in prompts or source.Same canonical skill as the Codex/Antigravity adapters — only the install path differs. The bundled scripts/daemon-bridge.js is a zero-dependency CommonJS bridge to the daemon's local HTTP API.
共 1 个版本