@copilotkit/runtime 1.8.2-next.0 → 1.8.2-next.2
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-UGVXD6KK.mjs → chunk-2VYBYZPK.mjs} +2 -2
- package/dist/{chunk-QZFOLVUA.mjs → chunk-H5AAJZIT.mjs} +32 -15
- package/dist/chunk-H5AAJZIT.mjs.map +1 -0
- package/dist/{chunk-TNMBPY25.mjs → chunk-NLQY44UU.mjs} +2 -2
- package/dist/{chunk-QAPB44C7.mjs → chunk-TD5ENJ33.mjs} +2 -2
- package/dist/index.js +22 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.js +22 -5
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +6 -6
- 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 +4 -4
- 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 +4 -4
- 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 +3 -3
- package/package.json +4 -4
- package/src/lib/runtime/copilot-runtime.ts +16 -4
- package/src/lib/runtime/remote-lg-action.ts +9 -5
- package/dist/chunk-QZFOLVUA.mjs.map +0 -1
- /package/dist/{chunk-UGVXD6KK.mjs.map → chunk-2VYBYZPK.mjs.map} +0 -0
- /package/dist/{chunk-TNMBPY25.mjs.map → chunk-NLQY44UU.mjs.map} +0 -0
- /package/dist/{chunk-QAPB44C7.mjs.map → chunk-TD5ENJ33.mjs.map} +0 -0
package/dist/lib/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-TD5ENJ33.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-2VYBYZPK.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-NLQY44UU.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -22,9 +22,7 @@ import {
|
|
|
22
22
|
getCommonConfig,
|
|
23
23
|
langGraphPlatformEndpoint,
|
|
24
24
|
resolveEndpointType
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-RTFJTJMA.mjs";
|
|
27
|
-
import "../chunk-2OZAGFV3.mjs";
|
|
25
|
+
} from "../chunk-H5AAJZIT.mjs";
|
|
28
26
|
import {
|
|
29
27
|
GoogleGenerativeAIAdapter,
|
|
30
28
|
GroqAdapter,
|
|
@@ -34,6 +32,8 @@ import {
|
|
|
34
32
|
UnifyAdapter
|
|
35
33
|
} from "../chunk-FZJAYGIR.mjs";
|
|
36
34
|
import "../chunk-5BIEM2UU.mjs";
|
|
35
|
+
import "../chunk-RTFJTJMA.mjs";
|
|
36
|
+
import "../chunk-2OZAGFV3.mjs";
|
|
37
37
|
import "../chunk-FHD4JECV.mjs";
|
|
38
38
|
export {
|
|
39
39
|
CopilotRuntime,
|