@copilotkit/runtime 1.9.2-next.23 → 1.9.2-next.25

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 (43) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/{chunk-ZQUGWRVU.mjs → chunk-3JXN25PL.mjs} +2 -2
  3. package/dist/{chunk-LYXJJDV3.mjs → chunk-BNLL5CH2.mjs} +2 -2
  4. package/dist/{chunk-C6PCDSTD.mjs → chunk-DOXGUQKL.mjs} +2 -2
  5. package/dist/{chunk-HZW6X63M.mjs → chunk-GJWXNXSA.mjs} +2 -2
  6. package/dist/{chunk-FIA5HRU2.mjs → chunk-YKYBGYYL.mjs} +81 -35
  7. package/dist/chunk-YKYBGYYL.mjs.map +1 -0
  8. package/dist/{groq-adapter-098f97f6.d.ts → groq-adapter-742818f2.d.ts} +1 -1
  9. package/dist/index.d.ts +3 -3
  10. package/dist/index.js +80 -34
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +5 -5
  13. package/dist/{langserve-fc5cac89.d.ts → langserve-3e8d0e06.d.ts} +6 -0
  14. package/dist/lib/index.d.ts +155 -5
  15. package/dist/lib/index.js +80 -34
  16. package/dist/lib/index.js.map +1 -1
  17. package/dist/lib/index.mjs +5 -5
  18. package/dist/lib/integrations/index.d.ts +3 -3
  19. package/dist/lib/integrations/index.js +10 -10
  20. package/dist/lib/integrations/index.js.map +1 -1
  21. package/dist/lib/integrations/index.mjs +4 -4
  22. package/dist/lib/integrations/nest/index.d.ts +2 -2
  23. package/dist/lib/integrations/nest/index.js +10 -10
  24. package/dist/lib/integrations/nest/index.js.map +1 -1
  25. package/dist/lib/integrations/nest/index.mjs +2 -2
  26. package/dist/lib/integrations/node-express/index.d.ts +2 -2
  27. package/dist/lib/integrations/node-express/index.js +10 -10
  28. package/dist/lib/integrations/node-express/index.js.map +1 -1
  29. package/dist/lib/integrations/node-express/index.mjs +2 -2
  30. package/dist/lib/integrations/node-http/index.d.ts +2 -2
  31. package/dist/lib/integrations/node-http/index.js +10 -10
  32. package/dist/lib/integrations/node-http/index.js.map +1 -1
  33. package/dist/lib/integrations/node-http/index.mjs +1 -1
  34. package/dist/service-adapters/index.d.ts +4 -4
  35. package/dist/{shared-6b6dbf8b.d.ts → shared-96b46379.d.ts} +1 -1
  36. package/package.json +11 -11
  37. package/src/lib/runtime/copilot-runtime.ts +32 -19
  38. package/src/service-adapters/events.ts +40 -1
  39. package/dist/chunk-FIA5HRU2.mjs.map +0 -1
  40. /package/dist/{chunk-ZQUGWRVU.mjs.map → chunk-3JXN25PL.mjs.map} +0 -0
  41. /package/dist/{chunk-LYXJJDV3.mjs.map → chunk-BNLL5CH2.mjs.map} +0 -0
  42. /package/dist/{chunk-C6PCDSTD.mjs.map → chunk-DOXGUQKL.mjs.map} +0 -0
  43. /package/dist/{chunk-HZW6X63M.mjs.map → chunk-GJWXNXSA.mjs.map} +0 -0
@@ -2,20 +2,20 @@ import {
2
2
  config,
3
3
  copilotRuntimeNextJSAppRouterEndpoint,
4
4
  copilotRuntimeNextJSPagesRouterEndpoint
5
- } from "../../chunk-HZW6X63M.mjs";
5
+ } from "../../chunk-GJWXNXSA.mjs";
6
6
  import {
7
7
  copilotRuntimeNestEndpoint
8
- } from "../../chunk-LYXJJDV3.mjs";
8
+ } from "../../chunk-BNLL5CH2.mjs";
9
9
  import {
10
10
  copilotRuntimeNodeExpressEndpoint
11
- } from "../../chunk-ZQUGWRVU.mjs";
11
+ } from "../../chunk-3JXN25PL.mjs";
12
12
  import {
13
13
  addCustomHeaderPlugin,
14
14
  buildSchema,
15
15
  copilotRuntimeNodeHttpEndpoint,
16
16
  createContext,
17
17
  getCommonConfig
18
- } from "../../chunk-FIA5HRU2.mjs";
18
+ } from "../../chunk-YKYBGYYL.mjs";
19
19
  import "../../chunk-SHBDMA63.mjs";
20
20
  import "../../chunk-QLLV2QVK.mjs";
21
21
  import "../../chunk-XWBDEXDA.mjs";
@@ -1,9 +1,9 @@
1
1
  import * as graphql_yoga from 'graphql-yoga';
2
- import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../shared-6b6dbf8b.js';
2
+ import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../shared-96b46379.js';
3
3
  import 'graphql';
4
4
  import 'pino';
5
5
  import '@copilotkit/shared';
6
- import '../../../langserve-fc5cac89.js';
6
+ import '../../../langserve-3e8d0e06.js';
7
7
  import '../../../index-d4614f9b.js';
8
8
  import '../../../graphql/types/base/index.js';
9
9
  import 'rxjs';
@@ -44,7 +44,7 @@ var require_package = __commonJS({
44
44
  publishConfig: {
45
45
  access: "public"
46
46
  },
47
- version: "1.9.2-next.23",
47
+ version: "1.9.2-next.25",
48
48
  sideEffects: false,
49
49
  main: "./dist/index.js",
50
50
  module: "./dist/index.mjs",
@@ -82,11 +82,11 @@ var require_package = __commonJS({
82
82
  "zod-to-json-schema": "^3.23.5"
83
83
  },
84
84
  dependencies: {
85
- "@ag-ui/client": "0.0.28",
86
- "@ag-ui/core": "0.0.28",
87
- "@ag-ui/encoder": "0.0.28",
88
- "@ag-ui/langgraph": "0.0.4",
89
- "@ag-ui/proto": "0.0.28",
85
+ "@ag-ui/client": "0.0.34",
86
+ "@ag-ui/core": "0.0.34",
87
+ "@ag-ui/encoder": "0.0.34",
88
+ "@ag-ui/langgraph": "0.0.6",
89
+ "@ag-ui/proto": "0.0.34",
90
90
  "@anthropic-ai/sdk": "^0.27.3",
91
91
  "@copilotkit/shared": "workspace:*",
92
92
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
@@ -114,10 +114,10 @@ var require_package = __commonJS({
114
114
  zod: "^3.23.3"
115
115
  },
116
116
  peerDependencies: {
117
- "@ag-ui/client": ">=0.0.28",
118
- "@ag-ui/core": ">=0.0.28",
119
- "@ag-ui/encoder": ">=0.0.28",
120
- "@ag-ui/proto": ">=0.0.28"
117
+ "@ag-ui/client": ">=0.0.34",
118
+ "@ag-ui/core": ">=0.0.34",
119
+ "@ag-ui/encoder": ">=0.0.34",
120
+ "@ag-ui/proto": ">=0.0.34"
121
121
  },
122
122
  keywords: [
123
123
  "copilotkit",