Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Agent-harness picks, search, and decision guides over a curated, weekly-rescored list of 110.

README.md

<!-- markdownlint-disable --> <h1 align="center"> Best of Agent Harnesses and Harness Techniques <br> </h1>

<p align="center"> <strong>🏆&nbsp; Curated list of AI agent harnesses, orchestration frameworks, and harness techniques for reliable agentic systems.</strong> </p>

<p align="center"> <a href="https://best-of.org" title="Best-of Badge"><img src="http://bit.ly/3o3EHNN"></a> <a href="#contents" title="Project Count"><img src="https://img.shields.io/badge/projects-141-blue.svg?color=5ac4bf"></a> <a href="https://ryanalberts.github.io/best-of-Agent-Harnesses/" title="Browse the searchable site"><img src="https://img.shields.io/badge/website-live-5ac4bf.svg"></a> <a href="#for-agents" title="Agents can query this list — MCP server, llms.txt & JSON"><img src="https://img.shields.io/badge/agents-query%20this%20list-5ac4bf.svg"></a> <a href="#contribution" title="Contributions welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a> <a href="https://github.com/RyanAlberts/best-of-Agent-Harnesses/commits/main" title="Updates"><img src="https://img.shields.io/github/last-commit/RyanAlberts/best-of-Agent-Harnesses?color=green&label=updated"></a> </p>

<p align="center"> 🌐 <strong><a href="https://ryanalberts.github.io/best-of-Agent-Harnesses/">Browse the searchable site</a></strong> — one page per harness, filter by capability, autonomy &amp; recovery. </p>

<p align="center"> 🤖 <strong>Agents can query this list</strong> — an <a href="#for-agents">MCP server</a> (<code>recommend</code>, <code>pick_harness</code>, …), <a href="llms.txt">llms.txt</a> &amp; <a href="harnesses.json">JSON</a>, so your agent recommends harnesses too. </p>

<p align="center"> 🧡 <strong>A curated list is only as good as the people who stop mid-scroll to point at what it's missing.</strong><br> These folks did exactly that — found a gap, wrote it up, and made the list better than one maintainer ever could. <a href="#-thank-you-contributors"><strong>Meet the 7 →</strong></a> </p>

What is an agent harness?

A model answers; an agent acts. An agent harness is the runtime that turns one into the other — the model thinks; the harness decides what that thinking is allowed to touch.

Every prior wave of automation was constrained by brittleness: you scripted exact behavior, and when the world deviated, the system broke. Foundation models inverted that problem—they're flexible but directionless, stateless, and disconnected from anything real. The agent harness exists to bridge that gap: it is the orchestration infrastructure that converts a model's per-turn reasoning into sustained, tool-using, error-recovering, goal-directed behavior across time. Architecturally, it plays the role the kernel played in operating systems or the controller played in industrial robotics—mediating between raw capability and a messy environment—but with a critical difference: the "capability" it governs is general-purpose cognition, which means the harness is simultaneously a scheduler, a permission system, a memory manager, and a policy enforcement layer, all under-specified and evolving in real time.

Why harnesses matter

Better models make harnesses more important: more capabilities mean more failure modes, and production needs retry logic, fallbacks, and validation. Harness quality—not just model quality—determines whether agents actually ship. This list ranks projects by relevance to harness concerns (environment, orchestration, lifecycle, guardrails) and by stars/activity.

The landscape at a glance

![The Agent Harness Landscape — all projects plotted by adoption surface area against GitHub stars](assets/landscape.svg)

_Every project in the list, plotted by adoption surface area (the simplicity ↔ capability axis) against GitHub stars. Colors are categories; the largest projects in each tier are labeled._

![Autonomy × Recovery — every loop-owning project placed by designed autonomy regime and failure-recovery tier](assets/axes-grid.svg)

_The same projects placed by how much unsupervised rope they're designed to give (autonomy) and what happens when a run dies (recovery). In the tables below, ★ marks headless-ready projects and ✱ marks durable ones. Both charts regenerate from the list data on every refresh._

How to Pick a Harness

_Start with the guide, then the head-to-head decision pages — grounded in the same data as the tables below:_

Pick by use case

_Reader's index: pick by what you want to do, not by category. Tag chips (e.g. <sup>mcp · memory</sup>) next to each row let you cross-filter by capability — see TAGS.md for the full cross-reference._

For agents

