old-agentic
Travis Fischer 2024-08-17 06:28:17 -05:00
rodzic 40177b3d29
commit 4cf7355fc9
3 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -1,11 +1,11 @@
--- ---
title: Intro 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 - Vercel AI SDK
- LangChain - LangChain
@ -13,3 +13,7 @@ Agentic works with any LLM capable of function calling and the following TS AI S
- Firebase Genkit - Firebase Genkit
- Dexa Dexter - Dexa Dexter
- OpenAI - OpenAI
<Frame style={{ maxWidth: 308, margin: '0 auto' }}>
<img src='/media/agentic-header.jpg' alt='Agentic header' />
</Frame>

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 406 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 406 KiB

Wyświetl plik

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img alt="Agentic" src="/media/agentic-header.jpg" width="308"> <img alt="Agentic" src="/docs/media/agentic-header.jpg" width="308">
</p> </p>
<p align="center"> <p align="center">