@copilotkit/runtime 1.10.6-next.5 → 1.10.6-next.6

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 (31) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{chunk-LLDZKRZZ.mjs → chunk-3E7IQ6TR.mjs} +2 -2
  3. package/dist/{chunk-FKLQWEI2.mjs → chunk-BC7SRXHH.mjs} +3 -3
  4. package/dist/{chunk-FKLQWEI2.mjs.map → chunk-BC7SRXHH.mjs.map} +1 -1
  5. package/dist/{chunk-EVYK3FHD.mjs → chunk-MTFW77DQ.mjs} +2 -2
  6. package/dist/{chunk-6V4Z6IB4.mjs → chunk-O7WFHCR2.mjs} +2 -2
  7. package/dist/{chunk-A7TXER2E.mjs → chunk-VCGA7OLG.mjs} +2 -2
  8. package/dist/index.js +2 -2
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.mjs +5 -5
  11. package/dist/lib/index.d.ts +8 -0
  12. package/dist/lib/index.js +2 -2
  13. package/dist/lib/index.js.map +1 -1
  14. package/dist/lib/index.mjs +5 -5
  15. package/dist/lib/integrations/index.js +2 -2
  16. package/dist/lib/integrations/index.js.map +1 -1
  17. package/dist/lib/integrations/index.mjs +4 -4
  18. package/dist/lib/integrations/nest/index.js +2 -2
  19. package/dist/lib/integrations/nest/index.js.map +1 -1
  20. package/dist/lib/integrations/nest/index.mjs +2 -2
  21. package/dist/lib/integrations/node-express/index.js +2 -2
  22. package/dist/lib/integrations/node-express/index.js.map +1 -1
  23. package/dist/lib/integrations/node-express/index.mjs +2 -2
  24. package/dist/lib/integrations/node-http/index.js +2 -2
  25. package/dist/lib/integrations/node-http/index.js.map +1 -1
  26. package/dist/lib/integrations/node-http/index.mjs +1 -1
  27. package/package.json +3 -3
  28. /package/dist/{chunk-LLDZKRZZ.mjs.map → chunk-3E7IQ6TR.mjs.map} +0 -0
  29. /package/dist/{chunk-EVYK3FHD.mjs.map → chunk-MTFW77DQ.mjs.map} +0 -0
  30. /package/dist/{chunk-6V4Z6IB4.mjs.map → chunk-O7WFHCR2.mjs.map} +0 -0
  31. /package/dist/{chunk-A7TXER2E.mjs.map → chunk-VCGA7OLG.mjs.map} +0 -0
package/dist/index.mjs CHANGED
@@ -2,18 +2,18 @@ import {
2
2
  CustomEventNames,
3
3
  LangGraphAgent,
4
4
  LangGraphHttpAgent
5
- } from "./chunk-EVYK3FHD.mjs";
5
+ } from "./chunk-MTFW77DQ.mjs";
6
6
  import {
7
7
  config,
8
8
  copilotRuntimeNextJSAppRouterEndpoint,
9
9
  copilotRuntimeNextJSPagesRouterEndpoint
10
- } from "./chunk-LLDZKRZZ.mjs";
10
+ } from "./chunk-3E7IQ6TR.mjs";
11
11
  import {
12
12
  copilotRuntimeNestEndpoint
13
- } from "./chunk-6V4Z6IB4.mjs";
13
+ } from "./chunk-O7WFHCR2.mjs";
14
14
  import {
15
15
  copilotRuntimeNodeExpressEndpoint
16
- } from "./chunk-A7TXER2E.mjs";
16
+ } from "./chunk-VCGA7OLG.mjs";
17
17
  import {
18
18
  CopilotRuntime,
19
19
  addCustomHeaderPlugin,
@@ -29,7 +29,7 @@ import {
29
29
  getCommonConfig,
30
30
  langGraphPlatformEndpoint,
31
31
  resolveEndpointType
32
- } from "./chunk-FKLQWEI2.mjs";
32
+ } from "./chunk-BC7SRXHH.mjs";
33
33
  import "./chunk-SHBDMA63.mjs";
34
34
  import {
35
35
  AnthropicAdapter,
@@ -93,6 +93,14 @@ declare class LangGraphAgent extends LangGraphAgent$1 {
93
93
  type: EventType.THINKING_TEXT_MESSAGE_END;
94
94
  timestamp?: number | undefined;
95
95
  rawEvent?: any;
96
+ } | {
97
+ type: EventType.TOOL_CALL_RESULT;
98
+ content: string;
99
+ toolCallId: string;
100
+ messageId: string;
101
+ role?: "tool" | undefined;
102
+ timestamp?: number | undefined;
103
+ rawEvent?: any;
96
104
  } | {
97
105
  type: EventType.THINKING_START;
98
106
  timestamp?: number | undefined;
package/dist/lib/index.js CHANGED
@@ -44,7 +44,7 @@ var require_package = __commonJS({
44
44
  publishConfig: {
45
45
  access: "public"
46
46
  },
47
- version: "1.10.6-next.5",
47
+ version: "1.10.6-next.6",
48
48
  sideEffects: false,
49
49
  main: "./dist/index.js",
50
50
  module: "./dist/index.mjs",
@@ -113,7 +113,7 @@ var require_package = __commonJS({
113
113
  "@ag-ui/client": ">=0.0.39",
114
114
  "@ag-ui/core": ">=0.0.39",
115
115
  "@ag-ui/encoder": ">=0.0.39",
116
- "@ag-ui/langgraph": ">=0.0.17",
116
+ "@ag-ui/langgraph": ">=0.0.18",
117
117
  "@ag-ui/proto": ">=0.0.39"
118
118
  },
119
119
  keywords: [