This list is also published in machine-readable form, so coding agents and research agents can recommend harnesses — not just humans browsing GitHub:

  • harnesses.json — every project with category, complexity tier, capability tags, stars, license signal, and a concrete example link, plus the full use-case index.
  • llms.txt — the entire list in one agent-readable file. Point any agent at the raw URL.
  • MCP serverrecommend (one opinionated pick + alternatives + what to avoid, e.g. repos flagged for star manipulation), compare/compare_for (2–4 harnesses side by side — by id or by task — who leads on which axis incl. researched sandboxing/memory/hooks/prompt-optimization ratings, graveyard warnings, the matching decision guide), pick_harness (ranked, with complexity/autonomy/recovery filters), search_harnesses, get_harness, list_categories, plus list_comparisons/get_comparison for the decision guides. Published to PyPI and the official MCP registry as io.github.RyanAlberts/agent-harnesses. One-line install (needs uv):
claude mcp add agent-harnesses -- uvx agent-harnesses-mcp

Or hire a skeleton

Don't just read the list — agents/ ships three agent skeletons: open-source agents that run on the AI subscription you already pay for. Clone the file, customize the instructions, done. All three work against the current week's data and deliver to Slack or Notion when either is connected:

  • harness-scout — describe what you're building; it picks your harness, with evidence and a graveyard check.
  • stack-auditor — flags the harnesses in your codebase that died, and can trace your agent session logs to show how the harness steers your technical decisions.
  • harness-radar — weekly movement briefing: climbers, arrivals, deaths, graduations.
curl -fsSL https://raw.githubusercontent.com/RyanAlberts/best-of-Agent-Harnesses/main/agents/harness-scout.md -o .claude/agents/harness-scout.md

Contents

Guide to rankings

  • Stars — GitHub star count, captured 2026-07-26; tables sort by stars descending.
  • ⚖️ Simplicity ↔ capability — adoption surface, 4 tiers: super simple (a format, one concept) → mostly simple (thin layer) → slightly complex (real SDK) → complex (product suite).
  • Headless-ready — designed for unattended runs, batches, and fleets (the top of the autonomy scale: step-gated → checkpoint-gated → bounded → headless).
  • Durable — persisted execution state survives restarts mid-task (the top of the recovery scale: none → retry → resumable → durable).
  • Open source — ✅ standard OSS license · ⚠️ source-available/restricted · ❓ no or unclear license.
  • 🏷️ Tags — capability chips auto-derived from descriptions; full cross-reference in TAGS.md.
  • 🎯 Examples — one concrete "show me it in action" link per project, not a docs root.

Every project's full autonomy and recovery tier is plotted in the grid above and carried in harnesses.json and llms.txt; scores are editorial, from public docs — maintainer corrections via issue/PR are merged fast.

<br>

Progressive disclosure harnesses

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

_Formats, runtimes, and patterns that reveal context, tools, or instructions in layers—index first, details on demand—to control tokens and improve agent focus (the "map, not encyclopedia" principle)._

| # | Project | ⭐ Stars | Description | Open source | Simplicity ↔ capability | Examples | |---|---------|---------|-------------|-------------|-------------------------|----------| | 1 | <a name="headroom"></a>Headroom | 62.5k | Compresses tool outputs, logs, files, and RAG chunks with content-aware compressors before they reach the model—claimed 20% fewer tokens for coding agents and 60–95% fewer for JSON, same answers. Ships as a library, HTTP proxy, or MCP server, so it drops in front of whatever harness you already run. <sup>mcp · rag</sup> | ✅ | mostly simple (compression library/proxy/MCP server) | Project README | | 2 | <a name="awesome-cursorrules"></a>awesome-cursorrules | 40.4k | Curated .cursorrules and skills that leverage Cursor's index-then-load model; the canonical collection for rules-as-progressive-disclosure in the IDE. <sup>ide</sup> | ✅ | super simple (content bundle) | PyTorch cursorrules | | 3 | <a name="agentsmd"></a>agents.md | 23.2k | Open format for repo-scoped agent briefings; v1.1 adds hierarchical scope and progressive disclosure so agents get a map of what exists, then load only what's relevant. <sup>typescript</sup> | ✅ | super simple (format only) | Self-hosting AGENTS.md | | 4 | <a name="context-mode"></a>context-mode | 19.3k | Context-window optimization layer that sandboxes tool output before it reaches the model (claimed 98% reduction) and persists session memory across 17 agent platforms via MCP and hooks—progressive disclosure applied to tool results, not just instructions. <sup>mcp · memory · sandbox</sup> | ❓ | mostly simple (output sandboxing, cross-platform) | Project README | | 5 | <a name="langgraph-bigtool"></a>langgraph-bigtool&#8202;✱ | 550 | Build LangGraph agents with large tool sets; retrieval and on-demand tool loading so agents scale beyond context without stuffing every schema upfront. <sup>tool-discovery · python</sup> | ✅ | slightly complex (large tool sets) | Math-library tool agent | | 6 | <a name="mcp-zero"></a>MCP-Zero | 503 | Active tool discovery for autonomous agents: model requests tools by requirement; hierarchical semantic routing over 308 servers / 2,797 tools with ~98% token reduction (APIBank). <sup>tool-discovery</sup> | ✅ | complex (3k tools, full routing) | APIBank experiment | | 7 | <a name="toolgen"></a>ToolGen | 184 | ICLR 2025: unified tool retrieval and calling via generation; 47k+ tools without context stuffing—retrieval and invocation in one generative step. <sup>tool-discovery · python</sup> | ❓ | complex (47k+ tools) | Full eval pipeline | | 8 | <a name="toolrag"></a>ToolRAG | 29 | Semantic tool retrieval for LLMs; serves only the tools the user query demands (MCP-compatible), unlimited tool sets with zero context penalty. <sup>mcp · tool-discovery</sup> | ✅ | mostly simple (query-driven retrieval) | MCP server retrieval |

