@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/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.17",
68
+ version: "1.50.0-beta.19",
69
69
  sideEffects: false,
70
70
  main: "./dist/index.js",
71
71
  module: "./dist/index.mjs",
@@ -117,12 +117,13 @@ var require_package = __commonJS({
117
117
  },
118
118
  dependencies: {
119
119
  "@ag-ui/client": "^0.0.42",
120
+ "@ag-ui/core": "^0.0.42",
121
+ "@ag-ui/langgraph": "^0.0.20",
120
122
  "@copilotkit/shared": "workspace:*",
121
123
  "@copilotkitnext/agent": "0.0.31",
122
124
  "@copilotkitnext/runtime": "0.0.31",
123
125
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
124
126
  "@hono/node-server": "^1.13.5",
125
- "@langchain/core": "^0.3.38",
126
127
  "@scarf/scarf": "^1.3.0",
127
128
  "class-transformer": "^0.5.1",
128
129
  "class-validator": "^0.14.1",
@@ -130,7 +131,6 @@ var require_package = __commonJS({
130
131
  "graphql-scalars": "^1.23.0",
131
132
  "graphql-yoga": "^5.3.1",
132
133
  hono: "^4.10.3",
133
- langchain: "^0.3.3",
134
134
  openai: "^4.85.1",
135
135
  "partial-json": "^0.1.7",
136
136
  pino: "^9.2.0",
@@ -142,26 +142,20 @@ var require_package = __commonJS({
142
142
  },
143
143
  peerDependencies: {
144
144
  "@anthropic-ai/sdk": "^0.57.0",
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",
145
+ "@langchain/aws": ">=0.1.9",
146
+ "@langchain/core": ">=0.3.66",
147
+ "@langchain/community": ">=0.3.58",
148
+ "@langchain/google-gauth": ">=0.1.0",
149
+ "@langchain/langgraph-sdk": ">=0.1.2",
150
+ "@langchain/openai": ">=0.4.2",
154
151
  "groq-sdk": ">=0.3.0 <1.0.0",
155
- langchain: "^0.3.3",
152
+ langchain: ">=0.3.3",
156
153
  openai: "^4.85.1"
157
154
  },
158
155
  peerDependenciesMeta: {
159
156
  "@anthropic-ai/sdk": {
160
157
  optional: true
161
158
  },
162
- "@ag-ui/langgraph": {
163
- optional: true
164
- },
165
159
  "@langchain/aws": {
166
160
  optional: true
167
161
  },