The registry

88 components across 10 layers, 59 of them open source. Hand-curated, which means it is opinionated and it will drift — every entry links to its own docs so you can check.

88 of 88

Claude Code

Harness

Anthropic's coding agent — terminal, IDE and SDK, with hooks, skills and MCP built in.

proprietarypaid

Claude Agent SDK

Harness

The Claude Code loop as a library, for agents that are not about code.

proprietaryusage basedtspy

Hermes Agent

Harness

Self-improving agent from Nous Research — writes its own skills from experience and carries them forward.

open sourceself-host

OpenClaw

Harness

Self-hosted gateway putting an agent in Slack, Telegram, WhatsApp, Signal, Discord and iMessage at once.

open sourceself-host

Prime Agent

Harness

Prime Intellect's recursive-language-model harness — a persistent IPython kernel is the only tool, sub-agents are function calls.

open sourceself-host

DeepSeek Harness

Harness

Everything is a plugin — the model adapter, the tool registry, the sandbox and the agent loop itself are all swappable.

open sourceself-hostts

OpenAI Agents SDK

Harness

Lightweight loop with handoffs, guardrails and sessions.

open sourceusage basedpyts

Codex CLI

Harness

OpenAI's terminal coding agent.

open sourcepaid

OpenCode

Harness

Open-source terminal coding agent, provider-agnostic.

open sourceself-host

Goose

Harness

Block's open-source on-machine agent with an extension system.

open sourceself-host

Letta

Harness

Stateful agent server where memory is the primary abstraction.

open sourcefreemiumself-hostpyts

Roll your own loop

Harness

No harness. A while-loop, a model call and your own tool dispatch.

open sourceself-hosttspy

Anthropic

Model provider

Claude Opus, Sonnet and Haiku. Strong tool use and long-horizon agentic work.

proprietaryusage basedtspy

OpenAI

Model provider

GPT and o-series via the Responses API.

proprietaryusage basedtspy

Google Gemini

Model provider

Gemini models with very long context and native multimodality.

proprietaryfreemiumtspy

Amazon Bedrock

Model provider

Frontier models inside your AWS account, with IAM and VPC boundaries.

proprietaryusage basedtspy

Google Vertex AI

Model provider

Claude and Gemini under GCP billing, IAM and regional controls.

proprietaryusage basedtspy

DeepSeek

Model provider

Strong reasoning and coding at a fraction of frontier pricing, with the weights published so you can move off the API later.

proprietaryusage basedtspy

OpenRouter

Model provider

One API key, several hundred models, automatic failover.

proprietaryusage basedtspy

Hugging Face

Model provider

One OpenAI-compatible endpoint routed across Groq, Together, Fireworks, Cerebras and Replicate — with the open-weight catalogue behind it.

proprietaryfreemiumtspy

Venice AI

Model provider

Hosted open-weight inference with no prompt logging or retention, plus an anonymising proxy in front of the frontier APIs.

proprietaryfreemiumtspy

LiteLLM

Model provider

Self-hosted proxy that speaks one API to 100+ providers, with keys and budgets.

open sourceself-hostpyts

Groq

Model provider

Open-weight models at very low latency.

proprietaryfreemiumtspy

Ollama

Model provider

Open-weight models on your own machine. Nothing leaves the box.

open sourceself-hosttspy

vLLM

Model provider

High-throughput open-weight serving on your own GPUs.

open sourceself-hostpy

LangGraph

Framework

Graph-shaped orchestration with checkpointing, interrupts and human-in-the-loop.

open sourceself-hostpyts

Mastra

Framework

TypeScript agent framework with workflows, memory, evals and a local playground.

open sourceself-hostts

Pydantic AI

Framework

Type-safe Python agents with structured output that actually validates.

open sourceself-hostpy

CrewAI

Framework

Role-based crews of agents with delegation between them.

open sourcefreemiumself-hostpy

Agno

Framework

