{"id":48450157,"url":"https://github.com/rebuno/rebuno","last_synced_at":"2026-04-14T23:00:38.094Z","repository":{"id":345109392,"uuid":"1183753324","full_name":"rebuno/rebuno","owner":"rebuno","description":"Execution runtime for AI agents with policy control and full audit trails","archived":false,"fork":false,"pushed_at":"2026-04-06T18:18:27.000Z","size":467,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T20:30:14.301Z","etag":null,"topics":["agent-infrastructure","agent-runtime","ai","ai-agents","ai-governance"],"latest_commit_sha":null,"homepage":"https://rebuno.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rebuno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"docs/agents.md","dco":null,"cla":null}},"created_at":"2026-03-16T23:20:24.000Z","updated_at":"2026-04-06T18:17:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rebuno/rebuno","commit_stats":null,"previous_names":["rebuno/rebuno"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/rebuno/rebuno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebuno%2Frebuno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebuno%2Frebuno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebuno%2Frebuno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebuno%2Frebuno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rebuno","download_url":"https://codeload.github.com/rebuno/rebuno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebuno%2Frebuno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31818840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-infrastructure","agent-runtime","ai","ai-agents","ai-governance"],"created_at":"2026-04-06T20:00:57.080Z","updated_at":"2026-04-14T23:00:38.073Z","avatar_url":"https://github.com/rebuno.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://rebuno.io\"\u003e\u003cimg src=\"rebuno.svg\" alt=\"rebuno\" width=\"200\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/zv72f2PvzB\"\u003e\u003cimg src=\"https://img.shields.io/discord/1483512352438616238?logo=discord\u0026logoColor=white\u0026color=5865F2\u0026label=Discord\u0026style=for-the-badge\" alt=\"Discord\"\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue?\u0026style=for-the-badge\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA kernel-authoritative execution runtime for AI agents.\n\nRebuno sits between your agents and the tools they use, giving you policy control, a complete audit trail, and operational visibility over autonomous agent behavior. Agents propose actions. The kernel decides whether they're allowed. Every decision is recorded.\n\n## Quick Start\n\n**Prerequisites:** Go 1.25+, Python 3.10+\n\nStart the kernel:\n\n```bash\ngo install ./cmd/rebuno\nrebuno dev\n```\n\nStart an agent:\n\n```bash\npip install rebuno\npython examples/python/agent/hello.py\n```\n\nCreate an execution:\n\n```bash\nrebuno create --agent hello --input '{\"query\": \"hello world\"}'\n```\n\nSee the full audit trail with `rebuno events {id}`.\n\nSee [Getting Started](docs/getting-started.md) for the full walkthrough.\n\n## Documentation\n\n| Doc | Description |\n|---|---|\n| [Getting Started](docs/getting-started.md) | Quick start walkthrough |\n| [Architecture](docs/architecture.md) | Core concepts and state transitions |\n| [Deployment](docs/deployment.md) | Production setup, auth, and configuration |\n| [Python SDK](docs/sdk/python.md) | Building agents and runners in Python |\n| [TypeScript SDK](docs/sdk/typescript.md) | Building agents and runners in TypeScript |\n| [Tools](docs/tools.md) | Local, remote, and MCP tools |\n| [Policy](docs/policy.md) | Declarative policy rules |\n| [API Reference](docs/api.md) | HTTP endpoints and schemas |\n| [Events](docs/events.md) | Event types and payloads |\n| [CLI](docs/cli.md) | CLI reference |\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebuno%2Frebuno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frebuno%2Frebuno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebuno%2Frebuno/lists"}