@copilotkit/runtime 1.10.0-next.5 → 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 +14 -0
- package/dist/{chunk-BOB5PS6S.mjs → chunk-4NCZWO3B.mjs} +2 -2
- package/dist/{chunk-YKH6RW2U.mjs → chunk-CB66TAVJ.mjs} +4 -4
- package/dist/{chunk-YKH6RW2U.mjs.map → chunk-CB66TAVJ.mjs.map} +1 -1
- package/dist/{chunk-QLLV2QVK.mjs → chunk-F7IANE7Z.mjs} +66 -6
- package/dist/chunk-F7IANE7Z.mjs.map +1 -0
- package/dist/{chunk-RWXFFS5P.mjs → chunk-H2LB46NL.mjs} +2 -2
- package/dist/{chunk-RUSK4RS6.mjs → chunk-HRQPO53N.mjs} +2 -2
- package/dist/{chunk-6YYPQSPZ.mjs → chunk-OQZOCZO2.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +67 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.js +3 -3
- 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 +65 -5
- 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/src/service-adapters/openai/openai-adapter.ts +3 -1
- package/dist/chunk-QLLV2QVK.mjs.map +0 -1
- /package/dist/{chunk-BOB5PS6S.mjs.map → chunk-4NCZWO3B.mjs.map} +0 -0
- /package/dist/{chunk-RWXFFS5P.mjs.map → chunk-H2LB46NL.mjs.map} +0 -0
- /package/dist/{chunk-RUSK4RS6.mjs.map → chunk-HRQPO53N.mjs.map} +0 -0
- /package/dist/{chunk-6YYPQSPZ.mjs.map → chunk-OQZOCZO2.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.10.0-next.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 59b0e16: - feat: add native prompt caching support to AnthropicAdapter
|
|
8
|
+
- @copilotkit/shared@1.10.0-next.7
|
|
9
|
+
|
|
10
|
+
## 1.10.0-next.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 6f2f54b: - fix(openai): update maxTokens parameter to max_completion_tokens in OpenAIAdapter
|
|
15
|
+
- @copilotkit/shared@1.10.0-next.6
|
|
16
|
+
|
|
3
17
|
## 1.10.0-next.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -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
|