@copilotkit/runtime 1.7.0-next.1 → 1.7.0
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 +14 -0
- package/dist/{chunk-QTRO3GPV.mjs → chunk-66YYMUU2.mjs} +2 -2
- package/dist/chunk-66YYMUU2.mjs.map +1 -0
- package/dist/{chunk-D6YNY2XB.mjs → chunk-7X5R75DH.mjs} +2 -2
- package/dist/{chunk-QZ6X33MR.mjs → chunk-BYQ7M4HT.mjs} +2 -2
- package/dist/{chunk-RQS3BGAT.mjs → chunk-KFTZCVAE.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-QTRO3GPV.mjs.map +0 -1
- /package/dist/{chunk-D6YNY2XB.mjs.map → chunk-7X5R75DH.mjs.map} +0 -0
- /package/dist/{chunk-QZ6X33MR.mjs.map → chunk-BYQ7M4HT.mjs.map} +0 -0
- /package/dist/{chunk-RQS3BGAT.mjs.map → chunk-KFTZCVAE.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 082db7a: - CrewAI support
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 082db7a: - Added RemoteAgentAdapter and implemented CopilotKit (protocol & events).
|
|
12
|
+
- Integrated CrewAI (with a prototype, HITL, event system, and chat/demo tweaks).
|
|
13
|
+
- Updated docs and cleaned up code (fixing stdout issues, restricting Python version, and streamlining demos).
|
|
14
|
+
- 1e934e4: - feat(runtime): Add LangFuse logging integration
|
|
15
|
+
- @copilotkit/shared@1.7.0
|
|
16
|
+
|
|
3
17
|
## 1.7.0-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.7.0
|
|
42
|
+
version: "1.7.0",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -4441,4 +4441,4 @@ export {
|
|
|
4441
4441
|
getCommonConfig,
|
|
4442
4442
|
copilotRuntimeNodeHttpEndpoint
|
|
4443
4443
|
};
|
|
4444
|
-
//# sourceMappingURL=chunk-
|
|
4444
|
+
//# sourceMappingURL=chunk-66YYMUU2.mjs.map
|