Coding agent products (IDEs, CLIs, full suites)

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

_Turnkey coding agents you install and run: IDE extensions, terminal CLIs, Dockerized workspaces. Each entry notes which part is the harness (the agent loop, tool wiring, approval model) versus the UI shell (VS Code extension, TUI, browser client)._

| # | Project | ⭐ Stars | Description | Open source | Simplicity ↔ capability | Examples | |---|---------|---------|-------------|-------------|-------------------------|----------| | 1 | <a name="opencode"></a>opencode&#8202;★ | 190k | Open-source terminal coding agent (formerly sst/opencode; transferred to anomalyco). The harness is a multi-provider tool-call loop (Claude, OpenAI, Gemini, local) with strong plugin and MCP support; the TUI is the shell. 100% OSS, very actively shipped. <sup>mcp · provider-agnostic · cli · tui · typescript</sup> | ✅ | slightly complex (multi-provider, plugins, MCP) | Agent system page | | 2 | <a name="gemini-cli"></a>Gemini CLI | 106k | Google's first-party terminal agent for Gemini. The harness is the plugin/MCP tool-call loop; the terminal is the shell—Google's parallel to Claude Code / Codex, not just an API. <sup>mcp · cli · typescript</sup> | ✅ | slightly complex (official CLI, plugins, MCP) | MCP server setup | | 3 | <a name="codex"></a>Codex | 102k | OpenAI's terminal coding agent. The harness is the sandboxed tool-call loop with multi-provider support; the CLI is the shell. Reference implementation for "official CLI that ships code." <sup>sandbox · provider-agnostic · cli</sup> | ✅ | slightly complex (reference CLI, sandboxed) | Sandboxing concept | | 4 | <a name="openhands"></a>OpenHands&#8202;★ | 82.1k | Dockerized software-engineering agent. The harness is the bash/editor/browser toolset with micro-agents and event-stream session bridging; Docker is the sandbox. Main OSS choice for teams self-hosting autonomous repo work. <sup>memory · browser · sandbox · python</sup> | ⚠️ (multi-license) | complex (Docker runtime, multi-surface agent — product suite) | Repository microagents | | 5 | <a name="pi"></a>pi | 78k | The upstream AI agent toolkit behind this list's oh-my-pi fork: a unified multi-provider LLM API, agent loop, and TUI shell providing the harness that oh-my-pi's Rust rewrite builds on. <sup>provider-agnostic · tui · rust</sup> | ❓ | slightly complex (multi-provider agent loop, TUI) | Project README | | 6 | <a name="openinterpreter"></a>Open Interpreter | 67.3k | Lightweight terminal coding agent oriented to open models (DeepSeek, Kimi, Qwen). The harness is a code-execution loop — the model writes code, the harness executes it with confirmation gates; the CLI is the shell. The original "let the LLM run code on my machine" project, reborn for open weights. <sup>cli · python</sup> | ✅ | mostly simple (lean code-exec loop) | Quick start | | 7 | <a name="cline"></a>Cline | 65.1k | VS Code extension whose harness is a plan-then-act loop with per-step human approval and cost transparency; the VS Code integration is the UI shell. Open-source counterweight to Cursor. <sup>ide · typescript</sup> | ✅ | slightly complex (plan-then-act, approval gates) | Plan & Act mode | | 8 | <a name="goose"></a>goose&#8202;★ | 51.7k | Block-originated Rust agent, now stewarded by the Linux Foundation's Agentic AI Foundation (aaif-goose/goose). The harness is the MCP/ACP extension model with recipes and provider choice; there's no fixed UI slot—you bolt it into whatever shell you use. <sup>mcp · rust</sup> | ✅ | slightly complex (extensions, MCP/ACP) | Goose recipes guide | | 9 | <a name="vibe-kanban"></a>vibe-kanban | 27.5k | Kanban-style fleet manager for running Claude Code, Codex, or any coding agent across many tasks at once. The harness contribution is the task-queue/review layer on top of whichever agent executes; not an agent loop itself. | ❓ | slightly complex (task-fleet manager) | Project README | | 10 | <a name="crush"></a>crush | 26.9k | Charm's terminal coding agent (Charm's fork of the original OpenCode). The harness is the tool-calling loop with session persistence; the Bubble Tea TUI is the shell. <sup>memory · cli · tui</sup> | ⚠️ FSL-1.1-MIT | slightly complex (terminal agent, TUI) | Crush launch post | | 11 | <a name="kilocode"></a>Kilo Code | 26.5k | VS Code extension and CLI in the Cline/Roo-Code lineage — a natural pick now that Roo-Code is archived upstream. The harness is an approval-gated autonomous-mode loop with a provider/tool marketplace; the IDE is the shell. <sup>mcp · cli · ide · typescript</sup> | ❓ | slightly complex (IDE extension + CLI, MCP) | Project README | | 12 | <a name="qwen-code"></a>qwen-code | 26.3k | Alibaba's official terminal coding agent, forked from Gemini CLI's agent loop and retuned for Qwen models. The harness is the same sandboxed tool-call loop as its upstream; the terminal is the shell. <sup>sandbox · cli · typescript</sup> | ❓ | slightly complex (official CLI, Gemini-CLI fork) | Project README | | 13 | <a name="symphony"></a>Symphony&#8202;★ | 26.2k | OpenAI's harness for fanning a task out into many isolated, autonomous coding-agent implementation runs and surfacing the ones that pass, so a team manages outcomes instead of supervising each session. <sup>sandbox</sup> | ❓ | complex (parallel isolated runs — product suite) | Project README | | 14 | <a name="roo-code"></a>Roo Code | 24.4k | VS Code/Cursor extension in the Cline lineage. The harness is the approval-gated agent with custom modes and a strong MCP story; the IDE is the UI. Popular community fork when you want that workflow without the upstream extension. <sup>mcp · workflow · ide · typescript</sup> | ✅ | slightly complex (IDE extension, MCP-first) | Custom modes guide | | 15 | <a name="oh-my-pi"></a>oh-my-pi | 19.8k | Terminal coding agent (fork of Pi) that wires the IDE into the harness: hash-anchored edits, a 32-tool loop tuned per-model, LSP rename/references/diagnostics on every write, a real DAP debugger (lldb/dlv/debugpy), long-lived Python + Bun execution kernels that call back into the agent's tools, browser control, and 40+ providers (Claude/OpenAI/Gemini/local). ~55k-line Rust core. <sup>browser · provider-agnostic · cli · ide · rust</sup> | ✅ | slightly complex (terminal agent, LSP/DAP, multi-provider) | LSP wired into edits | | 16 | <a name="claw-code-agent"></a>claw-code-agent | 534 | Python reimplementation of the Claude Code agent architecture with zero external dependencies; interactive chat, streaming, plugin runtime, nested agent delegation, cost tracking, MCP transport—portable harness without the Rust/TS toolchain. <sup>mcp · rust · python · typescript</sup> | ❓ | slightly complex (pure Python, plugin runtime) | Quick Start guide | | 17 | <a name="agentbox"></a>AgentBox | 320 | Runs multiple coding agents in parallel, each in its own sandboxed VM, locally or in the cloud, from one command. The harness contribution is the VM-per-agent isolation and fleet fan-out layer; whichever agent runs inside owns the loop. <sup>sandbox · typescript</sup> | ✅ | slightly complex (VM-per-agent sandbox, parallel fan-out) | Parallel agents quick start | | 18 | <a name="proliferate"></a>Proliferate | 151 | Open-source AI IDE for Claude Code, Codex, OpenCode, and more. The harness contribution is the workspace/session orchestration layer: run multiple coding agents in parallel, locally or in the cloud, with isolated workspaces, reusable workflows, and shared team context. <sup>multi-agent · sandbox · ide · typescript</sup> | ✅ | complex (multi-agent workspace orchestration — product suite) | Product README |

