chatgpt-api/docs/intro.mdx

21 wiersze
628 B
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
---
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
2024-08-17 11:28:17 +00:00
<Frame style={{ maxWidth: 308, margin: '0 auto' }}>
<img src='/media/agentic-header.jpg' alt='Agentic header' />
</Frame>