@copilotkit/runtime 1.50.0-beta.16 → 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 CHANGED
@@ -1,5 +1,27 @@
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
+
14
+ ## 1.50.0-beta.17
15
+
16
+ ### Minor Changes
17
+
18
+ - Minor fixes and improvements
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @copilotkit/shared@1.50.0-beta.17
24
+
3
25
  ## 1.50.0-beta.16
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.16",
75
+ version: "1.50.0-beta.18",
76
76
  sideEffects: false,
77
77
  main: "./dist/index.js",
78
78
  module: "./dist/index.mjs",
@@ -123,12 +123,15 @@ var require_package = __commonJS({
123
123
  vitest: "^3.2.4"
124
124
  },
125
125
  dependencies: {
126
+ "@ag-ui/client": "^0.0.42",
127
+ "@ag-ui/core": "^0.0.42",
128
+ "@ag-ui/langgraph": "^0.0.20",
126
129
  "@copilotkit/shared": "workspace:*",
127
130
  "@copilotkitnext/agent": "0.0.31",
128
131
  "@copilotkitnext/runtime": "0.0.31",
129
132
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
130
133
  "@hono/node-server": "^1.13.5",
131
- "@langchain/core": "^0.3.38",
134
+ "@langchain/core": ">=0.3.66",
132
135
  "@scarf/scarf": "^1.3.0",
133
136
  "class-transformer": "^0.5.1",
134
137
  "class-validator": "^0.14.1",
@@ -148,27 +151,19 @@ var require_package = __commonJS({
148
151
  },
149
152
  peerDependencies: {
150
153
  "@anthropic-ai/sdk": "^0.57.0",
151
- "@ag-ui/client": "^0.0.42",
152
- "@ag-ui/core": ">=0.0.42",
153
- "@ag-ui/encoder": ">=0.0.42",
154
- "@ag-ui/langgraph": ">=0.0.20",
155
- "@ag-ui/proto": ">=0.0.42",
156
- "@langchain/aws": "^0.1.9",
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: "^0.3.3",
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
  },