10 ms·
On a tangent, can anyone recommend good coding agent orchestration tools or platform? Something to launch, manage and monitor codex or claude agents in multiple
by nico 3mo ago
On a tangent, can anyone recommend good coding agent orchestration tools or platform? Something to launch, manage and monitor codex or claude agents in multiple machines
Ideally self-hostable/open source
I know claude code has a lot of that internally built in already, but it’s claude-only
- sgc 3mo agoI was looking at their docs and Burr has agent cookbooks to get started with this, and it can handle multi-machine workflows. Is this not what you were looking for? I am not sure how it integrates and uses skills etc, but it seems like it should work to me. https://burr.apache.org/docs/examples/agents/ https://burr.apache.org/docs/examples/agents/
- nico 3mo agoThank you. I want something like that, but that uses codex/claude code as agents (through their corresponding subscriptions), instead of having to create ad-hoc agents + api keys
- sgc 3mo agoYou can absolutely do that by using subprocess.run, or use the codex sdk https://github.com/openai/codex/tree/main/sdk/python https://github.com/openai/codex/tree/main/sdk/python
- sabzil37 3mo agoI had a similar need to yours, so if you're looking for a job launcher for multi-agents, I'd like to recommend "Prompt-Combo", it's freeware.