feat: add shared domain schemas

This commit is contained in:
2026-03-28 16:47:41 +08:00
parent 709d997e59
commit 0f3dfd8147
8 changed files with 220 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"test": "vitest run --"
},
"dependencies": {
"@aiquant/agent-runtime": "workspace:*"
"@aiquant/agent-runtime": "workspace:*",
"zod": "^3.24.1"
},
"devDependencies": {
"typescript": "^5.9.2",