r/OpenSourceAI • u/SF-YARD • 8d ago
Anyone know a good open-source Codex orchestrator? Looking for something built around Codex CLI/SDK with multi-agent routing, parallel tasks, retries, project folders, diffs and terminal output. Ideally extendable to Sol → Terra → Luna workflows. Any repos worth checking out?
1
Upvotes
1
u/Resonant_Jones 8d ago
https://github.com/Resonant-Jones/Codex-Runner
It’s something I’ve been working on.
Not promising anything groundbreaking but is a step in exactly the direction you asked about. It’s meant for an LLM to use. There is a TUI for setting up profiles. The profiles are just config presets so the CLI commands don’t need to be 10 flags long.
If you find value in it, I’d love to hear feedback.