An open-source execution runtime for production agents.
Rebuno gives your agents durable execution (crash and resume without re-running side effects), an event-sourced record of everything they did, and optional governance over what they're allowed to do.
Quick Start
Prerequisites: Go 1.25+, Python 3.10+
Start the dev kernel (in-memory, no dependencies). With a terminal attached it drops you into a REPL:
go run ./cmd/rebuno dev --config examples/rebuno.dev.yaml