feat: add missing zod peer dep to @agentic/platform-tool-client

pull/715/head
Travis Fischer 2025-06-29 08:37:06 -05:00
rodzic 07a9535562
commit 8446d1405e
4 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -63,6 +63,10 @@ description: A quick start on how to use tools from Agentic's marketplace.
</Card>
</Columns>
## MCP Clients
_MCP client docs are coming soon..._
## Python AI SDKs
_Python docs are coming soon..._

Wyświetl plik

@ -31,7 +31,8 @@
"@agentic/platform-core": "workspace:*",
"@agentic/platform-types": "workspace:*",
"@agentic/platform-validators": "workspace:*",
"ky": "catalog:"
"ky": "catalog:",
"zod": "catalog:"
},
"publishConfig": {
"access": "public",

Wyświetl plik

@ -1396,6 +1396,9 @@ importers:
ky:
specifier: 'catalog:'
version: 1.8.1
zod:
specifier: 'catalog:'
version: 3.25.67
packages/types:
dependencies:

Wyświetl plik

@ -34,6 +34,7 @@
- maybe default `strict` to `false` in `createAIFunction` for now?
- also add `@agentic/json-schema` to `createJsonSchema` parsing instead of current no-op
- add support to `@agentic/platform-tool-client` for
- double check example usage for all TS sdks
## TODO: Post-MVP