@copilotkit/runtime 1.4.0-pre-1-4-0.14 → 1.4.0

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 +68 -150
  2. package/dist/{chunk-NFMXFL2C.mjs → chunk-6B4PG66A.mjs} +2 -2
  3. package/dist/{chunk-X4FFTYTH.mjs → chunk-OUQMGVUK.mjs} +3 -3
  4. package/dist/chunk-OUQMGVUK.mjs.map +1 -0
  5. package/dist/{chunk-6H45CJUK.mjs → chunk-RI2I744Y.mjs} +2 -2
  6. package/dist/{chunk-N4ROMSZN.mjs → chunk-RKI5NCKX.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-X4FFTYTH.mjs.map +0 -1
  42. /package/dist/{chunk-NFMXFL2C.mjs.map → chunk-6B4PG66A.mjs.map} +0 -0
  43. /package/dist/{chunk-6H45CJUK.mjs.map → chunk-RI2I744Y.mjs.map} +0 -0
  44. /package/dist/{chunk-N4ROMSZN.mjs.map → chunk-RKI5NCKX.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,177 +1,95 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 1.4.0-pre-1-4-0.14
3
+ ## 1.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - lgc & lgjs alpha release
7
+ CopilotKit Core:
8
8
 
9
- ### Patch Changes
10
-
11
- - a5efccd: Revert rxjs changes
12
- - Updated dependencies [a5efccd]
13
- - Updated dependencies
14
- - @copilotkit/shared@1.4.0-pre-1-4-0.14
15
-
16
- ## 1.4.0-pre-1-4-0.13
17
-
18
- ### Minor Changes
19
-
20
- - lgc & lgjs alpha
21
-
22
- ### Patch Changes
9
+ - Improved error messages and overall logs
10
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
11
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
12
+ - Added Azure OpenAI integration
13
+ - Updated interfaces for better developer ergonomics
23
14
 
24
- - Updated dependencies
25
- - @copilotkit/shared@1.4.0-pre-1-4-0.13
15
+ CoAgents:
26
16
 
27
- ## 1.4.0-pre-1-4-0.12
17
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
18
+ - Support for LangGraph Platform in Remote Endpoints
19
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
20
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
21
+ - Enhanced state management and message handling
28
22
 
29
- ### Minor Changes
23
+ CopilotKid Back-end SDK:
30
24
 
31
- - c6b489d: LangGraph Platform and LangGraph JS support
32
- - 7cc6cc8: LangGraph Cloud and LangGraphJS alpha release
33
- - prerelease lgc and lgjs
34
- - Add LangGraph Platform and LangGraph JS support
35
- - b318b18: Add LangGraph Cloud support
25
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
36
26
 
37
27
  ### Patch Changes
38
28
 
39
- - 9ea9db1: update tsup config
40
- - d52c1f9: update entry
41
- - e71d469: export langchain module
29
+ - f6fab28: update tsup config
30
+ - f6fab28: update entry
31
+ - f6fab28: export langchain module
42
32
  - 8a77944: Improve LangSmith support
43
- - 3caa5d5: Ensure intermediate state config is sent as snake case
44
- - cf3a787: update entry in tsup config
33
+ - f6fab28: Ensure intermediate state config is sent as snake case
34
+ - f6fab28: update entry in tsup config
45
35
  - 8a77944: Ensure the last message is sent to LangSmith
46
- - 264a693: update entry
47
- - dd99f00: Update exports
48
- - a28fb90: Update exports
36
+ - a5efccd: Revert rxjs changes
37
+ - f6fab28: update entry
38
+ - f6fab28: Update exports
39
+ - f6fab28: Update exports
49
40
  - 332d744: Add support for Azure OpenAI
50
- - 1f8032e: Export LangGraph functions
51
- - c3576f6: Update lockfile
52
- - Updated dependencies [9ea9db1]
53
- - Updated dependencies [d52c1f9]
54
- - Updated dependencies [c6b489d]
55
- - Updated dependencies [7cc6cc8]
56
- - Updated dependencies [e71d469]
57
- - Updated dependencies [8a77944]
58
- - Updated dependencies [3caa5d5]
59
- - Updated dependencies [cf3a787]
60
- - Updated dependencies
41
+ - f6fab28: Export LangGraph functions
42
+ - f6fab28: Update lockfile
43
+ - Updated dependencies [f6fab28]
44
+ - Updated dependencies [f6fab28]
61
45
  - Updated dependencies
46
+ - Updated dependencies [f6fab28]
47
+ - Updated dependencies [8a77944]
48
+ - Updated dependencies [f6fab28]
49
+ - Updated dependencies [f6fab28]
62
50
  - Updated dependencies [8a77944]
63
- - Updated dependencies [264a693]
64
- - Updated dependencies [dd99f00]
65
- - Updated dependencies [a28fb90]
51
+ - Updated dependencies [a5efccd]
52
+ - Updated dependencies [f6fab28]
53
+ - Updated dependencies [f6fab28]
54
+ - Updated dependencies [f6fab28]
66
55
  - Updated dependencies [332d744]
67
- - Updated dependencies [b318b18]
68
- - Updated dependencies [1f8032e]
69
- - Updated dependencies [c3576f6]
70
- - @copilotkit/shared@1.4.0-pre-1-4-0.12
71
-
72
- ## 1.4.0-pre-1-4-0.11
56
+ - Updated dependencies [f6fab28]
57
+ - Updated dependencies [f6fab28]
58
+ - @copilotkit/shared@1.4.0
73
59
 
74
- ### Minor Changes
75
-
76
- - LangGraph Platform and LangGraph JS support
60
+ ## 1.3.16-mme-revert-rxjs-changes.10
77
61
 
78
62
  ### Patch Changes
79
63
 
64
+ - f6fab28: update tsup config
65
+ - f6fab28: update entry
66
+ - f6fab28: export langchain module
67
+ - 8a77944: Improve LangSmith support
68
+ - f6fab28: Ensure intermediate state config is sent as snake case
69
+ - f6fab28: update entry in tsup config
70
+ - 8a77944: Ensure the last message is sent to LangSmith
71
+ - Revert rxjs changes
72
+ - f6fab28: update entry
73
+ - f6fab28: Update exports
74
+ - f6fab28: Update exports
75
+ - 332d744: Add support for Azure OpenAI
76
+ - f6fab28: Export LangGraph functions
77
+ - f6fab28: Update lockfile
78
+ - Updated dependencies [f6fab28]
79
+ - Updated dependencies [f6fab28]
80
+ - Updated dependencies [f6fab28]
81
+ - Updated dependencies [8a77944]
82
+ - Updated dependencies [f6fab28]
83
+ - Updated dependencies [f6fab28]
84
+ - Updated dependencies [8a77944]
80
85
  - Updated dependencies
81
- - @copilotkit/shared@1.4.0-pre-1-4-0.11
82
-
83
- ## 1.4.0-pre-1-4-0.10
84
-
85
- ### Minor Changes
86
-
87
- - LangGraph Cloud and LangGraphJS alpha release
88
- - b318b18: Add LangGraph Cloud support
89
-
90
- ### Patch Changes
91
-
92
- - Updated dependencies
93
- - Updated dependencies [b318b18]
94
- - @copilotkit/shared@1.4.0-pre-1-4-0.10
95
-
96
- ## 1.3.16-mme-lgc-langgraph-package.9
97
-
98
- ### Patch Changes
99
-
100
- - update entry
101
- - Updated dependencies
102
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.9
103
-
104
- ## 1.3.16-mme-lgc-langgraph-package.8
105
-
106
- ### Patch Changes
107
-
108
- - update entry
109
- - Updated dependencies
110
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.8
111
-
112
- ## 1.3.16-mme-lgc-langgraph-package.7
113
-
114
- ### Patch Changes
115
-
116
- - update entry in tsup config
117
- - Updated dependencies
118
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.7
119
-
120
- ## 1.3.16-mme-lgc-langgraph-package.6
121
-
122
- ### Patch Changes
123
-
124
- - Update exports
125
- - Updated dependencies
126
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.6
127
-
128
- ## 1.3.16-mme-lgc-langgraph-package.5
129
-
130
- ### Patch Changes
131
-
132
- - update tsup config
133
- - Updated dependencies
134
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.5
135
-
136
- ## 1.3.16-mme-lgc-langgraph-package.4
137
-
138
- ### Patch Changes
139
-
140
- - Update exports
141
- - Updated dependencies
142
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.4
143
-
144
- ## 1.3.16-mme-lgc-langgraph-package.3
145
-
146
- ### Patch Changes
147
-
148
- - export langchain module
149
- - Updated dependencies
150
- - @copilotkit/shared@1.3.16-mme-lgc-langgraph-package.3
151
-
152
- ## 1.3.16-mme-sdk-js.2
153
-
154
- ### Patch Changes
155
-
156
- - Ensure intermediate state config is sent as snake case
157
- - Updated dependencies
158
- - @copilotkit/shared@1.3.16-mme-sdk-js.2
159
-
160
- ## 1.3.16-mme-sdk-js.1
161
-
162
- ### Patch Changes
163
-
164
- - Update lockfile
165
- - Updated dependencies
166
- - @copilotkit/shared@1.3.16-mme-sdk-js.1
167
-
168
- ## 1.3.16-mme-sdk-js.0
169
-
170
- ### Patch Changes
171
-
172
- - Export LangGraph functions
173
- - Updated dependencies
174
- - @copilotkit/shared@1.3.16-mme-sdk-js.0
86
+ - Updated dependencies [f6fab28]
87
+ - Updated dependencies [f6fab28]
88
+ - Updated dependencies [f6fab28]
89
+ - Updated dependencies [332d744]
90
+ - Updated dependencies [f6fab28]
91
+ - Updated dependencies [f6fab28]
92
+ - @copilotkit/shared@1.3.16-mme-revert-rxjs-changes.10
175
93
 
176
94
  ## 1.3.15
177
95
 
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-X4FFTYTH.mjs";
5
+ } from "./chunk-OUQMGVUK.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-NFMXFL2C.mjs.map
25
+ //# sourceMappingURL=chunk-6B4PG66A.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.4.0-pre-1-4-0.14",
40
+ version: "1.4.0",
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-X4FFTYTH.mjs.map
3127
+ //# sourceMappingURL=chunk-OUQMGVUK.mjs.map