We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01407ff commit 91fbd2eCopy full SHA for 91fbd2e
typescript-sdk/integrations/langgraph/package.json
@@ -23,13 +23,18 @@
23
"unlink:global": "pnpm unlink --global"
24
},
25
"dependencies": {
26
- "@ag-ui/client": "workspace:*",
27
"@langchain/core": "^0.3.66",
28
"@langchain/langgraph-sdk": "^0.0.105",
29
"partial-json": "^0.1.7",
30
"rxjs": "7.8.1"
31
+ "peerDependencies": {
32
+ "@ag-ui/core": ">=0.0.37",
33
+ "@ag-ui/client": ">=0.0.37"
34
+ },
35
"devDependencies": {
36
+ "@ag-ui/core": "workspace:*",
37
+ "@ag-ui/client": "workspace:*",
38
"@types/jest": "^29.5.14",
39
"@types/node": "^20.11.19",
40
"jest": "^29.7.0",
0 commit comments