@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/dist/index.mjs CHANGED
@@ -65,7 +65,7 @@ var require_package = __commonJS({
65
65
  publishConfig: {
66
66
  access: "public"
67
67
  },
68
- version: "1.50.0-beta.16",
68
+ version: "1.50.0-beta.18",
69
69
  sideEffects: false,
70
70
  main: "./dist/index.js",
71
71
  module: "./dist/index.mjs",
@@ -116,12 +116,15 @@ var require_package = __commonJS({
116
116
  vitest: "^3.2.4"
117
117
  },
118
118
  dependencies: {
119
+ "@ag-ui/client": "^0.0.42",
120
+ "@ag-ui/core": "^0.0.42",
121
+ "@ag-ui/langgraph": "^0.0.20",
119
122
  "@copilotkit/shared": "workspace:*",
120
123
  "@copilotkitnext/agent": "0.0.31",
121
124
  "@copilotkitnext/runtime": "0.0.31",
122
125
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
123
126
  "@hono/node-server": "^1.13.5",
124
- "@langchain/core": "^0.3.38",
127
+ "@langchain/core": ">=0.3.66",
125
128
  "@scarf/scarf": "^1.3.0",
126
129
  "class-transformer": "^0.5.1",
127
130
  "class-validator": "^0.14.1",
@@ -141,27 +144,19 @@ var require_package = __commonJS({
141
144
  },
142
145
  peerDependencies: {
143
146
  "@anthropic-ai/sdk": "^0.57.0",
144
- "@ag-ui/client": "^0.0.42",
145
- "@ag-ui/core": ">=0.0.42",
146
- "@ag-ui/encoder": ">=0.0.42",
147
- "@ag-ui/langgraph": ">=0.0.20",
148
- "@ag-ui/proto": ">=0.0.42",
149
- "@langchain/aws": "^0.1.9",
150
- "@langchain/community": "^0.3.58",
151
- "@langchain/google-gauth": "^0.1.0",
152
- "@langchain/langgraph-sdk": "^0.0.70",
153
- "@langchain/openai": "^0.4.2",
147
+ "@langchain/aws": ">=0.1.9",
148
+ "@langchain/community": ">=0.3.58",
149
+ "@langchain/google-gauth": ">=0.1.0",
150
+ "@langchain/langgraph-sdk": ">=0.1.2",
151
+ "@langchain/openai": ">=0.4.2",
154
152
  "groq-sdk": ">=0.3.0 <1.0.0",
155
- langchain: "^0.3.3",
153
+ langchain: ">=0.3.3",
156
154
  openai: "^4.85.1"
157
155
  },
158
156
  peerDependenciesMeta: {
159
157
  "@anthropic-ai/sdk": {
160
158
  optional: true
161
159
  },
162
- "@ag-ui/langgraph": {
163
- optional: true
164
- },
165
160
  "@langchain/aws": {
166
161
  optional: true
167
162
  },