feat(agents): add local paseo cli access

This commit is contained in:
Miniputer
2026-07-21 15:42:21 +05:30
parent 5347db578d
commit 59777e60b8
4 changed files with 40 additions and 1 deletions

View File

@@ -15,11 +15,13 @@
"@code/env": "workspace:*",
"@flue/runtime": "latest",
"convex": "catalog:",
"hono": "^4.12.30"
"hono": "^4.12.30",
"valibot": "^1.4.2"
},
"devDependencies": {
"@code/config": "workspace:*",
"@flue/cli": "latest",
"@types/bun": "latest",
"typescript": "^6"
}
}