feat(agent): add prompt caching options and cache token usage reporting

This commit is contained in:
2026-05-14 11:34:04 +00:00
parent 7be67543bf
commit e6346be884
9 changed files with 281 additions and 84 deletions
+2 -2
View File
@@ -37,11 +37,11 @@
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartai": "^2.2.0",
"@push.rocks/smartai": "^2.3.0",
"@push.rocks/smartfs": "^1.5.1",
"@push.rocks/smartrequest": "^5.0.1",
"@push.rocks/smartshell": "^3.3.8",
"ai": "^6.0.170",
"ai": "^6.0.182",
"zod": "^4.4.1"
},
"packageManager": "pnpm@10.28.2",