@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.
Files changed (32) hide show
  1. package/.turbo/turbo-build.log +47 -47
  2. package/CHANGELOG.md +16 -0
  3. package/README.md +51 -0
  4. package/dist/{chunk-6XZWOLGW.mjs → chunk-3SJCLGQE.mjs} +2 -2
  5. package/dist/{chunk-KGAIP3CM.mjs → chunk-GTYL57UF.mjs} +2 -2
  6. package/dist/{chunk-DUOHR7CZ.mjs → chunk-L2HCON4L.mjs} +2 -2
  7. package/dist/{chunk-DKW4RJWD.mjs → chunk-TTT54UED.mjs} +2 -2
  8. package/dist/{chunk-DETRX7DD.mjs → chunk-VIQZS4W6.mjs} +20 -3
  9. package/dist/{chunk-DETRX7DD.mjs.map → chunk-VIQZS4W6.mjs.map} +1 -1
  10. package/dist/index.js +19 -2
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +5 -5
  13. package/dist/lib/index.js +19 -2
  14. package/dist/lib/index.js.map +1 -1
  15. package/dist/lib/index.mjs +5 -5
  16. package/dist/lib/integrations/index.js +19 -2
  17. package/dist/lib/integrations/index.js.map +1 -1
  18. package/dist/lib/integrations/index.mjs +4 -4
  19. package/dist/lib/integrations/nest/index.js +19 -2
  20. package/dist/lib/integrations/nest/index.js.map +1 -1
  21. package/dist/lib/integrations/nest/index.mjs +2 -2
  22. package/dist/lib/integrations/node-express/index.js +19 -2
  23. package/dist/lib/integrations/node-express/index.js.map +1 -1
  24. package/dist/lib/integrations/node-express/index.mjs +2 -2
  25. package/dist/lib/integrations/node-http/index.js +19 -2
  26. package/dist/lib/integrations/node-http/index.js.map +1 -1
  27. package/dist/lib/integrations/node-http/index.mjs +1 -1
  28. package/package.json +19 -2
  29. /package/dist/{chunk-6XZWOLGW.mjs.map → chunk-3SJCLGQE.mjs.map} +0 -0
  30. /package/dist/{chunk-KGAIP3CM.mjs.map → chunk-GTYL57UF.mjs.map} +0 -0
  31. /package/dist/{chunk-DUOHR7CZ.mjs.map → chunk-L2HCON4L.mjs.map} +0 -0
  32. /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-DUOHR7CZ.mjs";
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-6XZWOLGW.mjs";
15
+ } from "./chunk-3SJCLGQE.mjs";
16
16
  import {
17
17
  copilotRuntimeNestEndpoint
18
- } from "./chunk-KGAIP3CM.mjs";
18
+ } from "./chunk-GTYL57UF.mjs";
19
19
  import {
20
20
  copilotRuntimeNodeExpressEndpoint
21
- } from "./chunk-DKW4RJWD.mjs";
21
+ } from "./chunk-TTT54UED.mjs";
22
22
  import {
23
23
  buildSchema,
24
24
  copilotRuntimeNodeHttpEndpoint,
25
25
  createContext,
26
26
  getCommonConfig
27
- } from "./chunk-DETRX7DD.mjs";
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.1",
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
  });