@copilotkit/runtime 1.8.15-next.1 → 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 +11 -0
- package/dist/{chunk-WPALAYGE.mjs → chunk-6A27R7IP.mjs} +4 -2
- package/dist/chunk-6A27R7IP.mjs.map +1 -0
- package/dist/{chunk-2DM4G7DN.mjs → chunk-G4NOAQUA.mjs} +2 -2
- package/dist/{chunk-XRKKSNLV.mjs → chunk-S5TNKSNR.mjs} +2 -2
- package/dist/chunk-XB3TW5NJ.mjs +141 -0
- package/dist/chunk-XB3TW5NJ.mjs.map +1 -0
- package/dist/{chunk-76QVO5FK.mjs → chunk-XPTVSVNM.mjs} +2 -2
- package/dist/index.d.ts +3 -0
- package/dist/index.js +140 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -5
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.d.ts +154 -2
- package/dist/lib/index.js +140 -6
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +10 -5
- package/dist/lib/integrations/index.js +2 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +2 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +2 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +2 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +3 -2
- package/src/lib/index.ts +1 -0
- package/src/lib/runtime/langgraph/langgraph-agent.ts +190 -0
- package/dist/chunk-Q6JA6YY3.mjs +0 -1
- package/dist/chunk-Q6JA6YY3.mjs.map +0 -1
- package/dist/chunk-WPALAYGE.mjs.map +0 -1
- /package/dist/{chunk-2DM4G7DN.mjs.map → chunk-G4NOAQUA.mjs.map} +0 -0
- /package/dist/{chunk-XRKKSNLV.mjs.map → chunk-S5TNKSNR.mjs.map} +0 -0
- /package/dist/{chunk-76QVO5FK.mjs.map → chunk-XPTVSVNM.mjs.map} +0 -0
package/dist/lib/index.mjs
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import
|
|
1
|
+
import {
|
|
2
|
+
CustomEventNames,
|
|
3
|
+
LangGraphAgent
|
|
4
|
+
} from "../chunk-XB3TW5NJ.mjs";
|
|
2
5
|
import {
|
|
3
6
|
config,
|
|
4
7
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
8
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-G4NOAQUA.mjs";
|
|
7
10
|
import {
|
|
8
11
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-XPTVSVNM.mjs";
|
|
10
13
|
import {
|
|
11
14
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-S5TNKSNR.mjs";
|
|
13
16
|
import {
|
|
14
17
|
CopilotRuntime,
|
|
15
18
|
addCustomHeaderPlugin,
|
|
@@ -25,7 +28,7 @@ import {
|
|
|
25
28
|
getCommonConfig,
|
|
26
29
|
langGraphPlatformEndpoint,
|
|
27
30
|
resolveEndpointType
|
|
28
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-6A27R7IP.mjs";
|
|
29
32
|
import {
|
|
30
33
|
GoogleGenerativeAIAdapter,
|
|
31
34
|
GroqAdapter,
|
|
@@ -40,9 +43,11 @@ import "../chunk-2OZAGFV3.mjs";
|
|
|
40
43
|
import "../chunk-FHD4JECV.mjs";
|
|
41
44
|
export {
|
|
42
45
|
CopilotRuntime,
|
|
46
|
+
CustomEventNames,
|
|
43
47
|
GoogleGenerativeAIAdapter,
|
|
44
48
|
GroqAdapter,
|
|
45
49
|
LangChainAdapter,
|
|
50
|
+
LangGraphAgent,
|
|
46
51
|
OpenAIAdapter,
|
|
47
52
|
OpenAIAssistantAdapter,
|
|
48
53
|
UnifyAdapter,
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.
|
|
47
|
+
version: "1.9.0-next.2",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -85,6 +85,7 @@ var require_package = __commonJS({
|
|
|
85
85
|
"@ag-ui/client": "0.0.28",
|
|
86
86
|
"@ag-ui/core": "0.0.28",
|
|
87
87
|
"@ag-ui/encoder": "0.0.28",
|
|
88
|
+
"@ag-ui/langgraph": "0.0.3",
|
|
88
89
|
"@ag-ui/proto": "0.0.28",
|
|
89
90
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
90
91
|
"@copilotkit/shared": "workspace:*",
|