@copilotkit/runtime 1.9.3-next.0 → 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 +15 -0
- package/dist/{chunk-R5D7D7YN.mjs → chunk-2RQ4BX75.mjs} +2 -2
- package/dist/{chunk-EK5RTZVJ.mjs → chunk-4ES2QKLP.mjs} +8 -5
- package/dist/chunk-4ES2QKLP.mjs.map +1 -0
- package/dist/{chunk-YGS5B7PN.mjs → chunk-7WSOM546.mjs} +4 -3
- package/dist/chunk-7WSOM546.mjs.map +1 -0
- package/dist/{chunk-RCCT2GOF.mjs → chunk-CCQGWSPS.mjs} +2 -2
- package/dist/{chunk-KCYFFRJY.mjs → chunk-DH323WEF.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -9
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.js +6 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +11 -9
- package/dist/lib/integrations/index.js +4 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +7 -7
- package/dist/lib/integrations/nest/index.js +4 -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 +4 -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 +4 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +5 -2
- package/src/lib/runtime/langgraph/langgraph-agent.ts +3 -0
- package/dist/chunk-EK5RTZVJ.mjs.map +0 -1
- package/dist/chunk-YGS5B7PN.mjs.map +0 -1
- /package/dist/{chunk-R5D7D7YN.mjs.map → chunk-2RQ4BX75.mjs.map} +0 -0
- /package/dist/{chunk-RCCT2GOF.mjs.map → chunk-CCQGWSPS.mjs.map} +0 -0
- /package/dist/{chunk-KCYFFRJY.mjs.map → chunk-DH323WEF.mjs.map} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-4ES2QKLP.mjs";
|
|
4
4
|
import "../../../chunk-SHBDMA63.mjs";
|
|
5
|
-
import "../../../chunk-2OZAGFV3.mjs";
|
|
6
5
|
import "../../../chunk-QLLV2QVK.mjs";
|
|
7
6
|
import "../../../chunk-XWBDEXDA.mjs";
|
|
8
7
|
import "../../../chunk-AMUJQ6IR.mjs";
|
|
8
|
+
import "../../../chunk-2OZAGFV3.mjs";
|
|
9
9
|
import "../../../chunk-FHD4JECV.mjs";
|
|
10
10
|
export {
|
|
11
11
|
copilotRuntimeNodeHttpEndpoint
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.9.3-next.
|
|
12
|
+
"version": "1.9.3-next.2",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
"@langchain/google-gauth": "^0.1.0",
|
|
51
51
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
52
52
|
"@langchain/openai": "^0.4.2",
|
|
53
|
+
"@scarf/scarf": "^1.3.0",
|
|
54
|
+
"@types/ip": "^1.1.3",
|
|
53
55
|
"class-transformer": "^0.5.1",
|
|
54
56
|
"class-validator": "^0.14.1",
|
|
55
57
|
"express": "^4.19.2",
|
|
@@ -57,6 +59,7 @@
|
|
|
57
59
|
"graphql-scalars": "^1.23.0",
|
|
58
60
|
"graphql-yoga": "^5.3.1",
|
|
59
61
|
"groq-sdk": "^0.5.0",
|
|
62
|
+
"ip": "^2.0.1",
|
|
60
63
|
"langchain": "^0.3.3",
|
|
61
64
|
"openai": "^4.85.1",
|
|
62
65
|
"partial-json": "^0.1.7",
|
|
@@ -66,7 +69,7 @@
|
|
|
66
69
|
"rxjs": "7.8.1",
|
|
67
70
|
"type-graphql": "2.0.0-rc.1",
|
|
68
71
|
"zod": "^3.23.3",
|
|
69
|
-
"@copilotkit/shared": "1.9.3-next.
|
|
72
|
+
"@copilotkit/shared": "1.9.3-next.2"
|
|
70
73
|
},
|
|
71
74
|
"peerDependencies": {
|
|
72
75
|
"@ag-ui/client": ">=0.0.34",
|
|
@@ -14,6 +14,7 @@ import { LangGraphEventTypes } from "../../../agents/langgraph/events";
|
|
|
14
14
|
import { RawEvent } from "@ag-ui/core";
|
|
15
15
|
import {
|
|
16
16
|
LangGraphAgent as AGUILangGraphAgent,
|
|
17
|
+
LangGraphHttpAgent,
|
|
17
18
|
type LangGraphAgentConfig,
|
|
18
19
|
ProcessedEvents,
|
|
19
20
|
SchemaKeys,
|
|
@@ -200,3 +201,5 @@ export class LangGraphAgent extends AGUILangGraphAgent {
|
|
|
200
201
|
};
|
|
201
202
|
}
|
|
202
203
|
}
|
|
204
|
+
|
|
205
|
+
export { LangGraphHttpAgent };
|