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