https://github.com/transitive-bullshit/agentic
AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://github.com/transitive-bullshit/agentic
agents ai llms openai
Last synced: 30 days ago
JSON representation
AI agent stdlib that works with any LLM and TypeScript AI SDK.
- Host: GitHub
- URL: https://github.com/transitive-bullshit/agentic
- Owner: transitive-bullshit
- License: mit
- Created: 2022-12-03T00:05:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T22:05:49.000Z (6 months ago)
- Last Synced: 2025-05-05T11:47:29.500Z (5 months ago)
- Topics: agents, ai, llms, openai
- Language: TypeScript
- Homepage: https://agentic.so
- Size: 9.94 MB
- Stars: 17,456
- Watchers: 142
- Forks: 2,219
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
- awesome - transitive-bullshit/agentic - Your API ⇒ Paid MCP. Instantly. (TypeScript)
- awesome-gpt - chatgpt-api - Node.js client for the official ChatGPT API. (Applications / APIs & Clients)
- awesome - transitive-bullshit/agentic - Your API ⇒ Paid MCP. Instantly. (TypeScript)
- awesome - transitive-bullshit/agentic - AI agent stdlib that works with any LLM and TypeScript AI SDK. (TypeScript)
- awesome-ChatGPT-repositories - agentic - AI agent stdlib that works with any LLM and TypeScript AI SDK. (NLP)
- my-awesome - transitive-bullshit/agentic - 09 star:18.0k fork:2.2k Your API ⇒ Paid MCP. Instantly. (TypeScript)
- awesome-chatgpt - transitive-bullshit/agentic - Agentic is a versatile AI agent standard library that integrates with any large language model and TypeScript AI SDK, providing a comprehensive set of AI functions and tools for building AI applications. (SDK, Libraries, Frameworks / JavaScript/Typescript library, sdk or frameworks)
README
# Agentic
You can think of Agentic as **RapidAPI for LLM tools**.
All tools listed on Agentic's marketplace have been carefully hand curated and are regularly tested with a comprehensive set of integration tests and evals. **Agentic aims for quality, not quantity**.
On the flip side, Agentic makes it easy to **publish your own MCP servers & OpenAPI services** to Agentic's MCP Gateway and instantly start charging for agentic tool use.
- [Website](https://agentic.so)
- [Docs](https://docs.agentic.so)## Key features
- **Highly Curated Tools**: All publicly listed Agentic tools are manually vetted to keep an extremely high quality bar.
- **Agentic UX**: All Agentic tools have been hand-crafted specifically for LLM tool use. We call this Agentic UX, and it's at the heart of why Agentic tools work better for LLM & MCP use cases than legacy APIs.
- **First-Class MCP Support**: On both the publishing and consumption sides, Agentic supports MCP as a truly first-class primitive – not an afterthought.
- **World-Class TypeScript DX**: Agentic is written in TS and strives for a Vercel-like DX, including one-line integrations with every major TS LLM SDK.
- **Stripe Billing**: Agentic uses Stripe for billing, and most tools are _usage-based_, so you'll only pay for what you (and your agents) actually use.
- **Blazing Fast MCP Gateway**: Agentic's MCP gateway is powered by _Cloudflare's global edge network_. Tools come with customizable caching and rate-limits, so you can REST assured that your agents will always have a fast and reliable experience.
- **Semver**: All Agentic tools are versioned using semver, so you can choose how to handle breaking changes.## Getting started
- [MCP Marketplace](https://docs.agentic.so/marketplace) - Using tools
- [MCP Publishing](https://docs.agentic.so/publishing/quickstart) - Publishing your own tools### TypeScript LLM SDKs
Agentic has first-class support for every major TS LLM SDK, including:
- [Vercel AI SDK](https://docs.agentic.so/marketplace/ts-sdks/ai-sdk)
- [OpenAI](https://docs.agentic.so/marketplace/ts-sdks/openai-chat)
- [LangChain](https://docs.agentic.so/marketplace/ts-sdks/langchain)
- [LlamaIndex](https://docs.agentic.so/marketplace/ts-sdks/llamaindex)
- [Firebase Genkit](https://docs.agentic.so/marketplace/ts-sdks/genkit)
- [Mastra](https://docs.agentic.so/marketplace/ts-sdks/mastra)## Publish your own MCP products
- [Learn more about publishing with Agentic](https://agentic.so/publishing)
- [Publish an existing MCP server with Agentic](https://docs.agentic.so/publishing/guides/existing-mcp-server)
- [Publish an existing OpenAPI service with Agentic](https://docs.agentic.so/publishing/guides/existing-openapi-service)Anyone can publish their own live MCP products with Agentic, but you'll need to submit your MCP to us before it can be listed on the main Agentic marketplace.
## Join the community
- Follow us on [Twitter](https://x.com/transitive_bs)
- Read more in our [docs](https://docs.agentic.so)## Contributing
**Agentic is proudly 100% open source.**
Interested in contributing or building Agentic from scratch? See [contributing.md](./contributing.md).