Fast, lightweight multi-agent runtime with built-in memory and knowledge.

open sourceself-hostpy

LlamaIndex

Framework

Data-first framework — ingestion, indexing and RAG-heavy agents.

open sourcefreemiumself-hostpyts

DSPy

Framework

Programs, not prompts — compile and optimise the prompt against a metric.

open sourceself-hostpy

Vercel AI SDK

Framework

Streaming-first TypeScript SDK with a unified provider interface and UI hooks.

open sourceself-hostts

Mem0

Memory

Extracts durable facts from conversations and recalls them on the next turn.

open sourcefreemiumself-hostpyts

Zep

Memory

Temporal knowledge graph memory — facts with validity windows, not just embeddings.

open sourcefreemiumself-hostpyts

Honcho

Memory

Treats memory as a reasoning problem, not a retrieval one — you ask its Dialectic API a question about the user and get a synthesised answer.

open sourcefreemiumself-hostpyts

Supermemory

Memory

Memory graph plus automatic user profiles, with connectors that sync from Drive, Gmail, Notion and GitHub.

proprietaryfreemiumtspy

LangMem

Memory

Memory primitives that plug straight into LangGraph checkpoints.

open sourceself-hostpy

Cognee

Memory

Builds a graph + vector memory layer over your agent's history and documents.

open sourceself-hostpy

Postgres (rolled by hand)

Memory

A messages table and a summaries table. Boring, auditable, yours.

open sourceself-host

pgvector

Retrieval

Vector search inside the Postgres you already run.

open sourceself-host

Qdrant

Retrieval

Rust vector database with strong payload filtering, self-host or cloud.

open sourcefreemiumself-hostpyts

Pinecone

Retrieval

Fully managed vector database. No index to operate.

proprietaryfreemiumpyts

Chroma

Retrieval

Embedded vector store that runs in-process. Ideal first index.

open sourceself-hostpyts

turbopuffer

Retrieval

Vector and full-text search on object storage — very cheap at rest.

proprietaryusage basedpyts

LanceDB

Retrieval

Embedded multimodal store backed by the Lance columnar format.

open sourceself-hostpyts

Exa

Web grounding

Embeddings-native web search built for agents, with full-content retrieval.

proprietaryfreemiumpyts

Tavily

Web grounding

Search API that returns model-ready answers rather than ten blue links.

proprietaryfreemiumpyts

Firecrawl

Web grounding

Turns any site into clean markdown, including the JavaScript-heavy ones.

open sourcefreemiumself-hostpyts

Brave Search API

Web grounding

Independent web index with straightforward per-query pricing.

proprietaryfreemium

SearXNG

Web grounding

Self-hosted metasearch. No third-party search vendor in the path.

open sourceself-host

MCP (Model Context Protocol)

Tools & integrations

The open protocol for exposing tools and data to agents. The default answer.

open sourceself-hosttspy

Composio

Tools & integrations

Managed auth and tool-calling for 250+ SaaS apps.

open sourcefreemiumpyts

Arcade

Tools & integrations

Tool-calling with per-user OAuth, so the agent acts as the user, not as root.

open sourcefreemiumself-hostpyts

Browserbase

Tools & integrations

Managed headless browsers with stealth and session replay, plus Stagehand.

proprietaryfreemiumtspy

Playwright MCP

Tools & integrations

Drive a real local browser over MCP, using the accessibility tree.

open sourceself-hostts

Nango

Tools & integrations

Open-source integration platform — you own the OAuth and the sync logic.

open sourcefreemiumself-hosttspy

Llama Guard

Security

Open-weight classifier for input and output safety. Runs wherever you run it.

open sourceself-hostpy

Guardrails AI

Security

Declarative input/output validators with a hub of prebuilt checks.

open sourceself-hostpy

NeMo Guardrails

Security

NVIDIA's programmable rails — constrain topic, dialogue path and tool use.

open sourceself-hostpy

Lakera Guard

Security

