kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feat: add missing zod peer dep to @agentic/platform-tool-client
rodzic
07a9535562
commit
8446d1405e
|
@ -63,6 +63,10 @@ description: A quick start on how to use tools from Agentic's marketplace.
|
||||||
</Card>
|
</Card>
|
||||||
</Columns>
|
</Columns>
|
||||||
|
|
||||||
|
## MCP Clients
|
||||||
|
|
||||||
|
_MCP client docs are coming soon..._
|
||||||
|
|
||||||
## Python AI SDKs
|
## Python AI SDKs
|
||||||
|
|
||||||
_Python docs are coming soon..._
|
_Python docs are coming soon..._
|
||||||
|
|
|
@ -31,7 +31,8 @@
|
||||||
"@agentic/platform-core": "workspace:*",
|
"@agentic/platform-core": "workspace:*",
|
||||||
"@agentic/platform-types": "workspace:*",
|
"@agentic/platform-types": "workspace:*",
|
||||||
"@agentic/platform-validators": "workspace:*",
|
"@agentic/platform-validators": "workspace:*",
|
||||||
"ky": "catalog:"
|
"ky": "catalog:",
|
||||||
|
"zod": "catalog:"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|
|
@ -1396,6 +1396,9 @@ importers:
|
||||||
ky:
|
ky:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 1.8.1
|
version: 1.8.1
|
||||||
|
zod:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 3.25.67
|
||||||
|
|
||||||
packages/types:
|
packages/types:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -34,6 +34,7 @@
|
||||||
- maybe default `strict` to `false` in `createAIFunction` for now?
|
- maybe default `strict` to `false` in `createAIFunction` for now?
|
||||||
- also add `@agentic/json-schema` to `createJsonSchema` parsing instead of current no-op
|
- also add `@agentic/json-schema` to `createJsonSchema` parsing instead of current no-op
|
||||||
- add support to `@agentic/platform-tool-client` for
|
- add support to `@agentic/platform-tool-client` for
|
||||||
|
- double check example usage for all TS sdks
|
||||||
|
|
||||||
## TODO: Post-MVP
|
## TODO: Post-MVP
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue