pull/657/head
Travis Fischer 2024-08-04 05:43:27 -05:00
rodzic b9a64e4ac5
commit c8cdc7c0c9
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
{ {
"name": "@agentic/core", "name": "@agentic/core",
"version": "6.6.1", "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 <travis@transitivebullsh.it>", "author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

Wyświetl plik

@ -26,7 +26,7 @@
- [OpenAI SDK](#openai-sdk) - [OpenAI SDK](#openai-sdk)
- [Optimized Imports](#optimized-imports) - [Optimized Imports](#optimized-imports)
- [Services](#services) - [Services](#services)
- [Client Goals](#client-goals) - [Client Design Philosophy](#client-design-philosophy)
- [TODO](#todo) - [TODO](#todo)
- [Contributors](#contributors) - [Contributors](#contributors)
- [License](#license) - [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. 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 be as minimal as possible
- clients should use `ky` and `zod` where possible - clients should use `ky` and `zod` where possible