CLI-first orchestration platform for autonomous agents with Git-backed task, run, and memory state
Project description
Agent Hive
Agent Hive is a repo-native control plane for autonomous work. Use Codex, Claude Code, or local/manual execution to do the work. Use Hive to supervise tasks, runs, memory, policy, and approvals from one place.
Keep your agent. Add a control plane.
mellona-hive is the distribution you install from PyPI or Homebrew. Mellona is the package family. Agent Hive is
the current product. The base install gives you the hive command. Add mellona-hive[mcp] when you want the thin
hive-mcp adapter.
Install
Pick the installer you already trust:
uv tool install mellona-hive
pipx install mellona-hive
python -m pip install mellona-hive
brew tap intertwine/tap
brew install intertwine/tap/mellona-hive
Then verify:
hive --version
hive doctor
The full install matrix, lane chooser, and maintainer split live in docs/START_HERE.md.
If you want optional extras:
- Observe console:
uv tool install --upgrade 'mellona-hive[console]' - MCP adapter:
uv tool install --upgrade 'mellona-hive[mcp]' - Hosted E2B sandbox:
uv tool install --upgrade 'mellona-hive[sandbox-e2b]' - Self-hosted Daytona sandbox:
uv tool install --upgrade 'mellona-hive[sandbox-daytona]' - Homebrew currently ships the base CLI only, so add extras through
uv tool,pipx, orpip
If you install sandbox extras, verify the current machine with:
hive sandbox doctor --json
If you are testing before the first tagged public release lands on PyPI and Homebrew, use the git install:
uv tool install --from git+https://github.com/intertwine/hive-orchestrator.git mellona-hive
First Run
Start in an empty directory:
mkdir my-hive
cd my-hive
git init
hive onboard demo --prompt "Create a small React website about bees."
That gives you a real workspace, a starter project, a conservative PROGRAM.md, and a first task chain with one
ready task. If you want the observe-and-steer console, install mellona-hive[console] first, then run
hive console serve.
Fresh onboarded projects may start with the placeholder local-smoke evaluator so the loop works immediately. Replace
it with a real repo-specific evaluator before you trust autonomous promotion.
If the first hive finish later says there was nothing to promote, that is usually a healthy noop rather than a
broken setup. To intentionally see a successful first promotion, make one tiny docs-only change while working the
demo task, then finish the run.
Then use the normal loop:
hive next --project-id demo
hive work <task-id> --owner <your-name>
hive finish <run-id>
Optional extras stay intentionally small:
mellona-hive[console]adds the observe-and-steer consolemellona-hive[mcp]adds the thinsearch+ bounded localexecuteadapter
Choose The Right Guide
- Start here: docs/START_HERE.md
- Fresh workspace walkthrough: docs/QUICKSTART.md
- Existing repository adoption: docs/ADOPT_EXISTING_REPO.md
- Maintainer and release docs: docs/MAINTAINING.md and docs/RELEASING.md
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mellona_hive-2.3.0.tar.gz.
File metadata
- Download URL: mellona_hive-2.3.0.tar.gz
- Upload date:
- Size: 411.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fad15de2411f99fbf8e144c86ebd30a549bb2a2a201f61519b5d1c5be39e9e1f
|
|
| MD5 |
7283ba41197fc144ee3ba7beb551bd07
|
|
| BLAKE2b-256 |
4a8b8a9dd65a0f77364b2f5a0029369296db3f5394f9ad377f55f85810f255df
|
Provenance
The following attestation bundles were made for mellona_hive-2.3.0.tar.gz:
Publisher:
release.yml on intertwine/hive-orchestrator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mellona_hive-2.3.0.tar.gz -
Subject digest:
fad15de2411f99fbf8e144c86ebd30a549bb2a2a201f61519b5d1c5be39e9e1f - Sigstore transparency entry: 1150802198
- Sigstore integration time:
-
Permalink:
intertwine/hive-orchestrator@0b88ad3fb2c26982a692b4fc22cc1fe335cc0c92 -
Branch / Tag:
refs/tags/v2.3.0 - Owner: https://github.com/intertwine
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0b88ad3fb2c26982a692b4fc22cc1fe335cc0c92 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mellona_hive-2.3.0-py3-none-any.whl.
File metadata
- Download URL: mellona_hive-2.3.0-py3-none-any.whl
- Upload date:
- Size: 450.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a72db6172b4d065e69eac8643adbcd1f57ab214d6b0d0f305930e83251ceb18
|
|
| MD5 |
1995ef15d4a005483682aa7808413232
|
|
| BLAKE2b-256 |
39fd49e54af4f064761f8aabf3e1d5cc0dbefb7d8e6544faa0bceafbd872e76d
|
Provenance
The following attestation bundles were made for mellona_hive-2.3.0-py3-none-any.whl:
Publisher:
release.yml on intertwine/hive-orchestrator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mellona_hive-2.3.0-py3-none-any.whl -
Subject digest:
6a72db6172b4d065e69eac8643adbcd1f57ab214d6b0d0f305930e83251ceb18 - Sigstore transparency entry: 1150802268
- Sigstore integration time:
-
Permalink:
intertwine/hive-orchestrator@0b88ad3fb2c26982a692b4fc22cc1fe335cc0c92 -
Branch / Tag:
refs/tags/v2.3.0 - Owner: https://github.com/intertwine
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@0b88ad3fb2c26982a692b4fc22cc1fe335cc0c92 -
Trigger Event:
push
-
Statement type: