Flagship Project · Provider-Agnostic Agents

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

Architecture

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 Engine

the RARV cycle

Every task flows through Reason, Act, Reflect, Verify: a closed loop that keeps autonomous work honest.

01

Reason

Analyze the task, break it into subtasks, identify dependencies and risks.

02

Act

Execute the plan using specialized agents drawn from the right swarm.

03

Reflect

Review outputs, check quality gates, and identify improvements.

04

Verify

Validate results against acceptance criteria, run tests, confirm completion.

Provider-Agnostic

bring your own model

Autonomi orchestrates across the major coding agents, no lock-in.

Claude Code(full support)Codex CLIGemini CLIClineAider
LokiMCPUniverse

25+ enterprise mcp servers

Native Model Context Protocol integration plugs Autonomi straight into your stack.

Get Started

install in seconds

Bun

Recommended. v8 will be Bun-only
bun install -g loki-mode
loki start ./my-prd.md

npm

Fully supported; bash fallback when Bun is absent
npm install -g loki-mode

Homebrew

brew tap asklokesh/tap && brew install loki-mode

Docker

Multi-arch
docker run --rm asklokesh/loki-mode start prd.md

Claude 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 project
loki quick "task"Quick one-off task
loki initInitialize a new project
loki self-updateUpgrade in place via current package manager
Enterprise

production guardrails

OIDC authAudit loggingSandbox modePrometheus metrics

ready to go autonomous?