kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/657/head
rodzic
b9a64e4ac5
commit
c8cdc7c0c9
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue