@copilotkit/runtime 1.5.0-coagents-v0-3.0 → 1.5.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 +13 -0
- package/dist/{chunk-PXS4SBRF.mjs → chunk-25G6SHWM.mjs} +6 -6
- package/dist/chunk-25G6SHWM.mjs.map +1 -0
- package/dist/{chunk-GSTWFOZF.mjs → chunk-AFKLCW76.mjs} +2 -2
- package/dist/{chunk-7BOO3OFP.mjs → chunk-D6J2N5ZQ.mjs} +2 -2
- package/dist/{chunk-OMAAKIJQ.mjs → chunk-PIUHAIBR.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- package/package.json +2 -2
- package/dist/chunk-PXS4SBRF.mjs.map +0 -1
- /package/dist/{chunk-GSTWFOZF.mjs.map → chunk-AFKLCW76.mjs.map} +0 -0
- /package/dist/{chunk-7BOO3OFP.mjs.map → chunk-D6J2N5ZQ.mjs.map} +0 -0
- /package/dist/{chunk-OMAAKIJQ.mjs.map → chunk-PIUHAIBR.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AFKLCW76.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-PIUHAIBR.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-D6J2N5ZQ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
buildSchema,
|
|
@@ -20,7 +20,12 @@ import {
|
|
|
20
20
|
getCommonConfig,
|
|
21
21
|
langGraphPlatformEndpoint,
|
|
22
22
|
resolveEndpointType
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-25G6SHWM.mjs";
|
|
24
|
+
import {
|
|
25
|
+
GuardrailsValidationFailureResponse,
|
|
26
|
+
MessageStreamInterruptedResponse,
|
|
27
|
+
UnknownErrorResponse
|
|
28
|
+
} from "./chunk-U3V2BCGI.mjs";
|
|
24
29
|
import {
|
|
25
30
|
AnthropicAdapter,
|
|
26
31
|
ExperimentalEmptyAdapter,
|
|
@@ -33,11 +38,6 @@ import {
|
|
|
33
38
|
RemoteChain,
|
|
34
39
|
UnifyAdapter
|
|
35
40
|
} from "./chunk-4AYRDPWK.mjs";
|
|
36
|
-
import {
|
|
37
|
-
GuardrailsValidationFailureResponse,
|
|
38
|
-
MessageStreamInterruptedResponse,
|
|
39
|
-
UnknownErrorResponse
|
|
40
|
-
} from "./chunk-U3V2BCGI.mjs";
|
|
41
41
|
import "./chunk-RFF5IIZJ.mjs";
|
|
42
42
|
import "./chunk-D2WLFQS6.mjs";
|
|
43
43
|
import "./chunk-44O2JGUY.mjs";
|