Coding harness configs and SDKs

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

_Skill packs, slash-command libraries, meta-prompting frameworks, and official SDKs that give you the harness (the agent loop, planning, memory, hooks) without bundling a specific IDE or CLI shell._

| # | Project | ⭐ Stars | Description | Open source | Simplicity ↔ capability | Examples | |---|---------|---------|-------------|-------------|-------------------------|----------| | 1 | <a name="superpowers"></a>superpowers | 261k | Performance-oriented harness pack for Claude Code, Codex, OpenCode, Cursor: skills, instincts, memory, security, research-first workflows. Treats harness engineering itself as the performance lever. <sup>memory · ide</sup> | ✅ | complex (multi-IDE skill stack — product suite) | TDD skill | | 2 | <a name="skills"></a>Anthropic Skills | 164k | Anthropic's official Agent Skills repository: SKILL.md-based folders (instructions, scripts, resources) Claude dynamically loads on Claude Code, Claude.ai, and the API. The reference for progressive-disclosure skill packs in 2026. | ✅ | mostly simple (official skills format) | docx skill | | 3 | <a name="gstack"></a>GStack | 124k | Garry Tan's Claude Code skill stack: 23 slash-command modes (CEO/eng/design review, QA, ship, browse, retro, …) that structure one assistant as a virtual engineering team. Daily driver while running YC. <sup>typescript</sup> | ✅ | slightly complex (multi-role slash-command harness) | /ship SKILL.md | | 4 | <a name="agent-skills"></a>addyosmani/agent-skills | 80.4k | Addy Osmani's production-grade skill pack: 24 engineering skills and 4 specialist agent personas that encode senior-dev workflows (spec through deploy) across 70+ coding agents including Claude Code, Cursor, and Copilot. The harness contribution is the skill/workflow layer, not a new agent loop. <sup>workflow · ide</sup> | ✅ | mostly simple (skills bundle, cross-agent) | Project README | | 5 | <a name="awesome-claude-code"></a>awesome-claude-code | 51k | Large community-curated index of Claude Code skills, slash commands, status lines, and plugins—resources for extending the harness, not a harness itself, but the most-followed catalog of the genre. | ❓ | super simple (curated resource index) | Project README | | 6 | <a name="agents"></a>wshobson/agents | 38.2k | Cross-harness marketplace of drop-in subagents and skills for Claude Code, Codex CLI, Cursor, OpenCode, and Copilot; specialized, production-ready agent definitions you install rather than hand-write. <sup>multi-agent · cli · ide</sup> | ✅ | super simple (drop-in agent packs) | Agent catalog | | 7 | <a name="swe-agent"></a>SWE-agent&#8202;★ | 19.9k | LM-driven harness built for SWE-bench: edit state, command execution, and issue-focused loop—the reference agent stack next to the benchmark itself. <sup>memory · evals · python</sup> | ✅ | slightly complex (SWE-bench pairing, stateful edits) | Default agent config | | 8 | <a name="claude-agent-sdk-python"></a>Claude Agent SDK&#8202;★ | 7.7k | Official Anthropic SDK (Python + TypeScript, demos, quickstarts): built-in tools, MCP, long-running coding agents with session bridging. <sup>mcp · memory · python · typescript</sup> | ✅ | complex (full SDK, session bridging — product suite) | Research agent demo | | 9 | <a name="gsd-core"></a>get-shit-done | 7.2k | Goal-backward planning and wave-based execution over fresh context windows; avoids context rot by design. Python/JS meta-prompting for Claude Code, OpenCode, Gemini CLI. <sup>cli · python</sup> | ✅ | mostly simple (meta-prompting, you own stack) | gsd:ship command | | 10 | <a name="agents-cli"></a>agents-cli | 5.4k | Google's official CLI and skill pack that layers agent-creation, evaluation, and deployment skills on top of whatever coding assistant you already run, rather than shipping its own agent loop—the harness as a config/skills add-on, not a new runtime. <sup>evals · cli</sup> | ❓ | mostly simple (skills/CLI layer, no new runtime) | Project README | | 11 | <a name="skillhub"></a>skillhub | 4.9k | iFlytek's self-hosted registry for publishing, versioning, and governing agent skill packages—the harness config layer treated as an enterprise artifact store rather than a CLI or IDE shell. <sup>local · cli · ide</sup> | ❓ | mostly simple (skill registry/governance) | Project README | | 12 | <a name="repomaster"></a>RepoMaster&#8202;★ | 539 | Repo-scoped research harness: builds function-call and module-dependency graphs to explore only what's needed; large relative gains on MLE-bench and GitTaskBench with lower token use. <sup>workflow · python</sup> | ❓ | slightly complex (graph-based exploration) | PDF-parse case study | | 13 | <a name="autoharness"></a>AutoHarness | 357 | Lightweight governance harness: wraps any LLM client in ~2 lines for automated harness engineering—6–14 step pipeline, YAML constitution, risk-pattern matching, session persistence with cost tracking, multi-agent profiles. <sup>memory · multi-agent · provider-agnostic · python</sup> | ✅ | super simple (2-line wrapper, YAML gov) | Full pipeline demo | | 14 | <a name="looptroop"></a>LoopTroop | 98 | Config layer that chains LLM councils for planning, Ralph loops for iterative refinement, and OpenCode worktrees for shipping. The harness contribution is the council → loop → worktree pipeline; OpenCode underneath executes. <sup>typescript</sup> | ✅ | mostly simple (config pipeline over OpenCode) | Council → loop → worktree pipeline | | 15 | <a name="pmstack"></a>pmstack | 8 | Claude Code config for AI product managers: CLAUDE.md plus skills for competitive analysis, PRD-from-signal, metric frameworks, stakeholder briefs, and agent eval design. "GStack for PMs." <sup>evals</sup> | ✅ | super simple (skills bundle, PM-focused) | PRD-from-signal skill |

