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.10+ / Node 22+
Start the dev kernel. With a terminal attached it drops you into a REPL:
go run ./cmd/rebuno dev --config examples/rebuno.dev.yaml