@copilotkit/runtime 1.3.16-mme-reset-chat.11 → 1.4.0-alpha.18

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 (44) hide show
  1. package/CHANGELOG.md +193 -33
  2. package/dist/{chunk-NJH4ZBXT.mjs → chunk-B4PWAECI.mjs} +2 -2
  3. package/dist/{chunk-T2MGJXW2.mjs → chunk-JNWS43QY.mjs} +2 -2
  4. package/dist/{chunk-YILXJQFD.mjs → chunk-LQJU65H3.mjs} +3 -3
  5. package/dist/chunk-LQJU65H3.mjs.map +1 -0
  6. package/dist/{chunk-XR3QOJ47.mjs → chunk-UM7TMFJK.mjs} +2 -2
  7. package/dist/{chunk-WHJ3DAYL.mjs → chunk-ZOC3UIQP.mjs} +1 -1
  8. package/dist/chunk-ZOC3UIQP.mjs.map +1 -0
  9. package/dist/{groq-adapter-2f8fd767.d.ts → groq-adapter-b6c2b7ec.d.ts} +5 -15
  10. package/dist/index.d.ts +1 -1
  11. package/dist/index.js +1 -1
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.mjs +5 -5
  14. package/dist/lib/index.d.ts +1 -1
  15. package/dist/lib/index.js +1 -1
  16. package/dist/lib/index.js.map +1 -1
  17. package/dist/lib/index.mjs +5 -5
  18. package/dist/lib/integrations/index.js +1 -1
  19. package/dist/lib/integrations/index.js.map +1 -1
  20. package/dist/lib/integrations/index.mjs +5 -5
  21. package/dist/lib/integrations/nest/index.js +1 -1
  22. package/dist/lib/integrations/nest/index.js.map +1 -1
  23. package/dist/lib/integrations/nest/index.mjs +3 -3
  24. package/dist/lib/integrations/node-express/index.js +1 -1
  25. package/dist/lib/integrations/node-express/index.js.map +1 -1
  26. package/dist/lib/integrations/node-express/index.mjs +3 -3
  27. package/dist/lib/integrations/node-http/index.js +1 -1
  28. package/dist/lib/integrations/node-http/index.js.map +1 -1
  29. package/dist/lib/integrations/node-http/index.mjs +2 -2
  30. package/dist/service-adapters/index.d.ts +2 -4
  31. package/dist/service-adapters/index.js.map +1 -1
  32. package/dist/service-adapters/index.mjs +1 -1
  33. package/package.json +4 -4
  34. package/src/service-adapters/anthropic/anthropic-adapter.ts +1 -3
  35. package/src/service-adapters/google/google-genai-adapter.ts +1 -3
  36. package/src/service-adapters/groq/groq-adapter.ts +1 -3
  37. package/src/service-adapters/langchain/langchain-adapter.ts +1 -3
  38. package/src/service-adapters/openai/openai-adapter.ts +2 -6
  39. package/src/service-adapters/openai/openai-assistant-adapter.ts +1 -3
  40. package/dist/chunk-WHJ3DAYL.mjs.map +0 -1
  41. package/dist/chunk-YILXJQFD.mjs.map +0 -1
  42. /package/dist/{chunk-NJH4ZBXT.mjs.map → chunk-B4PWAECI.mjs.map} +0 -0
  43. /package/dist/{chunk-T2MGJXW2.mjs.map → chunk-JNWS43QY.mjs.map} +0 -0
  44. /package/dist/{chunk-XR3QOJ47.mjs.map → chunk-UM7TMFJK.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,52 +1,212 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 1.3.16-mme-reset-chat.11
3
+ ## 1.4.0-alpha.18
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 164ce73: Add reset and threadId to useCopilotChat
8
- - f3ce10a: Add custom stop/reload
9
- - Merge main
10
- - c7df09a: Move threadId to context
11
- - Updated dependencies [164ce73]
12
- - Updated dependencies [f3ce10a]
7
+ - test prerelase
13
8
  - Updated dependencies
14
- - Updated dependencies [c7df09a]
15
- - @copilotkit/shared@1.3.16-mme-reset-chat.11
9
+ - @copilotkit/shared@1.4.0-alpha.18
16
10
 
17
- ## 1.3.16-mme-revert-rxjs-changes.10
11
+ ## 1.4.0-pre.17
18
12
 
19
13
  ### Patch Changes
20
14
 
21
- - f6fab28: update tsup config
22
- - f6fab28: update entry
23
- - f6fab28: export langchain module
15
+ - Fix versioning prereleases
16
+ - Updated dependencies
17
+ - @copilotkit/shared@1.4.0-pre.17
18
+
19
+ ## 1.4.0-pre.16
20
+
21
+ ### Minor Changes
22
+
23
+ - lgc and lgjs alpha
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @copilotkit/shared@1.4.0-pre.16
29
+
30
+ ## 1.4.0-pre.15
31
+
32
+ ### Patch Changes
33
+
34
+ - No changes
35
+ - Updated dependencies
36
+ - @copilotkit/shared@1.4.0-pre.15
37
+
38
+ ## 1.4.0-pre-1-4-0.14
39
+
40
+ ### Minor Changes
41
+
42
+ - lgc & lgjs alpha release
43
+
44
+ ### Patch Changes
45
+
46
+ - a5efccd: Revert rxjs changes
47
+ - Updated dependencies [a5efccd]
48
+ - Updated dependencies
49
+ - @copilotkit/shared@1.4.0-pre-1-4-0.14
50
+
51
+ ## 1.4.0-pre-1-4-0.13
52
+
53
+ ### Minor Changes
54
+
55
+ - lgc & lgjs alpha
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies
60
+ - @copilotkit/shared@1.4.0-pre-1-4-0.13
61
+
62
+ ## 1.4.0-pre-1-4-0.12
63
+
64
+ ### Minor Changes
65
+
66
+ - c6b489d: LangGraph Platform and LangGraph JS support
67
+ - 7cc6cc8: LangGraph Cloud and LangGraphJS alpha release
68
+ - prerelease lgc and lgjs
69
+ - Add LangGraph Platform and LangGraph JS support
70
+ - b318b18: Add LangGraph Cloud support
71
+
72
+ ### Patch Changes
73
+
74
+ - 9ea9db1: update tsup config
75
+ - d52c1f9: update entry
76
+ - e71d469: export langchain module
24
77
  - 8a77944: Improve LangSmith support
25
- - f6fab28: Ensure intermediate state config is sent as snake case
26
- - f6fab28: update entry in tsup config
78
+ - 3caa5d5: Ensure intermediate state config is sent as snake case
79
+ - cf3a787: update entry in tsup config
27
80
  - 8a77944: Ensure the last message is sent to LangSmith
28
- - Revert rxjs changes
29
- - f6fab28: update entry
30
- - f6fab28: Update exports
31
- - f6fab28: Update exports
81
+ - 264a693: update entry
82
+ - dd99f00: Update exports
83
+ - a28fb90: Update exports
32
84
  - 332d744: Add support for Azure OpenAI
33
- - f6fab28: Export LangGraph functions
34
- - f6fab28: Update lockfile
35
- - Updated dependencies [f6fab28]
36
- - Updated dependencies [f6fab28]
37
- - Updated dependencies [f6fab28]
38
- - Updated dependencies [8a77944]
39
- - Updated dependencies [f6fab28]
40
- - Updated dependencies [f6fab28]
85
+ - 1f8032e: Export LangGraph functions
86
+ - c3576f6: Update lockfile
87
+ - Updated dependencies [9ea9db1]
88
+ - Updated dependencies [d52c1f9]
89
+ - Updated dependencies [c6b489d]
90
+ - Updated dependencies [7cc6cc8]
91
+ - Updated dependencies [e71d469]
41
92
  - Updated dependencies [8a77944]
93
+ - Updated dependencies [3caa5d5]
94
+ - Updated dependencies [cf3a787]
95
+ - Updated dependencies
42
96
  - Updated dependencies
43
- - Updated dependencies [f6fab28]
44
- - Updated dependencies [f6fab28]
45
- - Updated dependencies [f6fab28]
97
+ - Updated dependencies [8a77944]
98
+ - Updated dependencies [264a693]
99
+ - Updated dependencies [dd99f00]
100
+ - Updated dependencies [a28fb90]
46
101
  - Updated dependencies [332d744]
47
- - Updated dependencies [f6fab28]
48
- - Updated dependencies [f6fab28]
49
- - @copilotkit/shared@1.3.16-mme-revert-rxjs-changes.10
102
+ - Updated dependencies [b318b18]
103
+ - Updated dependencies [1f8032e]
104
+ - Updated dependencies [c3576f6]
105
+ - @copilotkit/shared@1.4.0-pre-1-4-0.12
106
+
107
+ ## 1.4.0-pre-1-4-0.11
108
+
109
+ ### Minor Changes
110
+
111
+ - LangGraph Platform and LangGraph JS support
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies
116
+ - @copilotkit/shared@1.4.0-pre-1-4-0.11
117
+
118
+ ## 1.4.0-pre-1-4-0.10
119
+
120
+ ### Minor Changes
121
+
122
+ - LangGraph Cloud and LangGraphJS alpha release
123
+ - b318b18: Add LangGraph Cloud support
124
+
125
+ ### Patch Changes
126
+
127
+ - Updated dependencies
128
+ - Updated dependencies [b318b18]
129
+ - @copilotkit/shared@1.4.0-pre-1-4-0.10
130
+
131
+ ## 1.3.16-mme-lgc-langgraph-package.9
132
+
133
+ ### Patch Changes
134
+
135
+ - update entry
136
+ - Updated dependencies
137
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.9
138
+
139
+ ## 1.3.16-mme-lgc-langgraph-package.8
140
+
141
+ ### Patch Changes
142
+
143
+ - update entry
144
+ - Updated dependencies
145
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.8
146
+
147
+ ## 1.3.16-mme-lgc-langgraph-package.7
148
+
149
+ ### Patch Changes
150
+
151
+ - update entry in tsup config
152
+ - Updated dependencies
153
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.7
154
+
155
+ ## 1.3.16-mme-lgc-langgraph-package.6
156
+
157
+ ### Patch Changes
158
+
159
+ - Update exports
160
+ - Updated dependencies
161
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.6
162
+
163
+ ## 1.3.16-mme-lgc-langgraph-package.5
164
+
165
+ ### Patch Changes
166
+
167
+ - update tsup config
168
+ - Updated dependencies
169
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.5
170
+
171
+ ## 1.3.16-mme-lgc-langgraph-package.4
172
+
173
+ ### Patch Changes
174
+
175
+ - Update exports
176
+ - Updated dependencies
177
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.4
178
+
179
+ ## 1.3.16-mme-lgc-langgraph-package.3
180
+
181
+ ### Patch Changes
182
+
183
+ - export langchain module
184
+ - Updated dependencies
185
+ - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.3
186
+
187
+ ## 1.3.16-mme-sdk-js.2
188
+
189
+ ### Patch Changes
190
+
191
+ - Ensure intermediate state config is sent as snake case
192
+ - Updated dependencies
193
+ - @copilotkit/shared@1.3.16-mme-sdk-js.2
194
+
195
+ ## 1.3.16-mme-sdk-js.1
196
+
197
+ ### Patch Changes
198
+
199
+ - Update lockfile
200
+ - Updated dependencies
201
+ - @copilotkit/shared@1.3.16-mme-sdk-js.1
202
+
203
+ ## 1.3.16-mme-sdk-js.0
204
+
205
+ ### Patch Changes
206
+
207
+ - Export LangGraph functions
208
+ - Updated dependencies
209
+ - @copilotkit/shared@1.3.16-mme-sdk-js.0
50
210
 
51
211
  ## 1.3.15
52
212
 
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-YILXJQFD.mjs";
5
+ } from "./chunk-LQJU65H3.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-44O2JGUY.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
22
22
  export {
23
23
  copilotRuntimeNodeExpressEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-NJH4ZBXT.mjs.map
25
+ //# sourceMappingURL=chunk-B4PWAECI.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-YILXJQFD.mjs";
5
+ } from "./chunk-LQJU65H3.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-44O2JGUY.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
22
22
  export {
23
23
  copilotRuntimeNestEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-T2MGJXW2.mjs.map
25
+ //# sourceMappingURL=chunk-JNWS43QY.mjs.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  RemoteChain,
3
3
  streamLangChainResponse
4
- } from "./chunk-WHJ3DAYL.mjs";
4
+ } from "./chunk-ZOC3UIQP.mjs";
5
5
  import {
6
6
  GuardrailsValidationFailureResponse,
7
7
  MessageStreamInterruptedResponse,
@@ -37,7 +37,7 @@ var require_package = __commonJS({
37
37
  publishConfig: {
38
38
  access: "public"
39
39
  },
40
- version: "1.3.16-mme-reset-chat.11",
40
+ version: "1.4.0-alpha.18",
41
41
  sideEffects: false,
42
42
  main: "./dist/index.js",
43
43
  module: "./dist/index.mjs",
@@ -3124,4 +3124,4 @@ export {
3124
3124
  getCommonConfig,
3125
3125
  copilotRuntimeNodeHttpEndpoint
3126
3126
  };
3127
- //# sourceMappingURL=chunk-YILXJQFD.mjs.map
3127
+ //# sourceMappingURL=chunk-LQJU65H3.mjs.map