Hacker News new | ask | show | jobs
by nico 52 days 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

2 comments

I 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/

Thank 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
You can absolutely do that by using subprocess.run, or use the codex sdk

https://github.com/openai/codex/tree/main/sdk/python

I 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.