The Aigentic logo

Agents

A map of the agent landscape: self-hosted personal frameworks, hosted teammate products, coding CLIs, and libraries for building your own. Links go to the official repo or product page we could verify.

Checked as of Sep 3, 2026. Star counts, maintainers, and even repo locations move fast — especially in the OpenClaw family — so confirm the URL before you install anything that asks for system access.

1. Open-source personal agent frameworks

Self-hosted daily-driver assistants — gateway runtimes, skills, and persistent memory you run yourself.

  • OpenClaw

    The original gateway platform; TypeScript, with a large skill ecosystem.

  • Hermes Agent

    Nous Research — self-improving agent that creates its own skills, with persistent memory.

  • nanobot

    HKUDS — Python rewrite, positioned as auditable in an afternoon.

  • NanoClaw

    Lightweight TypeScript alternative (~hundreds of lines of core); each agent runs in its own locked container.

    Canonical repo is nanocoai/nanoclaw (qwibitai/nanoclaw redirects here).

  • ZeroClaw

    Rust runtime aimed at tiny hardware footprints (very low RAM).

  • PicoClaw

    Sipeed — Go, single static binary, targets cheap boards.

Also in this family, without a single verified product URL in our check: TrustClaw, Goclaw, IronClaw, NullClaw, OpenAGI. Names circulate; treat installs as untrusted until you confirm the official source.

2. Hosted AI teammate products

Productized assistants — mostly cloud / subscription, sometimes with a local or open-source option.

3. Agentic coding CLIs

Agents scoped to a codebase — terminal-native plan / edit / test loops.

  • Claude Code

    Anthropic — terminal coding agent.

  • Codex CLI

    OpenAI — open-source coding agent CLI.

  • Grok Build

    xAI — terminal-native coding agent with parallel subagents and MCP support.

  • Gemini CLI

    Google — open-source Gemini coding agent in the terminal.

4. Developer frameworks

Libraries and automation platforms for building your own agents.

  • LangGraph

    Stateful, graph-based agent workflows (LangChain ecosystem).

  • CrewAI

    Role-based multi-agent crews.

  • AutoGen

    Microsoft — multi-agent conversation framework.

  • Mastra

    TypeScript agent framework.

  • n8n

    Workflow automation with agent nodes.

  • Claude Agent SDK

    Anthropic — the harness behind Claude Code, exposed as a Python / TypeScript library.

How to read this

Category 1 projects launched in a tight cluster and still churn. Category 2 mixes closed cloud products with hybrids like Vellum (open-source core). Coding CLIs and frameworks are adjacent but not the same job as a daily-driver personal agent — we keep them separate so the map stays useful.

When we publish a Hands On guide for an agent here, it shows under that tile. Browse all guides on Hands On.