The orchestration layer for AI coding agents — persistent memory, conductor, dashboard, and multi-agent workflows. Works with Claude Code, Codex, OpenCode, Cursor. Apache 2.0.
<p align="center">
<img src="docs/assets/cn-logo.svg" alt="CodeNexus" width="120">
</p>
<h1 align="center">AIDOCS</h1>
<p align="center">
<strong>The orchestration layer for AI coding agents — persistent memory, conductor, dashboard, and multi-agent workflows.</strong>
</p>
<p align="center">
<img src="https://img.shields.io/github/v/release/cristian1991/AIDOCS?label=version&color=blue" alt="version">
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="license">
<img src="https://img.shields.io/badge/python-3.11%2B-yellow" alt="python">
<img src="https://img.shields.io/badge/tests-1308%20passing-brightgreen" alt="tests">
</p>
<p align="center">
A <a href="https://codenexus.cloud">CodeNexus</a> project
</p>
<h3 align="center">Supported Agents</h3>
<p align="center">
<table align="center">
<tr>
<td align="center" valign="top" width="200">
<img src="https://img.shields.io/badge/Claude_Code-CC5500?style=for-the-badge&logo=anthropic&logoColor=white" alt="Claude Code"><br>
<sub>Hooks + MCP + Dashboard</sub><br>
<sub><strong>Full orchestration</strong></sub>
</td>
<td align="center" valign="top" width="200">
<img src="https://img.shields.io/badge/OpenCode-000000?style=for-the-badge" alt="OpenCode"><br>
<sub>Plugin + MCP + Serve mode</sub><br>
<sub><strong>Full orchestration</strong></sub>
</td>
<td align="center" valign="top" width="200">
<img src="https://img.shields.io/badge/Codex-10A37F?style=for-the-badge&logo=openai&logoColor=white" alt="Codex"><br>
<sub>MCP + CLI conductor</sub><br>
<sub><strong>Full orchestration</strong></sub>
</td>
<td align="center" valign="top" width="200">
<img src="https://img.shields.io/badge/Any_MCP_Host-4A90D9?style=for-the-badge" alt="MCP"><br>
<sub>Via <code>.mcp.json</code></sub><br>
<sub>Tools + memory</sub>
</td>
</tr>
</table>
</p>
---
## What It Does
AIDOCS is the orchestration layer that makes AI coding agents smarter without replacing them. It works with Cursor CoAgent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.