Personal agent runtimes

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

_Always-on, self-hosted agents you run as a daemon and talk to from chat apps: gateway runtimes, second brains, and self-improving assistants. The agent as a product you operate, not a library you build with._

| # | Project | ⭐ Stars | Description | Open source | Simplicity ↔ capability | Examples | |---|---------|---------|-------------|-------------|-------------------------|----------| | 1 | <a name="openclaw"></a>OpenClaw&#8202;★ | 384k | Self-hosted, always-on personal agent (formerly Clawdbot/Moltbot): a gateway + event-loop runtime that treats messages, heartbeats, crons, and webhooks as one input queue, persists state to local files, and lives in your chat apps (WhatsApp, Telegram, Slack, Discord). 13,700+ community skills; the fastest-growing repo in GitHub history. <sup>typescript · multi-agent</sup> | ✅ | complex (always-on runtime, channels, skill ecosystem — product suite) | Agent runtime architecture | | 2 | <a name="hermes-agent"></a>Hermes&#8202;★ | 221k | Nous Research's self-improving agent: a learning loop turns experience into reusable skills, builds a persistent user model across sessions, and checkpoints state to disk with rollback; lean enough for a $5 VPS, driven from chat, and model-agnostic (Nous Portal, OpenRouter, OpenAI, or any endpoint). <sup>memory · python · provider-agnostic</sup> | ✅ | slightly complex (lean runtime, learning loop, disk-first memory) | Built-in skills | | 3 | <a name="khoj"></a>Khoj&#8202;★ | 36k | Self-hostable "AI second brain": answers over your docs and the web, custom agents, scheduled automations, and multi-client reach (web, Obsidian, Emacs, WhatsApp). A personal-agent harness with retrieval at the core. <sup>python</sup> | ✅ | complex (server + clients — product suite) | Feature tour | | 4 | <a name="eliza"></a>Eliza&#8202;★ | 18.8k | Open "agentic operating system" (elizaOS): persistent multi-agent runtime with character files, a plugin ecosystem, and social/platform integrations — the harness behind a large share of autonomous social agents. <sup>memory · multi-agent · typescript</sup> | ✅ | complex (runtime + plugin ecosystem — product suite) | Agent quickstart | | 5 | <a name="agent-zero"></a>Agent Zero | 18.5k | Organic, prompt-defined personal agent framework: hierarchical sub-agents, persistent memory, browser and code tools, and self-modifying behavior; runs in Docker with a web UI. <sup>memory · multi-agent · browser · sandbox · python</sup> | ❓ | slightly complex (prompt-defined, Docker + web UI) | Framework tour | | 6 | <a name="openharness"></a>OpenHarness (HKUDS) | 15k | Open agent harness with a built-in personal agent ("Ohmo") that runs across Feishu, Slack, Telegram, and Discord; core tool-use, skills, memory, multi-agent coordination with auto-compaction for multi-day sessions. <sup>memory · multi-agent</sup> | ✅ | complex (personal agent + multi-channel — product suite) | harness-eval skill | | 7 | <a name="ailice"></a>AIlice | 1.4k | Fully autonomous general-purpose agent; one binary, Docker-ready, for when you want "set goal and walk away" without a framework. <sup>sandbox · python</sup> | ✅ | slightly complex (autonomous, one binary) | Task showcase | | 8 | <a name="talon"></a>Talon&#8202;★ | 68 | Multi-platform personal agent living in Telegram, Discord, Teams, and the terminal. The harness is a pluggable-backend loop (Claude, Kilo, OpenCode, Codex, OpenAI Agents) with full MCP tool access and persistent background agents (Goals, Heartbeat, Dream); the chat apps are shells. <sup>mcp · memory · cli · typescript</sup> | ✅ | slightly complex (multi-platform, pluggable backends, MCP) | Multi-platform setup |

