@copilotkit/runtime 1.50.0-beta.17 → 1.50.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/index.js +10 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.50.0-beta.18
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Improving general stability around LangChain
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/shared@1.50.0-beta.18
|
|
13
|
+
|
|
3
14
|
## 1.50.0-beta.17
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/index.js
CHANGED
|
@@ -72,7 +72,7 @@ var require_package = __commonJS({
|
|
|
72
72
|
publishConfig: {
|
|
73
73
|
access: "public"
|
|
74
74
|
},
|
|
75
|
-
version: "1.50.0-beta.
|
|
75
|
+
version: "1.50.0-beta.18",
|
|
76
76
|
sideEffects: false,
|
|
77
77
|
main: "./dist/index.js",
|
|
78
78
|
module: "./dist/index.mjs",
|
|
@@ -124,12 +124,14 @@ var require_package = __commonJS({
|
|
|
124
124
|
},
|
|
125
125
|
dependencies: {
|
|
126
126
|
"@ag-ui/client": "^0.0.42",
|
|
127
|
+
"@ag-ui/core": "^0.0.42",
|
|
128
|
+
"@ag-ui/langgraph": "^0.0.20",
|
|
127
129
|
"@copilotkit/shared": "workspace:*",
|
|
128
130
|
"@copilotkitnext/agent": "0.0.31",
|
|
129
131
|
"@copilotkitnext/runtime": "0.0.31",
|
|
130
132
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
131
133
|
"@hono/node-server": "^1.13.5",
|
|
132
|
-
"@langchain/core": "
|
|
134
|
+
"@langchain/core": ">=0.3.66",
|
|
133
135
|
"@scarf/scarf": "^1.3.0",
|
|
134
136
|
"class-transformer": "^0.5.1",
|
|
135
137
|
"class-validator": "^0.14.1",
|
|
@@ -149,26 +151,19 @@ var require_package = __commonJS({
|
|
|
149
151
|
},
|
|
150
152
|
peerDependencies: {
|
|
151
153
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
152
|
-
"@
|
|
153
|
-
"@
|
|
154
|
-
"@
|
|
155
|
-
"@
|
|
156
|
-
"@langchain/
|
|
157
|
-
"@langchain/community": "^0.3.58",
|
|
158
|
-
"@langchain/google-gauth": "^0.1.0",
|
|
159
|
-
"@langchain/langgraph-sdk": "^0.0.70",
|
|
160
|
-
"@langchain/openai": "^0.4.2",
|
|
154
|
+
"@langchain/aws": ">=0.1.9",
|
|
155
|
+
"@langchain/community": ">=0.3.58",
|
|
156
|
+
"@langchain/google-gauth": ">=0.1.0",
|
|
157
|
+
"@langchain/langgraph-sdk": ">=0.1.2",
|
|
158
|
+
"@langchain/openai": ">=0.4.2",
|
|
161
159
|
"groq-sdk": ">=0.3.0 <1.0.0",
|
|
162
|
-
langchain: "
|
|
160
|
+
langchain: ">=0.3.3",
|
|
163
161
|
openai: "^4.85.1"
|
|
164
162
|
},
|
|
165
163
|
peerDependenciesMeta: {
|
|
166
164
|
"@anthropic-ai/sdk": {
|
|
167
165
|
optional: true
|
|
168
166
|
},
|
|
169
|
-
"@ag-ui/langgraph": {
|
|
170
|
-
optional: true
|
|
171
|
-
},
|
|
172
167
|
"@langchain/aws": {
|
|
173
168
|
optional: true
|
|
174
169
|
},
|