Enable tool-based message generation in chat-stream-provider and add BasicValueTool and WeatherTool.

Updated dependencies to latest versions in `bun.lock`. Modified development script in `package.json` to include watch mode.
This commit is contained in:
geoffsee
2025-07-04 08:56:11 -04:00
committed by Geoff Seemueller
parent de968bcfbd
commit 06b6a68b9b
5 changed files with 320 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"name": "@open-gsio/server",
"type": "module",
"scripts": {
"dev": "bun src/server/server.ts",
"dev": "bun --watch src/server/server.ts",
"build": "bun ./src/server/build.ts"
},
"devDependencies": {