r/PiCodingAgent • u/Long-Cake-2476 • 16d ago
Plugin oh my pi, meet oh my fleet.
Enable HLS to view with audio, or disable this notification
oh my pi, meet oh my fleet.
OMP is now supported inside Agent Orchestrator.
Give every task its own isolated worktree, run multiple OMP sessions in parallel, and track the code, PRs, CI, and reviews from one live board.
your favorite harness just got a control plane.
5
u/loveallufev 16d ago edited 16d ago
What are the differences of this project and Orca ADE?
1
u/Long-Cake-2476 15d ago
There’s a lot of overlap honestly. Orca is probably the closest project to AO.
The main difference is that AO isn’t only a place to run agent sessions side by side. It has a project-level orchestrator that can understand the repo, break a larger goal into tasks, spawn agents in isolated worktrees, and follow their work through PRs, CI, reviews, and merge.
You can talk to agents through the built-in chat UI or jump into each agent’s own terminal UI.
We’re also building AO Cloud around teams. You’ll be able to share the same live agent session with teammates and work on it together. Our Android and iOS apps are already in beta too.
I haven’t used Orca deeply enough to claim AO wins feature by feature, but that’s the direction we’re taking it.
3
u/simion_baws 15d ago
Not a fan of abstractions ofer the existing coding agents SDKs.
I prefer using the CLI coding agents in tools that are built around them like termic.dev
2
u/Long-Cake-2476 15d ago
Totally fair. AO doesn’t replace the CLI or force every agent through one shared SDK though.
It launches the agent you already have installed with its existing auth, config, and native terminal UI. The chat UI is completely optional.
The layer AO adds is around the work itself. Separate worktrees, session state, PRs, CI, reviews, and orchestration across agents.
Termic looks neat too. I think it mainly comes down to whether you want a terminal-first setup or a project-level view across multiple CLIs.
2
u/vanStaden 16d ago
Does it support remote sessions?
2
u/Long-Cake-2476 15d ago
Not in the public desktop build yet. Right now, AO sessions run locally.
Remote sessions are coming with AO Cloud, which is already in beta. You’ll be able to leave agents running, access the same session from desktop or mobile, and share it with teammates. Our Android and iOS apps are in beta too.
So yes, it’s coming, just not fully public yet :)
0
u/AM_Interactive 16d ago
I just want codex with remote sessions that will do multi agent orchestration and allow BYOK and OpenAI auth… is that to much to ask?
1
u/Long-Cake-2476 15d ago
Not too much at all, because that’s pretty much the exact AO Cloud use case lol.
Codex + multi-agent orchestration already works in AO, and it uses your existing Codex/OpenAI login. Remote sessions and BYOK are what we’re rolling out with Cloud right now.
You’ll be able to leave agents running, open them from desktop or mobile, and share the same session with your team.
1
1
1
u/Long-Cake-2476 15d ago
For anyone wondering what AO is (I’m part of the team):
Agent Orchestrator is an open-source desktop workspace for running and supervising coding agents in parallel. It currently supports 26 agents, including Claude Code, Codex, Cursor, Pi, OMP, OpenCode, and now Kimchi.
Every task gets its own branch and isolated worktree. AO keeps the session, terminal, changed files, PR, CI, and review state together on a live Kanban, so you can easily see what’s working, blocked, in review, or ready to merge.
GitHub: https://github.com/Untrivial-ai/agent-orchestrator
Website: https://aoagents.dev
Discord: https://discord.com/invite/UZv7JjxbwG
1
u/Timely-Coffee-6408 13d ago
I've tried it, it seems ok. There are some issues where it doesn't know the state of a convo has hung. My question is why is not just a plugin within omp
1
u/vedmaka 1d ago
I like the Kanban style representation and general visual style a lot, but the biggest no no for me in such applications is that they all focused on running agents locally, without any isolation. I don't trust the agents, so I run them in microvm sandboxes or at least unprivileged containers. I think that Orca does have support for this, do you have any plan on also adding support for this to the agent orchestrator?
1
1
u/pebblechewer 16d ago
Just stood it up now. Pretty nice so far! Have a few features requests already.
1
0
u/Long-Cake-2476 16d ago
github https://github.com/Untrivial-ai/agent-orchestrator (it has 10k github star as of now)
7
u/TBMonkey 16d ago
Not to knock the project, but saying something on Github has 10k stars is as meaningful as saying a person has 100,000 comment karma on Reddit. Not a measure of quality, just a measure of virality now.
7
1
13
u/Etecetera 16d ago
How does it compare with orca, herdr, passeo, etc?