OpenNexum
name: opennexum
by ayao99315 · published 2026-04-01
$ claw add gh:ayao99315/ayao99315-opennexum---
name: opennexum
version: 2.1.2
description: Contract-driven multi-agent orchestration with ACP. Webhook + dispatch-queue dual dispatch, cross-review, auto-retry, batch progress tracking.
requires:
node: ">=20"
tools: [pnpm, openclaw]
---
# OpenNexum
Contract-driven coding agent orchestration via OpenClaw ACP.
When to use
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
Auto-routing
Batch progress
Agent Naming: `<model>-<role>-<number>`
Key CLI Commands
nexum init [--project <dir>] [--yes]
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> --forceContract 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: 3Callback Protocol (injected into AGENTS.md via nexum init)
After completing a task, run:
nexum callback <taskId> --project <projectDir> \
--model gpt-5.4 \
--input-tokens <n> \
--output-tokens <n>Git Convention
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...