原生面向 Harness Engineering
它围绕一个核心前提构建:人类定义目标和约束,agent 在 workflow、skills、trigger 和 guardrail 组成的 harness 中执行。
Agent Orchestrator 不是单纯的 agent wrapper,而是面向软件工程系统的 harness 层。
OpenAI 最近把这种思路称为 Harness Engineering:工程师把更多精力放在环境、反馈回路和控制系统上,让 agent 能持续完成可靠工作。这个项目就是把这套方法落到基于 shell 的 coding agent 和本地优先的软件交付流程上。
直接运行以下命令,或让你的 AI 编码 Agent 代为执行。你启动的是一个本地控制面,而不只是一次 CLI 调用。
# 安装
curl -fsSL https://raw.githubusercontent.com/c9r-io/orchestrator/main/install.sh | sh
# 或通过 Homebrew
brew install c9r-io/tap/orchestrator
# 或通过 Cargo
cargo install orchestrator-cli orchestratord# 启动守护进程并运行第一个任务
orchestratord --foreground --workers 2 &
orchestrator init
orchestrator apply -f manifest.yaml
orchestrator task create --goal "My first QA run"
orchestrator task list