## Robust, lightweight infrastructure for multi-agent self-evolution, built for autoresearch.
[](https://arxiv.org/abs/2604.01658v1)
[](https://coral.compounding-intelligence.ai/blogs/)
[](LICENSE)
[](https://python.org)
**English** | [中文](README_CN.md)
Installation · Plugin · Supported Agents · How It Works · Examples · Docs · Paper
**CORAL** is infrastructure for **autonomous AI agent organizations** that run experiments, share knowledge, and continuously improve solutions. Give it a codebase and a grader, and CORAL handles the rest: isolated workspaces, safe evaluation, persistent shared state, and multi-agent collaboration. Natively integrated with Claude Code, OpenCode, Codex, Cursor Agent, and Kiro. ### 🔥 News - **[2026-07-08]** **CORAL** has been accepted to **COLM 2026**! 🎉 - **[2026-06-24]** The Docker session now isolates the agent from the grader: each agent runs as an unprivileged user (manager and grader stay root), so agents can no longer read `.coral/private/` (grader venv, answer keys) — not even via Bash. On the host this stays opt-in via `agents.isolate_user`. - **[2026-06-13]** Legacy `eval/grader.py` grader auto-discovery is deprecated and removed — wire graders via `grader.entrypoint` pointing at a packaged grader. See the [custom grader guide](https://coral.compounding-intelligence.ai/docs/guides/custom-grader). - **[2026-06-06]** CORAL v0.6.0 adds multi-island runs: partition agents into isolated islands with scoped attempts, notes, skills, heartbeat state, and migration between islands for broader exploration. - **[2026-04-24]** Rubric judges — two reusable LLM-judge grader packages for open-ended tasks (reports, memos, legal analysis). See the [Rubric Judges guide](https://coral.compounding-intelligence.ai/docs/guides/rubric-judge). - **[2026-04-03]** Our paper, "CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery," is now out! Check it out on [Arxiv](https://arxiv.org/abs/2604.01658v1). - **[2026-03-18]** CORAL is released! Check out our [blog post](https://coral.compounding-intelligence.ai/blogs/evolve-like-coral/).  ### Installation ```bash curl -fsSL https://raw.githubusercontent.com/Human-Agent-Society/CORAL/main/install.sh | sh ``` Installs the **latest `coral` release** globally via `uv tool install`. Pin a specific release with `CORAL_VERSION=