@copilotkit/runtime 1.8.15-next.0 → 1.9.0-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 +20 -0
- package/dist/{chunk-M6Z4CLI6.mjs → chunk-6A27R7IP.mjs} +6 -3
- package/dist/chunk-6A27R7IP.mjs.map +1 -0
- package/dist/{chunk-272XZVAS.mjs → chunk-G4NOAQUA.mjs} +2 -2
- package/dist/{chunk-GEZX4PJT.mjs → chunk-IIXJVVTV.mjs} +23 -1
- package/dist/chunk-IIXJVVTV.mjs.map +1 -0
- package/dist/{chunk-OGEL67NA.mjs → chunk-S5TNKSNR.mjs} +2 -2
- package/dist/chunk-XB3TW5NJ.mjs +141 -0
- package/dist/chunk-XB3TW5NJ.mjs.map +1 -0
- package/dist/{chunk-MXITD3JG.mjs → chunk-XPTVSVNM.mjs} +2 -2
- package/dist/index.d.ts +4 -1
- package/dist/index.js +164 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -6
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.d.ts +154 -2
- package/dist/lib/index.js +141 -6
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +11 -6
- package/dist/lib/integrations/index.js +3 -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 +3 -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 +3 -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 +3 -1
- 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 +47 -2
- package/dist/service-adapters/index.js +23 -0
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +3 -1
- package/package.json +4 -2
- package/src/lib/index.ts +1 -0
- package/src/lib/runtime/langgraph/langgraph-agent.ts +190 -0
- package/src/service-adapters/bedrock/bedrock-adapter.ts +65 -0
- package/src/service-adapters/index.ts +1 -0
- package/dist/chunk-GEZX4PJT.mjs.map +0 -1
- package/dist/chunk-M6Z4CLI6.mjs.map +0 -1
- package/dist/chunk-Q6JA6YY3.mjs +0 -1
- package/dist/chunk-Q6JA6YY3.mjs.map +0 -1
- /package/dist/{chunk-272XZVAS.mjs.map → chunk-G4NOAQUA.mjs.map} +0 -0
- /package/dist/{chunk-OGEL67NA.mjs.map → chunk-S5TNKSNR.mjs.map} +0 -0
- /package/dist/{chunk-MXITD3JG.mjs.map → chunk-XPTVSVNM.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.9.0-next.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8408d58: - feat: create copilotkit agui langgraph agent
|
|
8
|
+
- docs: replace remote endpoint with AGUI agent
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- @copilotkit/shared@1.9.0-next.2
|
|
13
|
+
|
|
14
|
+
## 1.8.15-next.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
|
|
19
|
+
- fix: move react-dom to peerDependencies in @copilotkit/react-textarea
|
|
20
|
+
- feat: add amazon bedrock adapter support
|
|
21
|
+
- @copilotkit/shared@1.8.15-next.1
|
|
22
|
+
|
|
3
23
|
## 1.8.15-next.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
EmptyAdapter,
|
|
3
3
|
RemoteChain,
|
|
4
4
|
streamLangChainResponse
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IIXJVVTV.mjs";
|
|
6
6
|
import {
|
|
7
7
|
GuardrailsValidationFailureResponse,
|
|
8
8
|
MessageStreamInterruptedResponse,
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.
|
|
43
|
+
version: "1.9.0-next.2",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -81,10 +81,12 @@ var require_package = __commonJS({
|
|
|
81
81
|
"@ag-ui/client": "0.0.28",
|
|
82
82
|
"@ag-ui/core": "0.0.28",
|
|
83
83
|
"@ag-ui/encoder": "0.0.28",
|
|
84
|
+
"@ag-ui/langgraph": "0.0.3",
|
|
84
85
|
"@ag-ui/proto": "0.0.28",
|
|
85
86
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
86
87
|
"@copilotkit/shared": "workspace:*",
|
|
87
88
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
89
|
+
"@langchain/aws": "^0.1.9",
|
|
88
90
|
"@langchain/community": "^0.3.29",
|
|
89
91
|
"@langchain/core": "^0.3.38",
|
|
90
92
|
"@langchain/google-gauth": "^0.1.0",
|
|
@@ -5081,6 +5083,7 @@ function copilotRuntimeNodeHttpEndpoint(options) {
|
|
|
5081
5083
|
__name(copilotRuntimeNodeHttpEndpoint, "copilotRuntimeNodeHttpEndpoint");
|
|
5082
5084
|
|
|
5083
5085
|
export {
|
|
5086
|
+
LangGraphEventTypes,
|
|
5084
5087
|
extractParametersFromSchema,
|
|
5085
5088
|
convertMCPToolsToActions,
|
|
5086
5089
|
generateMcpToolInstructions,
|
|
@@ -5098,4 +5101,4 @@ export {
|
|
|
5098
5101
|
getCommonConfig,
|
|
5099
5102
|
copilotRuntimeNodeHttpEndpoint
|
|
5100
5103
|
};
|
|
5101
|
-
//# sourceMappingURL=chunk-
|
|
5104
|
+
//# sourceMappingURL=chunk-6A27R7IP.mjs.map
|