Rebuno is an open-source execution runtime for production agents.
It records every tool call and LLM call as a durable step. Interrupted runs resume from the last recorded step instead of starting over. Any step can be allowed, denied, or held for human approval.
Quick Start
Prerequisites: Go 1.26+, Python 3.11+ / Node 22+
Install the CLI and clone the repo for the examples:
go install github.com/rebuno/rebuno/cmd/rebuno@latest
git clone https://github.com/rebuno/rebuno && cd rebuno