Prompt-injection and jailbreak detection as a low-latency API call.

proprietaryfreemium

Rebuff

Security

Open-source prompt-injection detector with canary tokens.

open sourceself-hostpyts

Invariant

Security

Policy engine and analyzer for agent traces and MCP tool calls.

open sourcefreemiumself-hostpy

Descope Agentic Identity

Security

Identity, delegated consent and scoped tokens for agents acting on behalf of users.

proprietaryfreemiumtspy

Auth0 for AI Agents

Security

Token vault, async user approval and fine-grained authorization for tool calls.

proprietaryfreemiumtspy

Oso

Security

Authorization-as-a-service — decide what this agent may touch, per record.

open sourcefreemiumself-hostpyts

Microsoft Presidio

Security

PII detection and redaction before text ever reaches a model provider.

open sourceself-hostpy

Cloudflare AI Gateway

Security

Rate limiting, caching, spend caps and logging in front of any provider.

proprietaryfreemium

iron-proxy

Security

Default-deny egress firewall for untrusted workloads. The sandbox holds worthless proxy tokens; real credentials are swapped in at the boundary.

open sourceself-host

gVisor

Security

Google's user-space kernel. Intercepts syscalls before they reach the host, without paying for a full VM.

open sourceself-host

Firecracker

Security

AWS microVMs — a separate Linux kernel per sandbox, booting in about 125ms.

open sourceself-host

Kata Containers

Security

MicroVM isolation behind the ordinary container API — drops into Kubernetes as a RuntimeClass.

open sourceself-host

No isolation (host process)

Security

The agent runs as an ordinary process on the host. Honest default only when it executes no code and reads nothing untrusted.

open sourceself-host

Langfuse

Observability & evals

Open-source tracing, prompt management and evals. Self-hostable in one compose file.

open sourcefreemiumself-hostpyts

LangSmith

Observability & evals

Tracing, datasets and evals from the LangChain team.

proprietaryfreemiumpyts

Braintrust

Observability & evals

Eval-first platform — scorers, datasets and a playground for prompt iteration.

proprietaryfreemiumself-hostpyts

Arize Phoenix

Observability & evals

OpenTelemetry-native tracing and evals you can run locally.

open sourceself-hostpyts

Pydantic Logfire

Observability & evals

OpenTelemetry observability with first-class Python and Pydantic AI support.

open sourcefreemiumpyts

promptfoo

Observability & evals

Local eval and red-team harness that runs in CI. No account needed.

open sourceself-hosttspy

Docker Compose

Runtime & deploy

One file, one box, everything local. The honest starting point.

open sourceself-host

Vercel

Runtime & deploy

Streaming-friendly serverless for TypeScript agents with a web front end.

proprietaryfreemiumts

Cloudflare Workers

Runtime & deploy

Edge runtime with Durable Objects for long-lived, stateful agent sessions.

proprietaryfreemiumts

Modal

Runtime & deploy

Python-native serverless with GPUs and sandboxes, scale to zero.

proprietaryfreemiumpy

Fly.io

Runtime & deploy

Long-running containers close to users, without owning a Kubernetes cluster.

proprietaryusage based

E2B

Security

Firecracker sandboxes for running code the agent wrote, safely.

open sourcefreemiumself-hostpyts

Temporal

Runtime & deploy

Durable execution — the run survives a crash, a deploy and a week of waiting.

open sourcefreemiumself-hosttspy

Centaur

Runtime & deploy

Paradigm's self-hosted control plane: one shared team agent, an isolated k8s sandbox per Slack thread, and no raw API keys in the agent's environment.

open sourceself-host

Kubernetes

Runtime & deploy

Your existing cluster. Nothing new for the platform team to approve.

open sourceself-host
· For agents/ This page, machine-readable

Every page here answers to Accept: text/markdown and returns the same content at roughly a tenth the tokens. No separate site, no toggle — same URL.

curl -s -H "Accept: text/markdown" https://newagent.build/providers