feat: client-side tool call accumulation in dedupedStream (#389)

This commit is contained in:
Cameron
2026-02-24 16:16:53 -08:00
committed by GitHub
parent 1c078421c8
commit b6394fb3a5
2 changed files with 62 additions and 15 deletions

16
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@clack/prompts": "^0.11.0",
"@hapi/boom": "^10.0.1",
"@letta-ai/letta-client": "^1.7.8",
"@letta-ai/letta-code-sdk": "^0.1.6",
"@letta-ai/letta-code-sdk": "^0.1.8",
"@types/express": "^5.0.6",
"@types/node": "^25.0.10",
"@types/node-schedule": "^2.1.8",
@@ -1266,9 +1266,9 @@
"license": "Apache-2.0"
},
"node_modules/@letta-ai/letta-code": {
"version": "0.16.8",
"resolved": "https://registry.npmjs.org/@letta-ai/letta-code/-/letta-code-0.16.8.tgz",
"integrity": "sha512-++L6O6qFiehLG6UZFHWpvLh4fgR2FNIDgOj/eRJu6LlBzajkErGVN3nrkJpNe37AEwsLKCWhXrhNIyHQZEBvQw==",
"version": "0.16.9",
"resolved": "https://registry.npmjs.org/@letta-ai/letta-code/-/letta-code-0.16.9.tgz",
"integrity": "sha512-Rsw0guXuMYxBESrLfz0ZgtP/vRlGsjIOkbThCy9LDPGYxgqhtVK4nDwrYsSbvSVXV9LWMpVvjLSRuVHg2/xDhQ==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@@ -1290,12 +1290,12 @@
}
},
"node_modules/@letta-ai/letta-code-sdk": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@letta-ai/letta-code-sdk/-/letta-code-sdk-0.1.6.tgz",
"integrity": "sha512-sTs7ptc34dzwQ2zDP4HH7h7SA+RMfVVjYiMG+kYXGW5I+kzwVZH3ocW5YnGzcq3KncRHGfsGPWYXLYUK80V/FA==",
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/@letta-ai/letta-code-sdk/-/letta-code-sdk-0.1.8.tgz",
"integrity": "sha512-/y6yFEmwdW3MC303LK4rIQu7ZPgMhkijUmshRZ2ZhLUtyBxqEw0G6EY60Gcf66wEzU6y5YfL+yCukIieKJgekQ==",
"license": "Apache-2.0",
"dependencies": {
"@letta-ai/letta-code": "0.16.8"
"@letta-ai/letta-code": "0.16.9"
}
},
"node_modules/@letta-ai/letta-code/node_modules/balanced-match": {