AgentHub

Introduction

AgentHub is an open-source registry of reusable TypeScript AI agents. Instead of starting from scratch every time you need AI agents (handling prompts, tool calls, memory, framework wiring, and orchestration), you can pick agents from the registry, preview them live, evaluate them, and scaffold them straight into your codebase with one command. All agents are delivered as actual TypeScript source code (not dependencies), so you own the files and can modify them freely, no strings attached.


Key Features

Ready-to-use AI Agents

A curated registry of production-ready TypeScript agents you can drop into any project in seconds. No boilerplate, no wiring from scratch.

Multi-framework Support

Each agent ships with implementations for LangChain, Mastra, and Vercel AI SDK so you can pick the stack you already use.

One-command Scaffold

Run a single npx command and the CLI pulls the agent source directly into your project directory, ready to run.

Framework-agnostic Core

Agents follow a shared interface so you can swap frameworks without rewriting any business logic.

Supported Frameworks

LangChain

Battle-tested agent framework with a rich tool ecosystem

Mastra

TypeScript-native agent framework with built-in memory

Vercel AI SDK

Lightweight streaming-first SDK ideal for Next.js apps

Next steps

Continue with the Installation guide to scaffold your first agent, or browse the Agents catalog.