Skip to content

Commit

Permalink
🚤
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Aug 17, 2024
1 parent e65a0e6 commit b4020b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/intro.mdx
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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 align="center">
Expand Down

0 comments on commit b4020b6

Please sign in to comment.