LLM Orchestration: Managing Claude Code, Codex, and Local Models
A developer built an orchestration layer called agent-orchestra to manage Claude Code, OpenAI's Codex CLI, and local LLMs, using Git worktrees to isolate agent tasks and prevent merge conflicts. The s…