ANIMUS dispatches, isolates, gates, and ships AI agents — across software, content, compliance, anything you'd build by hand. Step away from the terminal.
CrewAI, LangGraph, the new multi-agent Codex — every framework that arrived this year hands you primitives and walks away.
None isolate state. None gate output. None rework on failure. None ship.
Animus does all four. By default.
| REQUIREMENT | CrewAI | Lang Graph | Codex MA | ANIMUS |
|---|---|---|---|---|
| ISOLATE STATE | ✕ | ✕ | ✕ | ✓ |
| GATE OUTPUT | ✕ | ✕ | ✕ | ✓ |
| REWORK ON FAILURE | ✕ | ✕ | ✕ | ✓ |
| SHIP TO MAIN | ✕ | ✕ | ✕ | ✓ |
Claude. Codex. Gemini. Kimi. Deepseek. Or any model you want. They all plug into Animus through the same protocol.
Swap per phase. Swap per quarter. Swap on the day a new model ships. Workflows, output contracts, and infrastructure compound across model generations.
Animus, Fleet, and Dashboard are open source. Templates, the marketplace, and Cloud build on top — six numbered parts of one runtime.
ANIMUS dispatches, isolates, gates, and ships AI agents — across software, content, compliance. Step away from the terminal.
CrewAI, LangGraph, Codex MA — every framework that shipped this year hands you primitives and walks away.
None isolate state. None gate output. None rework on failure. None ship.
Animus does all four. By default.
Claude, Codex, Gemini, Kimi, Deepseek. Pick per phase. Switch tomorrow. The agency lives in the YAML.
# .ao/workflows/default.yaml
agents:
builder:
model: claude-sonnet-4-6
tool: claude
reviewer:
system_prompt: |
Verify ALL acceptance criteria are met.
model: gpt-5.3-codex
tool: codex
id: default
name: Default Pipeline
phases:
- research
- implementation
- id: code-review
agent: reviewer
max_rework_attempts: 3
on_verdict:
rework: { target: implementation }
advance: { target: testing }
- testing
post_success:
merge:
strategy: squash
target_branch: main
create_pr: true
cleanup_worktree: trueAnimus, Fleet, Dashboard are OSS. Templates, Packs, and Cloud build on top.
$ curl -fsSL https://raw.githubusercontent.com/launchapp-dev/ao/main/install.sh | bash $ animus init $ animus run
Rust binary. Local-first. Apache · ELv2. Works with Claude Code, Codex, Gemini, Cursor, Kimi.