← 返回
未分类 Key

open-dynamic-workflows

Plan, orchestrate, and adversarially verify parallel AI coding agents — a dynamic multi-agent workflow engine.
Plan, orchestrate, and adversarially verify parallel AI coding agents — a dynamic multi-agent workflow engine.
yjkj999999
未分类 community v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 13
下载
💾 0
安装
1
版本
#latest

概述

Open Dynamic Workflows (OpenClaw)

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).

When to use

  • A task that splits into many independent subtasks worth running in parallel.
  • Anything that should be verified (adversarial critics) before you trust it.
  • Work you want to share across OpenClaw, OpenCode, Codex, Antigravity, and VS Code through one orchestration layer.

Step 0 — is the daemon up?

node scripts/daemon-bridge.js --check
  • Exit 0 → daemon healthy; use the daemon path below.
  • Exit 1 → install + start it (it is not on npm yet):
git clone https://github.com/Suraj1235/open-dynamic-workflows
cd open-dynamic-workflows && npm install && npm run setup
odw-daemon start

Daemon path

  1. Plannode scripts/daemon-bridge.js plan "" prints a JSON plan: task graph, topology, roles, hard limits, cost/time estimate.
  2. Confirm — summarize topology / agent count / estimate before doing anything beyond read-only work.
  3. Executenode 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.
  4. Reportnode scripts/daemon-bridge.js result blocks until done; relay the synthesized result.

Safety

  • Read-only tools are auto-approved; file writes, shell, and git are approval-gated by ODW's config — never mutate without authorization.
  • Model provider keys live in the environment / ~/.odw/config.json, never in prompts or source.
  • Respect the per-workflow token/cost budget.

Notes

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 个版本

  • v1.0.0 从ClawHub迁移发布 当前
    2026-06-07 11:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

xhs-title-copywriter

user_15292d5a
基于用户输入的任何信息生成小红书爆款标题的专业工具。无论用户输入什么,最终目标都是生成小红书爆款标题。
★ 1 📥 26

xhs-explosive-content-detector

user_15292d5a
小红书热门笔记搜索工具,支持关键词搜索获取热门内容数据,基于数据评分排序推荐热门笔记,助力创作者发现热门趋势、获取创作灵感。仅在主Agent中执行,不派发给子Agent。
★ 1 📥 25

darwin-skill-qszf

user_15292d5a
达尔文.skill 2.0 — 自主Skill优化系统:评估→改进→测试→保留或回滚。与女娲.skill配合使用:女娲造人(创建Skill),达尔文进化(优化Skill)。集成微软SkillLens 9维评分+SkillOpt验证机制
★ 0 📥 50