@copilotkit/runtime 1.50.0-beta.3 → 1.50.0-beta.5
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 +23 -0
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
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.
|
|
68
|
+
version: "1.50.0-beta.4",
|
|
69
69
|
sideEffects: false,
|
|
70
70
|
main: "./dist/index.js",
|
|
71
71
|
module: "./dist/index.mjs",
|
|
@@ -117,8 +117,8 @@ var require_package = __commonJS({
|
|
|
117
117
|
},
|
|
118
118
|
dependencies: {
|
|
119
119
|
"@copilotkit/shared": "workspace:*",
|
|
120
|
-
"@copilotkitnext/agent": "0.0.
|
|
121
|
-
"@copilotkitnext/runtime": "0.0.
|
|
120
|
+
"@copilotkitnext/agent": "0.0.24",
|
|
121
|
+
"@copilotkitnext/runtime": "0.0.24",
|
|
122
122
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
123
123
|
"@hono/node-server": "^1.13.5",
|
|
124
124
|
"@langchain/core": "^0.3.38",
|
|
@@ -141,17 +141,17 @@ var require_package = __commonJS({
|
|
|
141
141
|
},
|
|
142
142
|
peerDependencies: {
|
|
143
143
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
144
|
-
"@ag-ui/client": "^0.0.
|
|
145
|
-
"@ag-ui/core": ">=0.0.
|
|
146
|
-
"@ag-ui/encoder": ">=0.0.
|
|
147
|
-
"@ag-ui/langgraph": ">=0.0.
|
|
148
|
-
"@ag-ui/proto": ">=0.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
149
|
"@langchain/aws": "^0.1.9",
|
|
150
150
|
"@langchain/community": "^0.3.58",
|
|
151
151
|
"@langchain/google-gauth": "^0.1.0",
|
|
152
152
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
153
153
|
"@langchain/openai": "^0.4.2",
|
|
154
|
-
"groq-sdk": "
|
|
154
|
+
"groq-sdk": ">=0.3.0 <1.0.0",
|
|
155
155
|
langchain: "^0.3.3",
|
|
156
156
|
openai: "^4.85.1"
|
|
157
157
|
},
|