File tree Expand file tree Collapse file tree 2 files changed +28
-41
lines changed
examples/with-client-side-tools Expand file tree Collapse file tree 2 files changed +28
-41
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " voltagent-example-with-client-side-tools" ,
3- "private" : true ,
4- "keywords" : [
5- " voltagent" ,
6- " ai" ,
7- " agent" ,
8- " client-side-tools"
9- ],
10- "license" : " MIT" ,
113 "author" : " " ,
12- "scripts" : {
13- "build" : " next build" ,
14- "dev" : " next dev" ,
15- "start" : " next start"
16- },
174 "dependencies" : {
18- "@ai-sdk/openai" : " ^2.0.42 " ,
19- "@ai-sdk/react" : " ^2.0.60 " ,
20- "@libsql/client" : " 0.15.0" ,
5+ "@ai-sdk/openai" : " ^2.0.2 " ,
6+ "@ai-sdk/react" : " ^2.0.8 " ,
7+ "@libsql/client" : " ^ 0.15.0" ,
218 "@voltagent/core" : " workspace:*" ,
229 "@voltagent/vercel-ai" : " ^1.0.0" ,
2310 "@voltagent/vercel-ui" : " ^1.0.1" ,
24- "ai" : " ^5.0.60 " ,
11+ "ai" : " ^5.0.12 " ,
2512 "next" : " 15.3.1" ,
2613 "react" : " ^19.0.0" ,
2714 "react-dom" : " ^19.0.0" ,
2815 "zod" : " ^3.25.76"
2916 },
3017 "devDependencies" : {
31- "@types/node" : " ^22.13.5 " ,
18+ "@types/node" : " ^24.2.1 " ,
3219 "@types/react" : " ^19" ,
3320 "@types/react-dom" : " ^19" ,
3421 "typescript" : " ^5.8.2"
22+ },
23+ "keywords" : [
24+ " agent" ,
25+ " ai" ,
26+ " client-side-tools" ,
27+ " voltagent"
28+ ],
29+ "license" : " MIT" ,
30+ "private" : true ,
31+ "scripts" : {
32+ "build" : " next build" ,
33+ "dev" : " next dev" ,
34+ "start" : " next start"
3535 }
3636}
You can’t perform that action at this time.
0 commit comments