jroell88-ai-orchestrator
v0.1.202511032009
Published
AI Multi-Agent Orchestrator (Bun) for Gemini CLI, Claude Code CLI, and Codex CLI.
Maintainers
Readme
@jroell/ai-orchestrator
Install:
npm i -g @jroell/ai-orchestrator@latestUsage:
ai-orchestrator "Do this task"
# defaults: rounds=3, yolo=true
# options: --task, --rounds, --no-yolo, --timeoutMs, --workRoot, --no-prNotes:
- Requires the following CLIs on PATH:
- gemini (Gemini CLI, model gemini-2.5-pro)
- claude (Claude Code CLI, model claude-sonnet-4-5)
- codex (Codex CLI, model gpt-5-codex with high reasoning)
- The CLI creates three git worktrees, runs agents, and uses a Codex reviewer loop.
- Use slash commands while running: /status /agents /logs /nudge /kill /review /help.
