Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Organization-as-Code for autonomous AI agents. Brain-inspired memory that grows, consolidates, and forgets. Multi-model (Claude/Codex/Gemini/Cursor/Ollama).
| Date | Stars |
|---|---|
| 2026-07-31 | 250 |
| 2026-08-01 | 250 |
| 2026-08-03 | 251 |
| 2026-08-04 | 252 |
| 2026-08-05 | 253 |
| 2026-08-06 | 253 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# AnimaWorks — Organization-as-Code **No one can do anything alone. So I built an organization.** A framework that treats AI agents not as one-off “tools,” but as team members who keep working with persistent memory. Each Anima has a name, role, personality, memory, and schedule; they coordinate by message, make decisions, and ask humans when confirmation is needed. Humans can talk to a leader or responsible member, while task breakdown, delegation, progress checks, memory updates, and daily or weekly reflection stay inside the same organization. <p align="center"> <img src="docs/images/workspace-dashboard.gif" alt="AnimaWorks Workspace — real-time org tree with live activity feeds" width="720"> <br><em>Workspace dashboard: each Anima’s role, status, and recent actions are visible in real time.</em> </p> <p align="center"> <img src="docs/images/workspace-demo.gif" alt="AnimaWorks 3D Workspace — agents collaborating autonomously" width="720"> <br><em>3D office: Animas sit at desks, walk around, and exchange messages when needed.</em> </p> **[日本語版 README](README_ja.md)** | **[简体中文 README](README_zh.md)** | **[한국어 README](README_ko.md)** --- ## How It Compares | | AnimaWorks | CrewAI | LangGraph | OpenClaw | OpenAI Agents | |--|-----------|--------|-----------|----------|---------------| | **Design philosophy** | Organization of autonomous agents | Role-based teams | Graph workflows | Personal assistant | Lightweight SDK | | **Memory** | Neuroscience-inspired: RAG (Chroma + graph), consolidation, active forgetting, automatic recall, and memory checks before action | Cognitive Memory (manual forget) | Checkpoints + cross-thread store | SuperMemory knowledge graph | Session-scoped only | | **Autonomy** | Heartbeat (observe → plan → reflect) + Cron + TaskExec — runs 24/7 | Human-triggered | Human-triggered | Cron + heartbeat | Human-triggered | | **Org structure** | Supervisor → subordinate hierarchy, delegation, audit, dashboard | Flat roles in a crew | — | Single agent | Handoffs only | | **Process model** | One isolated OS process per agent, IPC, auto-restart | Shared process | Shared process | Single process | Shared process | | **Multi-model** | Seven engines: Claude SDK / Codex / Cursor Agent / Gemini CLI / Grok Build / LiteLLM / Assisted (Anthropic SDK falls back inside Mode A when Agent SDK is not installed) | LiteLLM | LangChain models | OpenAI-compatible | OpenAI-centric | > AnimaWorks is not a task runner. It is an organization that thinks, remembers, forgets, and gradually grows. I build it while using it as an AI team in real business operations. --- ## :rocket: Try It Now — Docker Demo Up and running in about 60 seconds. You only need an API key and Docker. ```bash git clone https://github.com/xuiltul/animaworks.git cd animaworks/demo cp .env.example .env # paste your ANTHROPIC_API_KEY docker compose up # open http://localhost:18501 ``` A three-person team (manager + engineer + coordinator) starts immediately, with three days of activity history. [Demo details →](demo/README.md) > Switch language / style: `PRESET=ja-anime docker compose up` — [full preset list](demo/README.md#presets) --- ## Quick Start macOS / Linux / WSL: ```bash curl -sSL https://raw.githubusercontent.com/xuiltul/animaworks/main/scripts/setup.sh | bash cd animaworks uv run animaworks start # start server — setup wizard opens on first run ``` Windows (PowerShell): ```powershell git clone https://github.com/xuiltul/animaworks.git cd animaworks uv sync uv run animaworks start ``` To use OpenAI Codex without an API key, run `codex login` before the first launch. Open **http://localhost:18500/** — the setup wizard walks you through: 1. **Language** — choose the UI display language 2. **User info** — create the owner account 3. **Provider auth** — enter API keys or choose Codex Login for OpenAI 4. **First Anima** — name your first agent You do not need to hand-edit `.env`. The wizard saves setti
Excerpt of 28,696 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5a9687ab427f3e07, topic:ai-agents, topic:autonomous-agents, topic:agent-framework
matched fp:5a9687ab427f3e07, topic:rag, topic:memory