chatgpt-api/docs/intro.mdx

34 wiersze
1.3 KiB
Plaintext
Czysty Zwykły widok Historia

2024-08-06 04:31:58 +00:00
---
2024-08-17 11:03:17 +00:00
title: Intro
2024-08-17 11:28:17 +00:00
description: Agentic is an open source, TypeScript, AI agent standard library that works with any LLM and TS AI SDK.
2024-08-06 04:31:58 +00:00
---
2025-03-24 15:10:20 +00:00
<Frame style={{ maxWidth: 308, margin: '0 auto' }}>
<img src='/media/agentic-header.jpg' alt='Agentic header' />
</Frame>
2024-08-17 11:28:17 +00:00
Agentic's standard library of TypeScript AI tools are **optimized for both TS-usage as well as LLM-based usage**, which is really important for testing and debugging.
2024-08-06 04:31:58 +00:00
2024-08-17 11:28:17 +00:00
Agentic tools work with any LLM capable of function calling and all of the major TS AI SDKs, including:
2024-08-06 04:31:58 +00:00
- Vercel AI SDK
- OpenAI
2024-08-06 04:31:58 +00:00
- LangChain
- LlamaIndex
- Mastra
2024-08-06 04:31:58 +00:00
- Firebase Genkit
- Dexa Dexter
2025-03-24 15:10:20 +00:00
- xsAI
2024-08-17 11:28:17 +00:00
2025-03-24 15:10:20 +00:00
## Features
2025-03-24 15:33:18 +00:00
- ✅ All tools are thoroughly tested in production
2025-03-24 15:14:17 +00:00
- ✅ Tools work across all leading TS AI SDKs
- ✅ Tools are hand-coded and extremely minimal
- ✅ Tools have both a good manual DX and LLM DX via the `@aiFunction` decorator
- ✅ Tools use native `fetch`
2025-03-24 15:59:44 +00:00
- ✅ Tools use [ky](https://github.com/sindresorhus/ky) to wrap `fetch`, so HTTP options, throttling, retries, etc are easy to customize
2025-03-24 15:14:17 +00:00
- ✅ Supports tools from any MCP server ([createMcpTools](/tools/mcp))
- ✅ Generate new Agentic tool clients from OpenAPI specs ([@agentic/openapi-to-ts](https://github.com/transitive-bullshit/agentic/tree/main/packages/openapi-to-ts))
2025-03-24 15:33:18 +00:00
- ✅ 100% open source && not trying to sell you anything 💯