@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.
Files changed (51) hide show
  1. package/CHANGELOG.md +6 -8
  2. package/dist/{chunk-T6O5FSTK.mjs → chunk-EEP7N5NI.mjs} +2 -2
  3. package/dist/{chunk-ZNZGATLW.mjs → chunk-HSJK7MDW.mjs} +3 -3
  4. package/dist/{chunk-X5QBBMCJ.mjs → chunk-HTRVIXA6.mjs} +2 -2
  5. package/dist/{chunk-2N45GS3P.mjs → chunk-JMTOIBRY.mjs} +2 -2
  6. package/dist/{chunk-BJ2LVHWA.mjs → chunk-OF6AN6HF.mjs} +521 -256
  7. package/dist/chunk-OF6AN6HF.mjs.map +1 -0
  8. package/dist/{chunk-XROLDARH.mjs → chunk-SGLX2AV6.mjs} +4 -5
  9. package/dist/{chunk-XROLDARH.mjs.map → chunk-SGLX2AV6.mjs.map} +1 -1
  10. package/dist/{copilot-runtime-d427e991.d.ts → copilot-runtime-a1b5f1ce.d.ts} +1 -1
  11. package/dist/{index-079752b9.d.ts → groq-adapter-069ac812.d.ts} +82 -82
  12. package/dist/index.d.ts +7 -5
  13. package/dist/index.js +721 -454
  14. package/dist/index.js.map +1 -1
  15. package/dist/index.mjs +10 -6
  16. package/dist/index.mjs.map +1 -1
  17. package/dist/{langserve-d6073a3b.d.ts → langserve-15a1286b.d.ts} +1 -1
  18. package/dist/lib/index.d.ts +4 -4
  19. package/dist/lib/index.js +445 -446
  20. package/dist/lib/index.js.map +1 -1
  21. package/dist/lib/index.mjs +6 -6
  22. package/dist/lib/integrations/index.d.ts +3 -3
  23. package/dist/lib/integrations/index.js +3 -4
  24. package/dist/lib/integrations/index.js.map +1 -1
  25. package/dist/lib/integrations/index.mjs +4 -4
  26. package/dist/lib/integrations/nest/index.d.ts +2 -2
  27. package/dist/lib/integrations/nest/index.js +3 -4
  28. package/dist/lib/integrations/nest/index.js.map +1 -1
  29. package/dist/lib/integrations/nest/index.mjs +2 -2
  30. package/dist/lib/integrations/node-express/index.d.ts +2 -2
  31. package/dist/lib/integrations/node-express/index.js +3 -4
  32. package/dist/lib/integrations/node-express/index.js.map +1 -1
  33. package/dist/lib/integrations/node-express/index.mjs +2 -2
  34. package/dist/lib/integrations/node-http/index.d.ts +2 -2
  35. package/dist/lib/integrations/node-http/index.js +3 -4
  36. package/dist/lib/integrations/node-http/index.js.map +1 -1
  37. package/dist/lib/integrations/node-http/index.mjs +1 -1
  38. package/dist/service-adapters/index.d.ts +47 -3
  39. package/dist/service-adapters/index.js +708 -442
  40. package/dist/service-adapters/index.js.map +1 -1
  41. package/dist/service-adapters/index.mjs +3 -1
  42. package/package.json +6 -7
  43. package/src/index.ts +1 -0
  44. package/src/service-adapters/anthropic/anthropic-adapter.ts +197 -0
  45. package/src/service-adapters/anthropic/utils.ts +144 -0
  46. package/src/service-adapters/index.ts +9 -7
  47. package/dist/chunk-BJ2LVHWA.mjs.map +0 -1
  48. /package/dist/{chunk-T6O5FSTK.mjs.map → chunk-EEP7N5NI.mjs.map} +0 -0
  49. /package/dist/{chunk-ZNZGATLW.mjs.map → chunk-HSJK7MDW.mjs.map} +0 -0
  50. /package/dist/{chunk-X5QBBMCJ.mjs.map → chunk-HTRVIXA6.mjs.map} +0 -0
  51. /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-feat-runtime-remote-actions.0
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
- - Updated dependencies
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
- - @copilotkit/shared@1.2.2-feat-runtime-remote-actions.0
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-XROLDARH.mjs";
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-T6O5FSTK.mjs.map
24
+ //# sourceMappingURL=chunk-EEP7N5NI.mjs.map
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  RemoteChain
3
- } from "./chunk-BJ2LVHWA.mjs";
3
+ } from "./chunk-OF6AN6HF.mjs";
4
4
  import {
5
5
  RuntimeEventSource,
6
6
  isLangGraphAgentAction,
7
7
  setupRemoteActions
8
- } from "./chunk-XROLDARH.mjs";
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-ZNZGATLW.mjs.map
260
+ //# sourceMappingURL=chunk-HSJK7MDW.mjs.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getCommonConfig,
3
3
  telemetry_client_default
4
- } from "./chunk-XROLDARH.mjs";
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-X5QBBMCJ.mjs.map
79
+ //# sourceMappingURL=chunk-HTRVIXA6.mjs.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  telemetry_client_default
4
- } from "./chunk-XROLDARH.mjs";
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-2N45GS3P.mjs.map
24
+ //# sourceMappingURL=chunk-JMTOIBRY.mjs.map