Orchestration of multiple agents
What feature would you like to see?
Today, to work on a frontend project, I opened a Codex session (let's call it Codex FE). While working on a problem, Codex told me that the best way to proceed depended on some details about the contract with the backend. So waht I did it:
- Went to my backend codebase and opened a new Codex session (lets call it Codex BE).
- Asked Codex FE to give me a prompt for Codex BE to give him all the information it needed.
- Pasted the given prompt into Codex BE
- Pasted the given reply into Codex FE, so that it knew the best way to proceed.
This brought me to a realization: We should be able to orchestrate coding agents. Codex instances should be able to talk to each other, the same way that human coders communicate with each other inside a company, since each one has a dedicated domain.
My example is a use case, but I am sure there a lot of situations where it could be useful.
Are you interested in implementing this feature?
This is no small task, by any means, but I would be willing to give it a go, as long as there is consensus on the usefulness of this feature, and the way to implement it. Even though the Codex team is probably better equipped to achieve this
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