xuiltul/animaworks

254 stars · Last commit 2026-08-30

Organization-as-Code for autonomous AI agents. Brain-inspired memory that grows, consolidates, and forgets. Multi-model (Claude/Codex/Gemini/Cursor/Ollama).

README preview

# AnimaWorks — Organization-as-Code

### An AI organization that ships software.

AnimaWorks turns persistent AI agents into a working organization. Give it a goal, and its agents break the work down, implement in parallel worktrees, test and review each other's changes, open pull requests, repair failing CI, resolve conflicts, and watch the deployed result — asking a human only when something genuinely needs one.

```text
Task → agent team → parallel worktrees → implement → test → review
     → pull request → CI repair → deploy → observe → repair
```

AnimaWorks does not hardcode this pipeline. The framework wires GitHub events into agent tasks, serializes work per pull request, and orchestrates multi-model reviews; the agents run the rest the way human engineers do — with git, tests, CI, and role playbooks. That is why the same organization can also answer email, take meeting notes, and post to Slack: it is an organization, not a build script.

## Proven in production

For the past six months, an eight-agent AnimaWorks organization has run the day-to-day development of a production SaaS product:

| Metric (Mar–Aug 2026) | Value |
|---|---|
| Pull requests authored by agents | **302** (267 merged) |

View full repository on GitHub →