upvote
I just wrote my own VR harness in a weekend with Astra. It mentioned an SDK for exactly this in passing, but it was an experimental personal project so I didn’t bother to review the code.

I was doing exactly what you’re describing. I think this is a ToS violation for anything other than personal use though.

reply
do you mean like a cloud agent provider? What we're working on at noriagentic.com may be relevant -- you can fire events from slack/web/cli to kick off an agent in a box and talk to it as if it was running local
reply
Do you guys support projects that span multiple repositories? (and can create multiple PRs across them?)
reply
Basically how Cursor Cloud Agents work?
reply
you mean something like step level debugging for agents?
reply
You can give the agent a tool (or bash script) which waits for events. Agent calls it and the tool sleeps until an event happens then returns it to the agent.
reply