autonomi
aka loki mode
a multi-agent, provider-agnostic autonomous system. 41 agent types across 8 swarms, orchestrated by the RARV cycle, globally adopted, running on Claude, Codex, or Gemini, your choice.
958
Stars
183
Forks
v7.10.0
Version
41
Agent Types
8
Swarms
built for autonomy at scale
Four ideas that make Autonomi resilient, portable, and enterprise-ready.
01
Multi-Agent Swarms
41 specialized agent types organized into 8 coordinated swarms. Each agent owns a narrow competency (planning, codegen, review, infra, security) and swarms self-organize around the shape of the task.
02
Provider-Agnostic
One orchestration layer over Claude Code, Codex CLI, Gemini CLI, Cline, and Aider. Switch the underlying model without rewriting your workflow; route different swarms to different providers.
03
MCP Integration
Native Model Context Protocol support backed by LokiMCPUniverse: 25+ production-ready enterprise MCP servers spanning Salesforce, AWS, GCP, Azure, Jenkins, ArgoCD, ServiceNow and more.
04
Enterprise-Ready
OIDC auth, full audit logging, sandboxed execution, and Prometheus metrics out of the box. Built to drop into regulated environments and globally adopted by teams shipping autonomous workflows.
the RARV cycle
Every task flows through Reason, Act, Reflect, Verify: a closed loop that keeps autonomous work honest.
Reason
Analyze the task, break it into subtasks, identify dependencies and risks.
Act
Execute the plan using specialized agents drawn from the right swarm.
Reflect
Review outputs, check quality gates, and identify improvements.
Verify
Validate results against acceptance criteria, run tests, confirm completion.
bring your own model
Autonomi orchestrates across the major coding agents, no lock-in.
25+ enterprise mcp servers
Native Model Context Protocol integration plugs Autonomi straight into your stack.
install in seconds
Bun
Recommended. v8 will be Bun-onlybun install -g loki-mode
loki start ./my-prd.mdnpm
Fully supported; bash fallback when Bun is absentnpm install -g loki-modeHomebrew
brew tap asklokesh/tap && brew install loki-modeDocker
Multi-archdocker run --rm asklokesh/loki-mode start prd.mdClaude Code skill
git clone https://github.com/asklokesh/loki-mode.git ~/.claude/skills/loki-mode
claude --dangerously-skip-permissions
# Then say: "Loki Mode with PRD at ./my-prd.md"Other useful commands
loki demoRun a demo projectloki quick "task"Quick one-off taskloki initInitialize a new projectloki self-updateUpgrade in place via current package manager