Prime Agent Remote

Prime Agent captured my interest from a technical standpoint. It changed the way I think about agentic harnesses. I recommend Yacine’s interview with Seth Karten if you’re interested

But in a practical sense, I do a lot of my vibing remotely from my phone, so any harness I use needs to have a good remote interface. SSH is okay on mobile, it isn’t ideal. So, I built this in the interest of using and getting to know Prime Agent

I think each harness deserves its own dedicated client, and generic multi-purpose apps tend to miss out on small peculiarities to any given harness. Self-adaptive harnesses especially benefit from a client they can own and modify without those changes affecting one shared client between many harnesses

Prime Agent Remote uses a gateway process to relay information between Prime Agent and the webUI. It supports most of what’s represented in the TUI, and is built to connect over Tailscale

Prime Agent Remote conversation showing the steer-now and follow-up controlsPrime Agent Remote session drawer showing agents, subagents, and requests for attention
Conversation and sessions. Tap either screenshot for a closer look

The gateway needs authentication once, then your device is paired until revoked

The state of mobile agent webUIs is quite mature, so this was very simple to make. Development consisted of waves of research covering what other open projects are doing, implementation, then my visual inspection and refinement to my taste

Whenever I next find deep interest in a harness with little mobile support, you can expect to see a port of this project tailored to it