cd /news/ai-agents/show-hn-rebuno-an-open-source-runtim… · home topics ai-agents article
[ARTICLE · art-129358] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Show HN: Rebuno - An open-source runtime for production agents

Rebuno, an open-source execution runtime for operating AI agents in production, has been released under the MIT license and is free to self-host. Rebuno runs agents as HTTP services, dispatches work through signed webhooks, keeps execution state in Postgres, and evaluates per-agent YAML policies on each step to allow, deny, or hold tool and model calls for human approval, recording policy decisions and step outcomes in one append-only event log. The project ships Python and TypeScript SDKs plus examples using LangChain, CrewAI, Pydantic AI, Vercel AI SDK, and Mastra.

read1 min views1 publishedSep 14, 2026

I have been building Rebuno, an open-source execution runtime for operating AI agents in production. It manages execution state and guardrails across agents built with different frameworks.

Agents run as HTTP services. Rebuno dispatches work through signed webhooks and keeps execution state in Postgres. Agents submit tool and model calls to Rebuno as steps before executing them.

For each new step, Rebuno evaluates per-agent YAML policies, independently of the model's prompt. It can allow the call, deny it, or hold it for human approval. The agent executes permitted calls and reports their outcomes. Policy decisions and step outcomes are both recorded in one append-only event log. After an interruption, the agent starts its handler from the top. Steps with recorded outcomes return those outcomes instead of executing again. A crash can also leave a tool with no recorded outcome. Tools marked safe_to_retry run again, and tools marked at_most_once fail as indeterminate. How the agent handles an indeterminate step is up to its implementation.

There are Python and TypeScript SDKs, and the repo includes examples using LangChain, CrewAI, Pydantic AI, Vercel AI SDK, and Mastra.

Rebuno is free to self-host and released under the MIT licensed.

I'd be interested in hearing how others are running or operating agents in production.

Blog post with diagrams: [https://rebuno.io/blog/introducing-rebuno](https://rebuno.io/blog/introducing-rebuno)

Getting started: [https://docs.rebuno.io/getting-started](https://docs.rebuno.io/getting-started)

Comments URL: [https://news.ycombinator.com/item?id=49699591](https://news.ycombinator.com/item?id=49699591)

Points: 1

── more in #ai-agents 4 stories · sorted by recency
── more on @rebuno 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-rebuno-an-op…] indexed:0 read:1min 2026-09-14 ·