MercuriusDream/agent-estate

3 stars · Last commit 2026-02-27

README preview

# Agent-Estate

<img width="2200" height="1440" alt="AGENT_ESTATE" src="https://github.com/user-attachments/assets/fb464d2e-a064-41ac-82c6-763ef9e8b9d0" />

> *IT'S THE FREE REAL AGENT ESTATE*

Autonomous work loop for Claude Code. No end condition. Persistent memory. Zero config.

Used it to build a [from-scratch C++ web browser](https://github.com/MercuriusDream/Vibrowser) — 287 autonomous cycles, 100+ hours, 3,374 tests, zero failures, <10 manual steerings.

## Why Agent Estate?

- **Native hooks, not a wrapper** — uses Claude Code's Stop event to intercept exits. No bash wrapper, no tmux, no external process manager
- **Zero config** — no PRD files, no task definitions, no project setup. Just `/agent-estate:start`
- **Persistent memory** — ledger tracks everything across sessions. "Tell The Next Claude" handoff for cross-context memory. Context doesn't reset between cycles
- **Auto-stop when done** — `--done` flag lets Claude stop itself when the task is complete. Or run perpetual (default)
- **Rate limit resilience** — detects 429/529 errors, waits, retries. Never crashes, never loses state
- **~400 lines total** — the entire plugin. 3 directories, 7 files. Nothing to configure, nothing to break

## Install

View full repository on GitHub →