From 0ef50a372c610c86c5b824aa1224c66e970c6d99 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 --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index f215c8dd..206229b9 100644 --- a/legacy/readme.md +++ b/legacy/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: