Live data from Hacker News

Show HN: I built an open source background agent inspired by Ramp Inspect

github.com

1–3 of 3 posts

Show HN: I built an open source background agent inspired by Ramp Inspect

#1
I’ve been quietly building an open source background agent inspired by Ramp’s Inspect.

Basically, you can self-host it, point it to a GH repo, and prompt agents to do work on your behalf in the cloud.

The idea is to tighten the prompt -> preview -> deploy loop. Next steps will be to add preview environments and trigger changes from sources other than the web ui, like slack or your favorite project management tool.

All while making sure you can continue to self-host it and bring your own API keys.

Show HN: I built an open source background agent inspired by Ramp Inspect
github.com

Re: Show HN: I built an open source background agent inspired by Ramp Inspect

#3

why does it need e2b? Why cant you just use docker.

I think eventually it'll support many different runtimes. I started with e2b because it has stronger security guarantees, especially useful if this ends up being multi-tenant.