From 496cd809a53220fc2f8e45c853f4add1a29f58fc Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 4 Aug 2024 06:59:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f215c8dd..206229b9 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ ## Intro -The goal of this project is to create a **set of standard AI functions / tools** which are **optimized for both normal TS-usage as well as LLM-based apps** and work with all of the major TS AI SDKs (LangChain, LlamaIndex, Vercel AI SDK, OpenAI SDK, etc). +Agentic is a **standard library of AI functions / tools** which are **optimized for both normal TS-usage as well as LLM-based apps** and work with all of the major TS AI SDKs (LangChain, LlamaIndex, Vercel AI SDK, OpenAI SDK, etc). Agentic clients like `WeatherClient` can be used as normal TS classes: