Animus Documentation¶
What is Animus? A Mind-class AI exocortex — persistent memory, multi-agent orchestration, and autonomous improvement. Version: 2.3.0 (migrating to v2.1 baseline) · Tests: 16,178+ · License: MIT
Quickstart¶
New here? Start with one of these paths based on your goal:
| If you want to... | Go to |
|---|---|
| Install and run Animus | Getting Started → Quickstart |
| Understand the system | Architecture → Overview |
| Contribute code or docs | Contributing → Setup |
| Deploy or operate Animus | Operators → Deployment |
| Read about the v2.1 architecture | Architecture → Decisions |
Documentation Map¶
Getting Started¶
- Quickstart — Install, configure, and run in under 10 minutes
- Installation — Per-package install instructions
- Concepts — Core mental models: exocortex, forge, quorum, kernel
Architecture¶
- Overview — System context, four-layer stack, data flow
- Packages — Dependency map and package responsibilities
- Decisions — ADRs and decision logs (ADL)
- Standards — Documentation, code quality, and commit conventions
Packages¶
Each package has its own documentation lane:
- Core — Personal AI exocortex (
import animus) - Forge — Multi-agent orchestration (
import animus_forge) - Bootstrap — System daemon and onboarding (
import animus_bootstrap) - Quorum — Agent coordination protocol (
import convergent) - Kernel — Autonomous builder engine (standalone)
- Types — Shared schema types
- PWA — Progressive web app interface
- Contracts — Canonical JSON schemas
Contributing¶
- Setup — Dev environment, Python versions, local LLM
- Guidelines — Code style, PR process, testing
- Workflow — Git flow, CI expectations, release process
- Debugging — Common issues and diagnostics
Operators¶
- Deployment — Production deployment patterns
- Configuration — Config files, secrets, environment variables
- Monitoring — Health checks, metrics, alerts
- Troubleshooting — Runbook for common failures
Reference¶
- Glossary — Domain terms and definitions
- FAQ — Frequently asked questions
- Changelog — Release history
- Security — Threat model, security layer, best practices
- Whitepapers — Architecture whitepapers
Roadmap¶
Repository Entry Points¶
| File | Purpose |
|---|---|
| Root README | Project elevator pitch and badges |
| CLAUDE.md | Session instructions for Claude Code |
| Project Charter | v2.1 scope, success criteria, risks |
Status¶
- Build: Clean (0 warnings, 0 errors) — verified 2026-07-06
- Deployment: Blocked — repo is private, so GitHub Pages requires Pro. Cloudflare Pages workflow is ready (
.github/workflows/docs-deploy-cloudflare.yml); setCLOUDFLARE_API_TOKENandCLOUDFLARE_ACCOUNT_IDsecrets to enable. - Reorganization: Active (see docs/planning/documentation-roadmap.md). If a link is broken or a section is missing, file an issue or submit a PR.