feat(shared): add domain schemas implementation

This commit is contained in:
2026-03-28 17:00:53 +08:00
parent 800c54cbe6
commit de1525a2d6
7 changed files with 117 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",