franco pfp
franco
@francos.eth
I love leaving my little codex agents working over night. Currently running 5 on different parts of the codebase. I still have to figure out how to add dependencies so they don't create a ton of conflicts: * Agent A: Phases 1 → 2 * Agent B: Phase 3 (after 2) * Agent C: Phase 5 → 6 (after 3) * Agent D: Phase 4 (after 3) * Phases 7 – 9 follow once earlier work merges.
5 replies
0 recast
10 reactions

agusti pfp
agusti
@bleu.eth
you cold have a meta-orchestrator agent who can coordinate the sub-agents and spawn them sequentially/on parallel or when dependencies finish.
1 reply
0 recast
4 reactions

franco pfp
franco
@francos.eth
with codex? I haven't seen any way to do that? I'm using the openAI hosted version. You could probably do what you're saying with the open source codex and run it on your own server though. Do you have any examples?
1 reply
0 recast
1 reaction

agusti pfp
agusti
@bleu.eth
yeah no i was just thinking out of my head. as you say codex open source. i have a go services project that would let you run any docker based payload etc but need to finish it up haven't tried this just found it but looks interesting https://github.com/smtg-ai/claude-squad
0 reply
0 recast
3 reactions