@copilotkit/runtime 1.10.0-next.6 → 1.10.0-next.7
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 +7 -0
- package/dist/{chunk-6K5MA7C2.mjs → chunk-4NCZWO3B.mjs} +2 -2
- package/dist/{chunk-NE5XONJ5.mjs → chunk-CB66TAVJ.mjs} +4 -4
- package/dist/{chunk-NE5XONJ5.mjs.map → chunk-CB66TAVJ.mjs.map} +1 -1
- package/dist/{chunk-RZHXGTUZ.mjs → chunk-F7IANE7Z.mjs} +65 -5
- package/dist/chunk-F7IANE7Z.mjs.map +1 -0
- package/dist/{chunk-S73GSB6E.mjs → chunk-H2LB46NL.mjs} +2 -2
- package/dist/{chunk-5UCKTDUR.mjs → chunk-HRQPO53N.mjs} +2 -2
- package/dist/{chunk-L3IUQRK2.mjs → chunk-OQZOCZO2.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +66 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.js +2 -2
- 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.d.ts +32 -2
- package/dist/service-adapters/index.js +64 -4
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +1 -1
- package/package.json +3 -3
- package/src/service-adapters/anthropic/anthropic-adapter.ts +106 -5
- package/src/service-adapters/anthropic/utils.ts +1 -1
- package/dist/chunk-RZHXGTUZ.mjs.map +0 -1
- /package/dist/{chunk-6K5MA7C2.mjs.map → chunk-4NCZWO3B.mjs.map} +0 -0
- /package/dist/{chunk-S73GSB6E.mjs.map → chunk-H2LB46NL.mjs.map} +0 -0
- /package/dist/{chunk-5UCKTDUR.mjs.map → chunk-HRQPO53N.mjs.map} +0 -0
- /package/dist/{chunk-L3IUQRK2.mjs.map → chunk-OQZOCZO2.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-CB66TAVJ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
config,
|
|
78
78
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=chunk-
|
|
80
|
+
//# sourceMappingURL=chunk-4NCZWO3B.mjs.map
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
EmptyAdapter,
|
|
10
10
|
RemoteChain,
|
|
11
11
|
streamLangChainResponse
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-F7IANE7Z.mjs";
|
|
13
13
|
import {
|
|
14
14
|
GuardrailsValidationFailureResponse,
|
|
15
15
|
MessageStreamInterruptedResponse,
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.10.0-next.
|
|
43
|
+
version: "1.10.0-next.7",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -83,7 +83,7 @@ var require_package = __commonJS({
|
|
|
83
83
|
"@ag-ui/encoder": "0.0.35",
|
|
84
84
|
"@ag-ui/langgraph": "0.0.7",
|
|
85
85
|
"@ag-ui/proto": "0.0.35",
|
|
86
|
-
"@anthropic-ai/sdk": "^0.
|
|
86
|
+
"@anthropic-ai/sdk": "^0.57.0",
|
|
87
87
|
"@copilotkit/shared": "workspace:*",
|
|
88
88
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
89
89
|
"@langchain/aws": "^0.1.9",
|
|
@@ -5923,4 +5923,4 @@ export {
|
|
|
5923
5923
|
getCommonConfig,
|
|
5924
5924
|
copilotRuntimeNodeHttpEndpoint
|
|
5925
5925
|
};
|
|
5926
|
-
//# sourceMappingURL=chunk-
|
|
5926
|
+
//# sourceMappingURL=chunk-CB66TAVJ.mjs.map
|