返回顶部
o

opennexum

Contract-driven multi-agent orchestration with ACP. Contract sync, webhook + dispatch-queue dual dispatch, cross-review, auto-retry, batch progress tracking.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.1.4
安全检测
已通过
172
下载量
0
收藏
概述
安装方式
版本历史

opennexum

# OpenNexum Contract-driven coding agent orchestration via OpenClaw ACP. ## When to use - Coordinating multiple AI coding agents (Codex + Claude) - Running generator/evaluator pairs with automatic retry and escalation - Parallel task execution with independent ACP sessions - Tracking task progress with OpenClaw notifications ## Architecture ### Dispatch (dual-path) 1. **Webhook (real-time)**: `nexum callback` → POST `/hooks/agent` → orchestrator wakes up immediately 2. **Dispatch Queue (fallback)**: `nexum callback` → writes `nexum/dispatch-queue.jsonl` → heartbeat processes within 10min ### Cross-review - codex-gen → claude-eval, claude-gen → codex-eval ### Auto-routing - `generator: auto` in Contract YAML → system selects agent by task type ### Batch progress - `nexum status` shows current batch progress + overall progress ## Agent Naming: `<model>-<role>-<number>` - codex-gen-01~03: backend/API code - claude-gen-01~02: user-facing WebUI/docs - codex-eval-01 / claude-eval-01: cross-review - claude-plan-01: architecture (opus) ## Key CLI Commands ```bash nexum init [--project <dir>] [--yes] nexum sync [taskId] [--project <dir>] nexum spawn <taskId> [--project <dir>] nexum track <taskId> <sessionKey> nexum callback <taskId> [--role evaluator] [--model gpt-5.4] [--input-tokens N] [--output-tokens N] nexum eval <taskId> nexum complete <taskId> <pass|fail|escalated> nexum status [--project <dir>] nexum archive [--project <dir>] nexum health [--project <dir>] nexum retry <taskId> --force ``` ## Contract YAML ```yaml id: TASK-001 name: "implement feature X" batch: batch-1 agent: generator: codex-gen-01 evaluator: claude-eval-01 scope: files: - src/feature.ts deliverables: - path: src/feature.ts description: "..." eval_strategy: type: review criteria: - id: C1 desc: "..." weight: 2 max_iterations: 3 ``` ## Callback Protocol (injected into AGENTS.md via nexum init) `nexum init` writes the callback protocol into `AGENTS.md` as the source of truth. If a project only has `CLAUDE.md`, Nexum will seed `AGENTS.md` from it and update `AGENTS.md` going forward. After completing a task, run: ```bash nexum callback <taskId> --project <projectDir> \ --model gpt-5.4 \ --input-tokens <n> \ --output-tokens <n> ``` ## Git Convention - Push directly to `main`, revert if needed - English Conventional Commits: `feat(scope): TASK-ID: description`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 opennexum-1775981587 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 opennexum-1775981587 技能

通过命令行安装

skillhub install opennexum-1775981587

下载 Zip 包

⬇ 下载 opennexum v2.1.4

文件大小: 116.97 KB | 发布时间: 2026-4-13 11:21

v2.1.4 最新 2026-4-13 11:21
Improve generator/evaluator prompt quality, add field report pipeline, remove creative/writing support

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部