@copilotkit/runtime 1.50.0-beta.17 → 1.50.0-beta.19
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 +22 -0
- package/dist/index.js +10 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.50.0-beta.19
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Improving langchain dependency resolution
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/shared@1.50.0-beta.19
|
|
13
|
+
|
|
14
|
+
## 1.50.0-beta.18
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- Improving general stability around LangChain
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @copilotkit/shared@1.50.0-beta.18
|
|
24
|
+
|
|
3
25
|
## 1.50.0-beta.17
|
|
4
26
|
|
|
5
27
|
### 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.19",
|
|
76
76
|
sideEffects: false,
|
|
77
77
|
main: "./dist/index.js",
|
|
78
78
|
module: "./dist/index.mjs",
|
|
@@ -124,12 +124,13 @@ 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": "^0.3.38",
|
|
133
134
|
"@scarf/scarf": "^1.3.0",
|
|
134
135
|
"class-transformer": "^0.5.1",
|
|
135
136
|
"class-validator": "^0.14.1",
|
|
@@ -137,7 +138,6 @@ var require_package = __commonJS({
|
|
|
137
138
|
"graphql-scalars": "^1.23.0",
|
|
138
139
|
"graphql-yoga": "^5.3.1",
|
|
139
140
|
hono: "^4.10.3",
|
|
140
|
-
langchain: "^0.3.3",
|
|
141
141
|
openai: "^4.85.1",
|
|
142
142
|
"partial-json": "^0.1.7",
|
|
143
143
|
pino: "^9.2.0",
|
|
@@ -149,26 +149,20 @@ var require_package = __commonJS({
|
|
|
149
149
|
},
|
|
150
150
|
peerDependencies: {
|
|
151
151
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
152
|
-
"@
|
|
153
|
-
"@
|
|
154
|
-
"@
|
|
155
|
-
"@
|
|
156
|
-
"@langchain/
|
|
157
|
-
"@langchain/
|
|
158
|
-
"@langchain/google-gauth": "^0.1.0",
|
|
159
|
-
"@langchain/langgraph-sdk": "^0.0.70",
|
|
160
|
-
"@langchain/openai": "^0.4.2",
|
|
152
|
+
"@langchain/aws": ">=0.1.9",
|
|
153
|
+
"@langchain/core": ">=0.3.66",
|
|
154
|
+
"@langchain/community": ">=0.3.58",
|
|
155
|
+
"@langchain/google-gauth": ">=0.1.0",
|
|
156
|
+
"@langchain/langgraph-sdk": ">=0.1.2",
|
|
157
|
+
"@langchain/openai": ">=0.4.2",
|
|
161
158
|
"groq-sdk": ">=0.3.0 <1.0.0",
|
|
162
|
-
langchain: "
|
|
159
|
+
langchain: ">=0.3.3",
|
|
163
160
|
openai: "^4.85.1"
|
|
164
161
|
},
|
|
165
162
|
peerDependenciesMeta: {
|
|
166
163
|
"@anthropic-ai/sdk": {
|
|
167
164
|
optional: true
|
|
168
165
|
},
|
|
169
|
-
"@ag-ui/langgraph": {
|
|
170
|
-
optional: true
|
|
171
|
-
},
|
|
172
166
|
"@langchain/aws": {
|
|
173
167
|
optional: true
|
|
174
168
|
},
|