@copilotkit/runtime 1.2.2-feat-runtime-remote-actions.0 → 1.2.2-mme-coagents-final.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 +6 -8
- package/dist/{chunk-T6O5FSTK.mjs → chunk-EEP7N5NI.mjs} +2 -2
- package/dist/{chunk-ZNZGATLW.mjs → chunk-HSJK7MDW.mjs} +3 -3
- package/dist/{chunk-X5QBBMCJ.mjs → chunk-HTRVIXA6.mjs} +2 -2
- package/dist/{chunk-2N45GS3P.mjs → chunk-JMTOIBRY.mjs} +2 -2
- package/dist/{chunk-BJ2LVHWA.mjs → chunk-OF6AN6HF.mjs} +521 -256
- package/dist/chunk-OF6AN6HF.mjs.map +1 -0
- package/dist/{chunk-XROLDARH.mjs → chunk-SGLX2AV6.mjs} +4 -5
- package/dist/{chunk-XROLDARH.mjs.map → chunk-SGLX2AV6.mjs.map} +1 -1
- package/dist/{copilot-runtime-d427e991.d.ts → copilot-runtime-a1b5f1ce.d.ts} +1 -1
- package/dist/{index-079752b9.d.ts → groq-adapter-069ac812.d.ts} +82 -82
- package/dist/index.d.ts +7 -5
- package/dist/index.js +721 -454
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{langserve-d6073a3b.d.ts → langserve-15a1286b.d.ts} +1 -1
- package/dist/lib/index.d.ts +4 -4
- package/dist/lib/index.js +445 -446
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +3 -4
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.d.ts +2 -2
- package/dist/lib/integrations/nest/index.js +3 -4
- 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.d.ts +2 -2
- package/dist/lib/integrations/node-express/index.js +3 -4
- 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.d.ts +2 -2
- package/dist/lib/integrations/node-http/index.js +3 -4
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/dist/service-adapters/index.d.ts +47 -3
- package/dist/service-adapters/index.js +708 -442
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +3 -1
- package/package.json +6 -7
- package/src/index.ts +1 -0
- package/src/service-adapters/anthropic/anthropic-adapter.ts +197 -0
- package/src/service-adapters/anthropic/utils.ts +144 -0
- package/src/service-adapters/index.ts +9 -7
- package/dist/chunk-BJ2LVHWA.mjs.map +0 -1
- /package/dist/{chunk-T6O5FSTK.mjs.map → chunk-EEP7N5NI.mjs.map} +0 -0
- /package/dist/{chunk-ZNZGATLW.mjs.map → chunk-HSJK7MDW.mjs.map} +0 -0
- /package/dist/{chunk-X5QBBMCJ.mjs.map → chunk-HTRVIXA6.mjs.map} +0 -0
- /package/dist/{chunk-2N45GS3P.mjs.map → chunk-JMTOIBRY.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,28 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
-
## 1.2.2-
|
|
3
|
+
## 1.2.2-mme-coagents-final.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Prerelease
|
|
8
|
-
- 0d54450: Include agent state
|
|
9
|
-
- 8d32e22: Show agent state in the chat window
|
|
10
7
|
- 5b63f55: stream intermediate state
|
|
11
8
|
- b6fd3d8: Better message grouping
|
|
9
|
+
- Final pre
|
|
12
10
|
- 89420c6: Rename hooks and bugfixes
|
|
13
11
|
- b6e8824: useCoAgent/useCoAgentAction
|
|
14
12
|
- 91c35b9: useAgentState
|
|
15
13
|
- 00be203: Remote actions preview
|
|
16
14
|
- fb15f72: Reduce request size by skipping intermediate state
|
|
17
|
-
-
|
|
18
|
-
- Updated dependencies [0d54450]
|
|
19
|
-
- Updated dependencies [8d32e22]
|
|
15
|
+
- 8ecc3e4: Fix useCoAgent start/stop bug
|
|
20
16
|
- Updated dependencies [5b63f55]
|
|
21
17
|
- Updated dependencies [b6fd3d8]
|
|
18
|
+
- Updated dependencies
|
|
22
19
|
- Updated dependencies [89420c6]
|
|
23
20
|
- Updated dependencies [b6e8824]
|
|
24
21
|
- Updated dependencies [91c35b9]
|
|
25
22
|
- Updated dependencies [00be203]
|
|
26
23
|
- Updated dependencies [fb15f72]
|
|
27
|
-
|
|
24
|
+
- Updated dependencies [8ecc3e4]
|
|
25
|
+
- @copilotkit/shared@1.2.2-mme-coagents-final.0
|
|
28
26
|
|
|
29
27
|
## 1.2.1
|
|
30
28
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
telemetry_client_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-SGLX2AV6.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
7
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -21,4 +21,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
21
21
|
export {
|
|
22
22
|
copilotRuntimeNodeExpressEndpoint
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=chunk-
|
|
24
|
+
//# sourceMappingURL=chunk-EEP7N5NI.mjs.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RemoteChain
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OF6AN6HF.mjs";
|
|
4
4
|
import {
|
|
5
5
|
RuntimeEventSource,
|
|
6
6
|
isLangGraphAgentAction,
|
|
7
7
|
setupRemoteActions
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-SGLX2AV6.mjs";
|
|
9
9
|
import {
|
|
10
10
|
ActionExecutionMessage,
|
|
11
11
|
AgentStateMessage,
|
|
@@ -257,4 +257,4 @@ export {
|
|
|
257
257
|
CopilotRuntime,
|
|
258
258
|
flattenToolCallsNoDuplicates
|
|
259
259
|
};
|
|
260
|
-
//# sourceMappingURL=chunk-
|
|
260
|
+
//# sourceMappingURL=chunk-HSJK7MDW.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
telemetry_client_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-SGLX2AV6.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
7
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -76,4 +76,4 @@ export {
|
|
|
76
76
|
config,
|
|
77
77
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=chunk-
|
|
79
|
+
//# sourceMappingURL=chunk-HTRVIXA6.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
telemetry_client_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-SGLX2AV6.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
7
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -21,4 +21,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
21
21
|
export {
|
|
22
22
|
copilotRuntimeNestEndpoint
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=chunk-
|
|
24
|
+
//# sourceMappingURL=chunk-JMTOIBRY.mjs.map
|