← 返回
未分类 中文

OpenNexum

Contract-driven multi-agent orchestration with ACP. Contract sync, webhook + dispatch-queue dual dispatch, cross-review, auto-retry, batch progress tracking.
基于契约的多智能体编排(ACP),包括契约同步、webhook+调度队列双派发、跨审查、自动重试、批量进度追踪。
ayao99315
未分类 clawhub v2.1.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 484
下载
💾 0
安装
1
版本
#latest

概述

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: --

  • 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

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

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:

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

版本历史

共 1 个版本

  • v2.1.4 当前
    2026-05-03 05:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Coding Swarm Agent

ayao99315
多智能体工作流编排器,通过 tmux 驱动的 Claude Code 与 Codex 代理完成编码、写作、分析和图像任务。适用于:(1)用户请求...
★ 0 📥 402

OpenNexum TS

ayao99315
基于契约的多智能体编排,配合 ACP。通过 OpenClaw sessions_spawn生成并追踪编码智能体的 TypeScript CLI。
★ 0 📥 315

Ayao Updater

ayao99315
按可配置日程自动更新 OpenClaw 及已安装技能,处理包管理器检测、本地更改与通知。
★ 0 📥 510