Skip to content

Commit

Permalink
Merge pull request #54 from XavierDK/xavierdk/undefined-asynciterator
Browse files Browse the repository at this point in the history
Explicitely copy AsyncIterator
  • Loading branch information
davidkpiano authored Sep 28, 2024
2 parents 3198851 + 140fdce commit fb908af
Show file tree
Hide file tree
Showing 4 changed files with 945 additions and 1,098 deletions.
6 changes: 6 additions & 0 deletions .changeset/clean-cherries-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@statelyai/agent": patch
---

- Addressing an issue where the fullStream property was not properly copied when using the spread operator (...). The problem occurred because fullStream is an iterator, and as such, it was not included in the shallow copy of the result object.
- Update all packages
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@langchain/community": "^0.0.53",
"@langchain/core": "^0.1.63",
"@langchain/openai": "^0.0.28",
"@types/node": "^20.14.14",
"@types/node": "^20.16.9",
"@types/object-hash": "^3.0.6",
"dotenv": "^16.4.5",
"json-schema-to-ts": "^3.1.0",
"json-schema-to-ts": "^3.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"wikipedia": "^2.1.2",
"zod": "^3.23.8"
},
Expand All @@ -47,10 +47,10 @@
},
"dependencies": {
"@ai-sdk/openai": "^0.0.40",
"@xstate/graph": "^2.0.0",
"ai": "^3.3.2",
"@xstate/graph": "^2.0.1",
"ai": "^3.4.6",
"object-hash": "^3.0.0",
"xstate": "^5.17.1"
"xstate": "^5.18.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit fb908af

Please sign in to comment.