@copilotkit/runtime 1.10.6-next.4 → 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.
- package/CHANGELOG.md +15 -0
- package/dist/{chunk-F7IANE7Z.mjs → chunk-27JKTS6P.mjs} +8 -2
- package/dist/chunk-27JKTS6P.mjs.map +1 -0
- package/dist/{chunk-IDGTM3MH.mjs → chunk-3E7IQ6TR.mjs} +2 -2
- package/dist/{chunk-K3NXT234.mjs → chunk-BC7SRXHH.mjs} +10 -8
- package/dist/chunk-BC7SRXHH.mjs.map +1 -0
- package/dist/{chunk-MESW37CD.mjs → chunk-MTFW77DQ.mjs} +2 -2
- package/dist/{chunk-RA6S32TD.mjs → chunk-O7WFHCR2.mjs} +2 -2
- package/dist/{chunk-LPILCDAF.mjs → chunk-VCGA7OLG.mjs} +2 -2
- package/dist/index.js +15 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.d.ts +8 -0
- package/dist/lib/index.js +15 -7
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +2 -2
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.js +2 -2
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.js +2 -2
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.js +2 -2
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/dist/service-adapters/index.js +7 -1
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +1 -1
- package/package.json +3 -3
- package/src/lib/runtime/agui-action.ts +8 -4
- package/src/lib/runtime/copilot-runtime.ts +2 -1
- package/src/lib/runtime/remote-actions.ts +2 -8
- package/src/service-adapters/events.ts +1 -0
- package/src/service-adapters/langchain/utils.ts +8 -1
- package/dist/chunk-F7IANE7Z.mjs.map +0 -1
- package/dist/chunk-K3NXT234.mjs.map +0 -1
- /package/dist/{chunk-IDGTM3MH.mjs.map → chunk-3E7IQ6TR.mjs.map} +0 -0
- /package/dist/{chunk-MESW37CD.mjs.map → chunk-MTFW77DQ.mjs.map} +0 -0
- /package/dist/{chunk-RA6S32TD.mjs.map → chunk-O7WFHCR2.mjs.map} +0 -0
- /package/dist/{chunk-LPILCDAF.mjs.map → chunk-VCGA7OLG.mjs.map} +0 -0
package/dist/lib/index.mjs
CHANGED
|
@@ -2,18 +2,18 @@ import {
|
|
|
2
2
|
CustomEventNames,
|
|
3
3
|
LangGraphAgent,
|
|
4
4
|
LangGraphHttpAgent
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-MTFW77DQ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
config,
|
|
8
8
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
9
9
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-3E7IQ6TR.mjs";
|
|
11
11
|
import {
|
|
12
12
|
copilotRuntimeNestEndpoint
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-O7WFHCR2.mjs";
|
|
14
14
|
import {
|
|
15
15
|
copilotRuntimeNodeExpressEndpoint
|
|
16
|
-
} from "../chunk-
|
|
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-
|
|
32
|
+
} from "../chunk-BC7SRXHH.mjs";
|
|
33
33
|
import "../chunk-SHBDMA63.mjs";
|
|
34
34
|
import {
|
|
35
35
|
GoogleGenerativeAIAdapter,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
OpenAIAdapter,
|
|
39
39
|
OpenAIAssistantAdapter,
|
|
40
40
|
UnifyAdapter
|
|
41
|
-
} from "../chunk-
|
|
41
|
+
} from "../chunk-27JKTS6P.mjs";
|
|
42
42
|
import "../chunk-XWBDEXDA.mjs";
|
|
43
43
|
import "../chunk-AMUJQ6IR.mjs";
|
|
44
44
|
import "../chunk-2OZAGFV3.mjs";
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.10.6-next.
|
|
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.
|
|
116
|
+
"@ag-ui/langgraph": ">=0.0.18",
|
|
117
117
|
"@ag-ui/proto": ">=0.0.39"
|
|
118
118
|
},
|
|
119
119
|
keywords: [
|