@copilotkit/runtime 1.9.3-next.1 → 1.9.3-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 +8 -0
- package/dist/{chunk-A4G3Y5MI.mjs → chunk-2RQ4BX75.mjs} +2 -2
- package/dist/{chunk-6YYEJGX2.mjs → chunk-4ES2QKLP.mjs} +2 -2
- package/dist/{chunk-6YYEJGX2.mjs.map → chunk-4ES2QKLP.mjs.map} +1 -1
- package/dist/{chunk-BNIZSVJS.mjs → chunk-7WSOM546.mjs} +4 -3
- package/dist/chunk-7WSOM546.mjs.map +1 -0
- package/dist/{chunk-S5KSXMT3.mjs → chunk-CCQGWSPS.mjs} +2 -2
- package/dist/{chunk-RYQAU5RR.mjs → chunk-DH323WEF.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -6
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.js +3 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +8 -6
- package/dist/lib/integrations/index.js +1 -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 +1 -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 +1 -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 +1 -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 +2 -2
- package/src/lib/runtime/langgraph/langgraph-agent.ts +3 -0
- package/dist/chunk-BNIZSVJS.mjs.map +0 -1
- /package/dist/{chunk-A4G3Y5MI.mjs.map → chunk-2RQ4BX75.mjs.map} +0 -0
- /package/dist/{chunk-S5KSXMT3.mjs.map → chunk-CCQGWSPS.mjs.map} +0 -0
- /package/dist/{chunk-RYQAU5RR.mjs.map → chunk-DH323WEF.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CustomEventNames,
|
|
3
|
-
LangGraphAgent
|
|
4
|
-
|
|
3
|
+
LangGraphAgent,
|
|
4
|
+
LangGraphHttpAgent
|
|
5
|
+
} from "./chunk-7WSOM546.mjs";
|
|
5
6
|
import {
|
|
6
7
|
config,
|
|
7
8
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
8
9
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
9
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2RQ4BX75.mjs";
|
|
10
11
|
import {
|
|
11
12
|
copilotRuntimeNestEndpoint
|
|
12
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-CCQGWSPS.mjs";
|
|
13
14
|
import {
|
|
14
15
|
copilotRuntimeNodeExpressEndpoint
|
|
15
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-DH323WEF.mjs";
|
|
16
17
|
import {
|
|
17
18
|
CopilotRuntime,
|
|
18
19
|
addCustomHeaderPlugin,
|
|
@@ -28,7 +29,7 @@ import {
|
|
|
28
29
|
getCommonConfig,
|
|
29
30
|
langGraphPlatformEndpoint,
|
|
30
31
|
resolveEndpointType
|
|
31
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-4ES2QKLP.mjs";
|
|
32
33
|
import "./chunk-SHBDMA63.mjs";
|
|
33
34
|
import {
|
|
34
35
|
AnthropicAdapter,
|
|
@@ -70,6 +71,7 @@ export {
|
|
|
70
71
|
GuardrailsValidationFailureResponse,
|
|
71
72
|
LangChainAdapter,
|
|
72
73
|
LangGraphAgent,
|
|
74
|
+
LangGraphHttpAgent,
|
|
73
75
|
MessageStreamInterruptedResponse,
|
|
74
76
|
OpenAIAdapter,
|
|
75
77
|
OpenAIAssistantAdapter,
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import \"reflect-metadata\";\nexport * from \"./lib\";\nexport * from \"./utils\";\nexport * from \"./service-adapters\";\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import \"reflect-metadata\";\nexport * from \"./lib\";\nexport * from \"./utils\";\nexport * from \"./service-adapters\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO;","names":[]}
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export { copilotRuntimeNestEndpoint } from './integrations/nest/index.js';
|
|
|
7
7
|
import * as rxjs from 'rxjs';
|
|
8
8
|
import { TextMessageStartEvent, TextMessageContentEvent, TextMessageEndEvent, ToolCallStartEvent, ToolCallArgsEvent, ToolCallEndEvent, RunAgentInput, EventType } from '@ag-ui/client';
|
|
9
9
|
import { LangGraphAgent as LangGraphAgent$1, LangGraphAgentConfig, ProcessedEvents, SchemaKeys } from '@ag-ui/langgraph';
|
|
10
|
+
export { LangGraphHttpAgent } from '@ag-ui/langgraph';
|
|
10
11
|
import { Message } from '@langchain/langgraph-sdk/dist/types.messages';
|
|
11
12
|
import 'openai';
|
|
12
13
|
import '../langserve-3e8d0e06.js';
|
package/dist/lib/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.9.3-next.
|
|
47
|
+
version: "1.9.3-next.2",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -147,6 +147,7 @@ __export(lib_exports, {
|
|
|
147
147
|
GroqAdapter: () => GroqAdapter,
|
|
148
148
|
LangChainAdapter: () => LangChainAdapter,
|
|
149
149
|
LangGraphAgent: () => LangGraphAgent,
|
|
150
|
+
LangGraphHttpAgent: () => import_langgraph.LangGraphHttpAgent,
|
|
150
151
|
OpenAIAdapter: () => OpenAIAdapter,
|
|
151
152
|
OpenAIAssistantAdapter: () => OpenAIAssistantAdapter,
|
|
152
153
|
UnifyAdapter: () => UnifyAdapter,
|
|
@@ -7695,6 +7696,7 @@ __name(LangGraphAgent, "LangGraphAgent");
|
|
|
7695
7696
|
GroqAdapter,
|
|
7696
7697
|
LangChainAdapter,
|
|
7697
7698
|
LangGraphAgent,
|
|
7699
|
+
LangGraphHttpAgent,
|
|
7698
7700
|
OpenAIAdapter,
|
|
7699
7701
|
OpenAIAssistantAdapter,
|
|
7700
7702
|
UnifyAdapter,
|