Frameworks

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

_General-purpose agent and LLM application frameworks (the app layer, not harnesses per se)._

| # | Project | ⭐ Stars | Description | Open source | Simplicity ↔ capability | Examples | |---|---------|---------|-------------|-------------|-------------------------|----------| | 1 | <a name="n8n"></a>n8n&#8202;★&#8202;✱ | 198k | Fair-code workflow engine with 400+ nodes and native AI nodes; the self-hosted Zapier that actually does agents and LangChain. <sup>workflow · local · typescript</sup> | ⚠️ Fair-code | complex (400+ nodes, workflow engine — product suite) | Agent vs chain workflow | | 2 | <a name="autogpt"></a>AutoGPT&#8202;★ | 186k | The original autonomous loop: goal in, agent iterates with tools and memory; Forge is the dev framework, Benchmark the eval harness. <sup>memory · evals · python</sup> | ⚠️ Polyform-SU | complex (autonomous loop, tools, memory — product suite) | Medium blogger graph | | 3 | <a name="langflow"></a>langflow&#8202;★ | 152k | Low-code UI to build and deploy LangChain/LangGraph flows; visual DAG editor and one-click run. <sup>low-code · python</sup> | ✅ | complex (low-code, visual — product suite) | Chat with RAG flow | | 4 | <a name="dify"></a>Dify&#8202;★ | 150k | One-stop LLM app platform: visual workflows, RAG pipeline, 50+ tools, model management; "ship from prototype to prod" in a single UI. <sup>low-code · rag · python</sup> | ⚠️ Fair-code | complex (one-stop platform — product suite) | Customer-service bot | | 5 | <a name="langchain"></a>langchain | 143k | Chains, tools, retrievers, and agents; the usual entry point for "add tools to an LLM" in Python/JS. <sup>python</sup> | ✅ | complex (kitchen-sink ecosystem — product suite) | Build an agent notebook | | 6 | <a name="browser-use"></a>browser-use | 107k | Python layer over Playwright: natural-language goals become browser actions—web-agent loop without hand-rolling MCP or a custom driver for every site. <sup>mcp · browser · python</sup> | ✅ | slightly complex (LLM + browser, Playwright) | Grocery shopping agent | | 7 | <a name="flowise"></a>Flowise&#8202;★ | 54.9k | Drag-and-drop LangChain UI; deploy flows without code. The low-code sibling to Langflow, with a different component and hosting story. <sup>low-code · typescript</sup> | ⚠️ Apache+CLA | complex (low-code, drag-drop — product suite) | Agentic RAG flow | | 8 | <a name="llama_index"></a>llama-index | 51.1k | Data-centric: indexing, RAG, and query engines; agent abstractions sit on top of your data pipelines. <sup>rag · python</sup> | ✅ | complex (RAG + agents — product suite) | Research assistant workflow | | 9 | <a name="agno"></a>agno | 41.4k | Python agents with memory, knowledge bases, tools, and structured outputs; continues the PhiData-era product line under the Agno name—production apps, evals, and pipelines. <sup>memory · evals · python</sup> | ✅ | complex (memory, KB, observability — product suite) | Agent with tools | | 10 | <a name="langgraph"></a>langgraph&#8202;★&#8202;✱ | 38.2k | State-machine graphs over LLM steps; checkpointing, human-in-the-loop, and durable execution so workflows survive restarts. <sup>workflow · python</sup> | ✅ | slightly complex (graphs, checkpointing, durable exec) | Customer support agent | | 11 | <a name="semantic-kernel"></a>semantic-kernel | 28.4k | Microsoft's plugin and planner layer for LLMs; C#, Python, Java; strong on enterprise auth and orchestration. <sup>python</sup> | ✅ | complex (enterprise, multi-language — product suite) | Chat completion agent | | 12 | <a name="mastra"></a>mastra&#8202;✱ | 26.6k | TypeScript-first; agents, tools, and workflows with a single runtime and minimal boilerplate. <sup>typed · typescript</sup> | ⚠️ Elastic-2.0 | slightly complex (TS-first, minimal boilerplate) | Durable research agent | | 13 | <a name="letta"></a>letta&#8202;★&#8202;✱ | 24k | Python agent runtime with tool use and control flow; lean API; stateful agents with long-horizon memory. <sup>memory · python</sup> | ✅ | mostly simple (lean API) | Loop .af agent file | | 14 | <a name="rasa"></a>rasa&#8202;★ | 21.3k | Conversational AI stack (NLU, dialogue, actions); long-standing OSS choice for chat and voice bots. <sup>voice · python</sup> | ✅ | complex (full stack — product suite) | Sara conversational demo | | 15 | <a name="adk-python"></a>Google ADK&#8202;★ | 20.9k | Google's official Agent Development Kit: code-first Python toolkit for building, evaluating, and deploying agents. Optimized for Gemini but model-agnostic; deploys to Cloud Run / Vertex AI; ships a dev UI with eval and a code-execution sandbox. <sup>evals · sandbox · python</sup> | ✅ | complex (official Google SDK, eval, deploy — product suite) | Travel concierge agent | | 16 | <a name="botpress"></a>botpress&#8202;★ | 14.8k | Visual bot builder and runtime; multi-channel, open-source alternative to commercial bot platforms. <sup>low-code · typescript</sup> | ✅ | complex (visual builder, multi-channel — product suite) | Inter-bot delegation | | 17 | <a name="r2r"></a>R2R&#8202;★ | 7.9k | RAG-first: hybrid search, knowledge graphs, multimodal; the framework for "production RAG" when you care more about retrieval than chat UI. <sup>vision · rag · workflow · python</sup> | ✅ | complex (production RAG — product suite) | hello_r2r RAG example | | 18 | <a name="agent-squad"></a>agent-squad | 7.7k | AWS-originated orchestrator (now under 2FastLabs): intent classification, streaming, SupervisorAgent; "agent-as-tools" so one agent delegates to a squad. <sup>multi-agent</sup> | ✅ | slightly complex (squad orchestration) | E-commerce support sim | | 19 | <a name="agentverse"></a>AgentVerse&#8202;★ | 5.1k | Task-solving and simulation envs for multi-LLM agents; deploy many agents in custom environments without building infra from scratch. <sup>multi-agent · python</sup> | ✅ | complex (simulation envs, multi-agent — product suite) | NLP classroom sim | | 20 | <a name="youtu-agent"></a>youtu-agent | 4.6k | Tencent Cloud's agent framework: a minimal tool-calling harness designed to perform well with open-source models, positioned as a lighter alternative to heavier orchestration frameworks. | ❓ | mostly simple (minimal loop, open-model focus) | Project README | | 21 | <a name="beeai-framework"></a>Bee Agent Framework | 3.3k | Python + TypeScript, LF AI–backed; MCP/ACP, workflows, Requirement Agent; the one that pushes "production multi-agent" without LangChain. <sup>mcp · multi-agent · python · typescript</sup> | ✅ | complex (production multi-agent — product suite) | ReAct agent example | | 22 | <a name="agentstack"></a>AgentStack | 2.2k | Scaffolds full agent projects; plugs in CrewAI, LangGraph, OpenAI Swarm, LlamaStack and wires AgentOps observability from day one. | ✅ | slightly complex (scaffold, multi-backend) | Research assistant crew | | 23 | <a name="agentsilex"></a>AgentSilex | 453 | ~300 lines of readable agent code on top of LiteLLM; the "I want to see the whole loop" option for learning or minimal production. <sup>python</sup> | ✅ | super simple (~300 LOC) | Simple weather agent | | 24 | <a name="superagentx"></a>SuperAgentX | 202 | Lightweight multi-agent orchestrator with an AGI-angle; minimal surface, docs-first, for teams that want orchestration without the kitchen sink. <sup>multi-agent · python</sup> | ✅ | mostly simple (minimal surface) | Parallel marketing agents |

