Skip to content

Commit cad99e8

Browse files
authored
Unified programmatic agent (#215)
1 parent 46eb369 commit cad99e8

19 files changed

+949
-1138
lines changed

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"express": "4.19.2",
3939
"gpt-tokenizer": "2.8.1",
4040
"ignore": "5.3.2",
41-
"json-schema-to-zod": "2.6.1",
4241
"lodash": "*",
4342
"openai": "^4.78.1",
4443
"pino": "9.4.0",
4544
"postgres": "3.4.4",
4645
"posthog-node": "^4.14.0",
4746
"ts-pattern": "5.3.1",
4847
"ws": "8.18.0",
49-
"zod": "3.25.67"
48+
"zod": "3.25.67",
49+
"zod-from-json-schema": "0.4.2"
5050
},
5151
"devDependencies": {
5252
"@types/cors": "^2.8.19",

0 commit comments

Comments
 (0)