← 返回
AI智能 中文

ACP Orchestrator

Enhanced terminal AI agent orchestrator with parallel execution, health checks, and workflow presets.
增强型终端AI代理编排器,支持并行执行、健康检查和工作流预设。
qriiz112
AI智能 clawhub v4.0.1 2 版本 99899.6 Key: 无需
★ 0
Stars
📥 995
下载
💾 22
安装
2
版本
#latest

概述

acpx v4.0 - Agent Orchestrator

Enhanced CLI wrapper di atas acpx dengan fitur orchestration: parallel, health check, workflows.

Quick Start

# Discover agents
acpx discover

# Health check
acpx health

# Run single agent
acpx run opencode "Fix bug"

# Run workflow
acpx workflow review

Commands

CommandDescriptionExample
-------------------------------
discoverList installed agentsacpx discover
healthTest all agentsacpx health
runRun single agentacpx run opencode "task"
parallelRun agents parallel from fileacpx parallel tasks.txt
batchRun agents sequential from fileacpx batch tasks.txt
watchWatch agent statusacpx watch opencode
killKill agent sessionsacpx kill opencode
workflowRun preset workflowacpx workflow review
jsonRun with JSON output`acpx json opencode "task" \jq`
execDirect acpx passthroughacpx exec opencode "task"

Workflows

WorkflowDescription
-----------------------
reviewCode review dengan JSON output
refactorSafe refactoring dengan diff
testGenerate pytest tests
debugDeep investigation (600s timeout)

Batch File Format

# tasks.txt
opencode exec 'Fix auth.py'
pi exec 'Create tests'
kimi --print --yolo --prompt 'Review changes'
acpx parallel tasks.txt  # Run parallel
acpx batch tasks.txt     # Run sequential

Spawn via OpenClaw

// Health check
sessions_spawn(
  task="acpx health",
  label="health-check",
  runtime="subagent",
  mode="run"
)

// Run workflow
sessions_spawn(
  task="acpx workflow review",
  label="review",
  runtime="subagent",
  mode="run"
)

// Parallel tasks
sessions_spawn(
  task="acpx parallel tasks.txt",
  label="parallel-jobs",
  runtime="subagent",
  mode="run"
)

// JSON output
sessions_spawn(
  task="acpx json opencode 'List functions'",
  label="json-task",
  runtime="subagent",
  mode="run"
)

Helper Scripts

  • acpx - Main orchestrator CLI
  • acpx-batch - Legacy sequential runner
  • acpx-workflow - Legacy workflow presets
  • acpx-discover - Legacy discovery

Changelog

  • v4.0.0 - Enhanced orchestrator: parallel, health check, workflows, json output
  • v3.1.0 - Simple CLI wrapper
  • v3.0.0 - Generic auto-discovery
  • v2.0.0 - Async multi-agent patterns
  • v1.0.0 - Initial wrapper

版本历史

共 2 个版本

  • v4.0.1 当前
    2026-03-29 13:54 安全 安全
  • v4.0.6
    2026-03-27 21:00

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,061 📥 799,449
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,964
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 839 📥 213,426