Multi-agent and orchestration

<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>

_Harnesses and patterns for multi-agent coordination and handoffs._

| # | Project | ⭐ Stars | Description | Open source | Simplicity ↔ capability | Examples | |---|---------|---------|-------------|-------------|-------------------------|----------| | 1 | <a name="metagpt"></a>MetaGPT&#8202;★ | 69.5k | The "AI software company" multi-agent framework: role-played PM, architect, and engineer agents turn a one-line requirement into specs, designs, and code along an SOP assembly line. The landmark of the genre; development pace has slowed in 2026. <sup>multi-agent · python</sup> | ✅ | complex (role pipeline, SOPs — product suite) | Build a customized agent | | 2 | <a name="autogen"></a>autogen | 60k | Conversable agents and group chats; code execution and human-in-the-loop; Microsoft origin, AG2 ecosystem. <sup>multi-agent · python</sup> | ✅ CC-BY | complex (group chat, code exec, AG2 — product suite) | Distributed group chat | | 3 | <a name="openmanus"></a>OpenManus | 57.7k | Open, invite-free general agent from the MetaGPT team: planning plus tool use over a multi-agent loop, aimed at reproducing Manus-style autonomous task completion on your own keys. <sup>multi-agent · python</sup> | ✅ | complex (multi-agent + tools) | Quickstart | | 4 | <a name="crewai"></a>crewAI | 56.2k | Role-based agents (roles, goals, backstories) in Crews; Flows add event-driven and hierarchical control for production. <sup>python</sup> | ✅ | complex (roles, Flows, production — product suite) | Trip planner crew | | 5 | <a name="chatdev"></a>ChatDev&#8202;★ | 33.8k | Multi-agent software-company simulation (CEO, CTO, programmer, tester) built on chat chains with communicative dehallucination; ChatDev 2.0 continues the line. MetaGPT's conversational sibling. <sup>python</sup> | ✅ | slightly complex (chat-chain simulation) | Company simulation quickstart | | 6 | <a name="openai-agents-python"></a>openai-agents-python | 28.2k | Handoffs, guardrails, and multi-LLM routing; minimal surface so you own the loop. <sup>python</sup> | ✅ | mostly simple (minimal surface) | Airline customer service handoffs | | 7 | <a name="agent-framework"></a>Microsoft Agent Framework | [12.4k](https://github.c

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.