aicoolies logo
Agentic logo

Agentic

TypeScript AI agent standard library

Share
open-sourceOpen Source
Visit Website →

Standard library of AI tools and integrations for TypeScript-based agents. Works with any AI SDK and includes ready-made integrations for search, web scraping, email, and other common tool patterns. Saves developers from rebuilding common agent capabilities from scratch, providing well-tested, type-safe building blocks for rapid AI agent development.

Agentic is a TypeScript-native standard library for building AI agents, providing a comprehensive collection of production-ready tools, structured output schemas, and integrations that work seamlessly with any LLM provider or AI framework. It solves the problem of fragmented, inconsistent tooling in the AI agent ecosystem by offering a unified, well-typed, and thoroughly tested set of primitives that developers can plug into their agent workflows without reinventing the wheel. Agentic bridges the gap between raw LLM capabilities and real-world applications by providing the connective tissue that agents need to interact with external services, APIs, and data sources.

Agentic differentiates itself through its TypeScript-first design with full type safety, Zod-based schema validation for structured outputs, and compatibility with virtually any AI SDK including Vercel AI SDK, LangChain, LlamaIndex, Firebase Genkit, Mastra, and more. The library includes a rich set of built-in tools for web scraping, search, email, weather, Wikipedia, Wolfram Alpha, and dozens of other services, all following consistent patterns for error handling, caching, and rate limiting. Every tool is designed to be composable and framework-agnostic, meaning developers can mix and match components without vendor lock-in.

Agentic targets TypeScript and JavaScript developers building AI-powered applications who need reliable, battle-tested tools rather than building custom integrations from scratch. It is particularly valuable for teams constructing autonomous agents, chatbots, RAG pipelines, and multi-agent systems that need to call external APIs and process structured data. The library integrates with the broader Node.js ecosystem and works alongside popular frameworks like Next.js, Express, and Hono, making it a practical choice for full-stack developers adding AI capabilities to existing applications.

Pricing

Free

Platforms

TypeScript, Node.js

Categories

Tags

Use Cases

Alternatives

Mastra logo

Mastra

TypeScript AI agent framework

TypeScript-native framework for building AI agents and workflows with great developer experience. Provides primitives for agents with tool calling, RAG pipelines, workflow orchestration with branching/parallel steps, and integration connectors. First-class TypeScript support with type-safe tool definitions. Local dev server with playground UI for testing. Growing as a LangChain alternative for TypeScript developers building AI apps.

open-sourceOpen Source
Vercel AI SDK logo

Vercel AI SDK

Build AI-powered web apps

Open-source TypeScript toolkit by Vercel for building AI-powered apps with streaming chat UIs, structured outputs, tool calling, and agent workflows. Framework-agnostic core with integrations for React, Next.js, Svelte, Vue, and Nuxt. Supports a broad AI SDK v6 provider catalog including OpenAI, Anthropic, Google, xAI, Mistral, Bedrock, Groq, and OpenAI-compatible providers. Includes useChat and useCompletion hooks for rapid UI development. The standard SDK for adding AI features to web apps.

open-sourceOpen Source
Composio logo

Composio

Tool infrastructure for AI agents

Composio connects AI agents to 1,000+ app toolkits with managed auth, delegated user connections, sessions, tool search, MCP gateway support, CLI workflows, and sandboxed workbench execution. It targets developers building Claude, Codex, Cursor, LangChain, CrewAI, OpenAI Agents SDK, and custom agent workflows that need authenticated business actions without hand-rolling every API integration.

freemiumOpen Source

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Superserve logo

Superserve

Open-source Firecracker sandboxes for long-running AI agents

Superserve is an open-source sandbox infrastructure layer for AI agents that need durable computers instead of short-lived shells. It runs isolated Firecracker microVMs, supports pause, resume, snapshot, fork, preview URLs, MCP connectivity, SDK/API control, Docker workloads, and self-hosting, while the hosted service adds pay-as-you-go agent sandboxes for teams.

open-sourceOpen Source

Anthropic Agent Skills

Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities

Anthropic Agent Skills is Anthropic's official reference repo and Claude Code plugin marketplace for reusable Skill folders. It packages example SKILL.md workflows, document skills, a Claude API skill, templates, and the Agent Skills spec so teams can turn repeatable instructions, scripts, and resources into on-demand Claude capabilities instead of copying prompts across sessions.

freeTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source
eve vercel

eve by Vercel

Filesystem-first framework for durable AI agents

Eve is Vercel's filesystem-first TypeScript framework for building durable AI agents as ordinary project files. It combines Markdown instructions and skills, typed tools, channels, connections, subagents, schedules, sandboxes, and evals with Vercel's agent runtime so teams can ship deployable agents without hand-rolling orchestration. The current beta fits Vercel-native backend agent projects.

open-sourceOpen Source