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+
Start the dev kernel:
go run ./cmd/rebuno dev --config examples/rebuno.dev.yaml