What is Hive?

Hive is an open source AI agent orchestration system. A fleet of specialized agents autonomously maintain GitHub repositories — triaging issues, writing fixes, opening PRs, and merging on green CI. A governor dynamically adjusts agent pace based on issue queue depth.

ACMM Framework

The AI-native Codebase Maturity Model (ACMM) defines 6 levels of AI agent autonomy, from advisory-only (L1) to fully autonomous (L6). Each level controls which agents are active and what actions they can take.

L1 — Idea

Advisory only. Agents analyze but don't act. Beads and heartbeat logs only.

L2 — Measured

Agents can open issues. No PRs. Quality gates begin.

L3 — CI/CD

Agents open hold-gated PRs. CI must pass. Human approval required.

L4 — Autonomous PR

Agents open and merge PRs on green CI. Hold labels for safety.

L5 — Self-Governing

Full autonomy with budget controls. Governor manages pace and cost.

L6 — Fully Autonomous

Multi-loop orchestration. Outreach, community engagement. Highest trust.

Agents

Key Features

Resources