@copilotkit/runtime 1.8.5-next.5 → 1.8.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 +45 -0
- package/dist/{chunk-GQEDXH53.mjs → chunk-AYW55OHA.mjs} +2 -2
- package/dist/{chunk-Q4KJZACA.mjs → chunk-CTOM2OZ3.mjs} +2 -2
- package/dist/chunk-CTOM2OZ3.mjs.map +1 -0
- package/dist/{chunk-AIQJ5N22.mjs → chunk-IUD7KKAU.mjs} +2 -2
- package/dist/{chunk-FP7EJSMU.mjs → chunk-NPWAEKGB.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-Q4KJZACA.mjs.map +0 -1
- /package/dist/{chunk-GQEDXH53.mjs.map → chunk-AYW55OHA.mjs.map} +0 -0
- /package/dist/{chunk-AIQJ5N22.mjs.map → chunk-IUD7KKAU.mjs.map} +0 -0
- /package/dist/{chunk-FP7EJSMU.mjs.map → chunk-NPWAEKGB.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.8.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c0d3261: - full AWP support
|
|
8
|
+
|
|
9
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10
|
+
|
|
11
|
+
- refactor: address linter issues with the new pages
|
|
12
|
+
|
|
13
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14
|
+
|
|
15
|
+
- Merge branch 'mme/acp' into mme/mastra
|
|
16
|
+
- add sse example
|
|
17
|
+
- Create small-turkeys-agree.md
|
|
18
|
+
- upgrade AWP
|
|
19
|
+
- Merge branch 'mme/mastra' of github.com:CopilotKit/CopilotKit into mme/mastra
|
|
20
|
+
- make agents a dict
|
|
21
|
+
- update docs
|
|
22
|
+
- send tools
|
|
23
|
+
- update to latest packages
|
|
24
|
+
- fix problem where state sync are preventing tool calls
|
|
25
|
+
- set possibly undefined toolCalls to an empty array
|
|
26
|
+
- fix missing tool call ids
|
|
27
|
+
|
|
28
|
+
- 77a7457: - feat: Add Model Context Protocol (MCP) support
|
|
29
|
+
- 76d9ef9: - fix: handle langgraph client specific errors when running lgc stream
|
|
30
|
+
- c0d3261: - add AWP support
|
|
31
|
+
|
|
32
|
+
- make it work
|
|
33
|
+
- update docs
|
|
34
|
+
- refactor: move UI files to be normal NextJS pages and update generation
|
|
35
|
+
|
|
36
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
37
|
+
|
|
38
|
+
- refactor: address linter issues with the new pages
|
|
39
|
+
|
|
40
|
+
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
41
|
+
|
|
42
|
+
- Merge branch 'mme/acp' into mme/mastra
|
|
43
|
+
- add sse example
|
|
44
|
+
|
|
45
|
+
- d0e8a1e: - fix: fix duplicate messages on regenerate
|
|
46
|
+
- @copilotkit/shared@1.8.5
|
|
47
|
+
|
|
3
48
|
## 1.8.5-next.5
|
|
4
49
|
|
|
5
50
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-CTOM2OZ3.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-AYW55OHA.mjs.map
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.8.5
|
|
42
|
+
version: "1.8.5",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -4894,4 +4894,4 @@ export {
|
|
|
4894
4894
|
getCommonConfig,
|
|
4895
4895
|
copilotRuntimeNodeHttpEndpoint
|
|
4896
4896
|
};
|
|
4897
|
-
//# sourceMappingURL=chunk-
|
|
4897
|
+
//# sourceMappingURL=chunk-CTOM2OZ3.mjs.map
|