@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.50.0-beta.4
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bad5f06: - feat: port old endpoint creators to 2.0
|
|
8
|
+
- 5a6029e: - fix(runtime): Update method for merging tools in assignToolsToAgent
|
|
9
|
+
- feat(runtime): Export v2 of the runtime as a subpackage
|
|
10
|
+
- 4942f62: - feat: create rerouting CopilotRuntime
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- b780092: - fix: treeshake and make providers optional
|
|
15
|
+
- b0e3652: - chore: Update to latest of vnext
|
|
16
|
+
- d55a8bd: - feat(runtime): export v2 of the runtime as a subpackage
|
|
17
|
+
- fix(runtime): update method for merging tools in assignToolsToAgent
|
|
18
|
+
- fix: remove redundant agent instantiation code
|
|
19
|
+
- aee1e42: - fix: use hono node directly instead of express for the node http integration
|
|
20
|
+
- 18ba908: - fix: unpack and set agents as promise, to avoid delaying runtime instantiation
|
|
21
|
+
- c70210e: - feat: use copilotnext's single endpoint
|
|
22
|
+
- Updated dependencies [b0e3652]
|
|
23
|
+
- Updated dependencies [4942f62]
|
|
24
|
+
- @copilotkit/shared@1.50.0-beta.4
|
|
25
|
+
|
|
3
26
|
## 1.10.7-next.0
|
|
4
27
|
|
|
5
28
|
### Patch 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.4",
|
|
76
76
|
sideEffects: false,
|
|
77
77
|
main: "./dist/index.js",
|
|
78
78
|
module: "./dist/index.mjs",
|
|
@@ -124,8 +124,8 @@ var require_package = __commonJS({
|
|
|
124
124
|
},
|
|
125
125
|
dependencies: {
|
|
126
126
|
"@copilotkit/shared": "workspace:*",
|
|
127
|
-
"@copilotkitnext/agent": "0.0.
|
|
128
|
-
"@copilotkitnext/runtime": "0.0.
|
|
127
|
+
"@copilotkitnext/agent": "0.0.24",
|
|
128
|
+
"@copilotkitnext/runtime": "0.0.24",
|
|
129
129
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
130
130
|
"@hono/node-server": "^1.13.5",
|
|
131
131
|
"@langchain/core": "^0.3.38",
|
|
@@ -148,17 +148,17 @@ var require_package = __commonJS({
|
|
|
148
148
|
},
|
|
149
149
|
peerDependencies: {
|
|
150
150
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
151
|
-
"@ag-ui/client": "^0.0.
|
|
152
|
-
"@ag-ui/core": ">=0.0.
|
|
153
|
-
"@ag-ui/encoder": ">=0.0.
|
|
154
|
-
"@ag-ui/langgraph": ">=0.0.
|
|
155
|
-
"@ag-ui/proto": ">=0.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
156
|
"@langchain/aws": "^0.1.9",
|
|
157
157
|
"@langchain/community": "^0.3.58",
|
|
158
158
|
"@langchain/google-gauth": "^0.1.0",
|
|
159
159
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
160
160
|
"@langchain/openai": "^0.4.2",
|
|
161
|
-
"groq-sdk": "
|
|
161
|
+
"groq-sdk": ">=0.3.0 <1.0.0",
|
|
162
162
|
langchain: "^0.3.3",
|
|
163
163
|
openai: "^4.85.1"
|
|
164
164
|
},
|