Live data from Hacker News

Show HN: OS layer for running multiple Codex agents in parallel

github.com

1–3 of 3 posts

Show HN: OS layer for running multiple Codex agents in parallel

#1
We built an open source layer to orchestrate multiple Codex agents in parallel. Found myself and some friends running Codex agents across multiple terminals. Thats why me and a friend built emdash. Each agent gets its own isolated workspace, making it easy to see who’s working, who’s stuck, and what’s changed.

Show HN: OS layer for running multiple Codex agents in parallel
github.com

Re: Show HN: OS layer for running multiple Codex agents in parallel

#2
I recommend adding an installable executable. It seems like you are expecting people to clone your repo and then run it locally?

Take a look at Monitor Control how they structured their GitHub Readme and release page to download a dmg https://github.com/MonitorControl/MonitorControl

Re: Show HN: OS layer for running multiple Codex agents in parallel

#3

I recommend adding an installable executable. It seems like you are expecting people to clone your repo and then run it locally? Take a look at Monitor Control how they structured their GitHub Readme and release page to download a dmg https://github.com/MonitorControl/MonitorControl

yes! working on it, will be included later today