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",
"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>",
"license": "MIT",
"repository": {

Wyświetl plik

@ -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