@copilotkit/runtime 1.0.1 → 1.0.3
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/.turbo/turbo-build.log +47 -47
- package/CHANGELOG.md +16 -0
- package/README.md +51 -0
- package/dist/{chunk-6XZWOLGW.mjs → chunk-3SJCLGQE.mjs} +2 -2
- package/dist/{chunk-KGAIP3CM.mjs → chunk-GTYL57UF.mjs} +2 -2
- package/dist/{chunk-DUOHR7CZ.mjs → chunk-L2HCON4L.mjs} +2 -2
- package/dist/{chunk-DKW4RJWD.mjs → chunk-TTT54UED.mjs} +2 -2
- package/dist/{chunk-DETRX7DD.mjs → chunk-VIQZS4W6.mjs} +20 -3
- package/dist/{chunk-DETRX7DD.mjs.map → chunk-VIQZS4W6.mjs.map} +1 -1
- package/dist/index.js +19 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +19 -2
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +19 -2
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +19 -2
- 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 +19 -2
- 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 +19 -2
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +19 -2
- /package/dist/{chunk-6XZWOLGW.mjs.map → chunk-3SJCLGQE.mjs.map} +0 -0
- /package/dist/{chunk-KGAIP3CM.mjs.map → chunk-GTYL57UF.mjs.map} +0 -0
- /package/dist/{chunk-DUOHR7CZ.mjs.map → chunk-L2HCON4L.mjs.map} +0 -0
- /package/dist/{chunk-DKW4RJWD.mjs.map → chunk-TTT54UED.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotRuntime,
|
|
3
3
|
flattenToolCallsNoDuplicates
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-L2HCON4L.mjs";
|
|
5
5
|
import {
|
|
6
6
|
GoogleGenerativeAIAdapter,
|
|
7
7
|
LangChainAdapter,
|
|
@@ -12,19 +12,19 @@ import {
|
|
|
12
12
|
config,
|
|
13
13
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
14
14
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-3SJCLGQE.mjs";
|
|
16
16
|
import {
|
|
17
17
|
copilotRuntimeNestEndpoint
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-GTYL57UF.mjs";
|
|
19
19
|
import {
|
|
20
20
|
copilotRuntimeNodeExpressEndpoint
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-TTT54UED.mjs";
|
|
22
22
|
import {
|
|
23
23
|
buildSchema,
|
|
24
24
|
copilotRuntimeNodeHttpEndpoint,
|
|
25
25
|
createContext,
|
|
26
26
|
getCommonConfig
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-VIQZS4W6.mjs";
|
|
28
28
|
import "./chunk-DVDKD6F5.mjs";
|
|
29
29
|
import {
|
|
30
30
|
GuardrailsValidationFailureResponse,
|
package/dist/lib/index.js
CHANGED
|
@@ -36,10 +36,15 @@ var require_package = __commonJS({
|
|
|
36
36
|
module2.exports = {
|
|
37
37
|
name: "@copilotkit/runtime",
|
|
38
38
|
private: false,
|
|
39
|
+
homepage: "https://github.com/CopilotKit/CopilotKit",
|
|
40
|
+
repository: {
|
|
41
|
+
type: "git",
|
|
42
|
+
url: "https://github.com/CopilotKit/CopilotKit.git"
|
|
43
|
+
},
|
|
39
44
|
publishConfig: {
|
|
40
45
|
access: "public"
|
|
41
46
|
},
|
|
42
|
-
version: "1.0.
|
|
47
|
+
version: "1.0.3",
|
|
43
48
|
sideEffects: false,
|
|
44
49
|
main: "./dist/index.js",
|
|
45
50
|
module: "./dist/index.mjs",
|
|
@@ -96,7 +101,19 @@ var require_package = __commonJS({
|
|
|
96
101
|
tiktoken: "^1.0.15",
|
|
97
102
|
"type-graphql": "2.0.0-rc.1",
|
|
98
103
|
zod: "^3.23.3"
|
|
99
|
-
}
|
|
104
|
+
},
|
|
105
|
+
keywords: [
|
|
106
|
+
"copilotkit",
|
|
107
|
+
"copilot",
|
|
108
|
+
"react",
|
|
109
|
+
"nextjs",
|
|
110
|
+
"nodejs",
|
|
111
|
+
"ai",
|
|
112
|
+
"assistant",
|
|
113
|
+
"javascript",
|
|
114
|
+
"automation",
|
|
115
|
+
"textarea"
|
|
116
|
+
]
|
|
100
117
|
};
|
|
101
118
|
}
|
|
102
119
|
});
|