-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e65a0e6
commit b4020b6
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
--- | ||
title: Intro | ||
description: Agentic is an AI agent stdlib that works with any LLM and TypeScript AI SDK. | ||
description: Agentic is an open source, TypeScript, AI agent standard library that works with any LLM and TS AI SDK. | ||
--- | ||
|
||
Agentic is a **standard library of AI tools** which are **optimized for both normal TS-usage as well as LLM-based usage**. | ||
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. | ||
|
||
Agentic works with any LLM capable of function calling and the following TS AI SDKs: | ||
Agentic tools work with any LLM capable of function calling and all of the major TS AI SDKs, including: | ||
|
||
- Vercel AI SDK | ||
- LangChain | ||
- LlamaIndex | ||
- Firebase Genkit | ||
- Dexa Dexter | ||
- OpenAI | ||
|
||
<Frame style={{ maxWidth: 308, margin: '0 auto' }}> | ||
<img src='/media/agentic-header.jpg' alt='Agentic header' /> | ||
</Frame> |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters