Hey folks,
At my current org, we’re exploring the idea of building a cloud coding agent to speed up our development workflow.
The flow we’re thinking about is roughly:
-
The agent gets mentioned on a GitHub issue.
-
It picks up the issue and connects to a remote VM.
-
It provisions and spins up the required development environment.
-
It uses Claude Code, Codex, or another coding-agent harness to investigate and fix the issue.
-
It runs the relevant tests and validates the fix.
-
It opens a PR with the changes, along with proof of the fix ,for example, screenshots or a short video recording generated through computer use/browser automation (Playwright, etc.).
There are already products like Cursor Cloud Agents working in this direction, but I haven’t come across many implementations specifically focused on Frappe/ERPNext development workflows.
This seems like a pretty interesting problem to solve, so I wanted to ask ,has anyone here built or experimented with something similar?
Would love to hear about your architecture, what worked/didn’t work, or any existing open-source projects I should look at.
Thanks!