From c8cdc7c0c9e89903f14a17001e1053f39b65b902 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 4 Aug 2024 05:43:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 0d74804..2c6cc92 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@agentic/core", "version": "6.6.1", - "description": "Core agentic AI utils which work with any LLM and TypeScript AI SDK.", + "description": "Agentic AI utils which work with any LLM and TypeScript AI SDK.", "author": "Travis Fischer ", "license": "MIT", "repository": { diff --git a/readme.md b/readme.md index db9920b..fa939b7 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ - [OpenAI SDK](#openai-sdk) - [Optimized Imports](#optimized-imports) - [Services](#services) -- [Client Goals](#client-goals) +- [Client Design Philosophy](#client-design-philosophy) - [TODO](#todo) - [Contributors](#contributors) - [License](#license) @@ -340,7 +340,7 @@ import { e2b } from '@agentic/e2b' Note that you can import any of these AI tools from `@agentic/stdlib` OR from their individual packages. Installing and importing from their individual packages is more efficient, but it's less convenient so it isn't the default. -## Client Goals +## Client Design Philosophy - clients should be as minimal as possible - clients should use `ky` and `zod` where possible