@copilotkit/react-core 0.0.0-max-runner-auth-20251229215815 → 0.0.0-max-changeset-20260109043537
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/CHANGELOG.md +14 -31
- package/LICENSE +21 -0
- package/dist/{chunk-HE22TZMF.mjs → chunk-7HI6VLJJ.mjs} +4 -4
- package/dist/{chunk-4RRMC7L2.mjs → chunk-BTZ3TJVX.mjs} +4 -4
- package/dist/{chunk-YTQHRJUA.mjs → chunk-IUNU4CUG.mjs} +4 -4
- package/dist/{chunk-4YZA2BZC.mjs → chunk-JZN7YOPM.mjs} +13 -13
- package/dist/{chunk-3V5TOYKW.mjs → chunk-NKIX6SEN.mjs} +2 -2
- package/dist/{chunk-LHERIF3L.mjs → chunk-SNON4QA6.mjs} +4 -4
- package/dist/components/copilot-provider/copilot-messages.mjs +2 -2
- package/dist/components/copilot-provider/copilotkit.mjs +7 -7
- package/dist/components/copilot-provider/index.mjs +7 -7
- package/dist/components/error-boundary/error-boundary.mjs +2 -2
- package/dist/components/index.mjs +7 -7
- package/dist/context/index.mjs +5 -5
- package/dist/hooks/index.mjs +7 -7
- package/dist/hooks/use-coagent-state-render-bridge.mjs +1 -1
- package/dist/hooks/use-coagent-state-render.mjs +2 -2
- package/dist/hooks/use-copilot-chat-headless_c.mjs +3 -3
- package/dist/hooks/use-copilot-chat.mjs +3 -3
- package/dist/hooks/use-copilot-chat_internal.mjs +3 -3
- package/dist/hooks/use-langgraph-interrupt-render.mjs +1 -1
- package/dist/hooks/use-langgraph-interrupt.mjs +2 -2
- package/dist/index.mjs +32 -32
- package/dist/lib/copilot-task.mjs +8 -8
- package/dist/lib/index.mjs +8 -8
- package/package.json +12 -8
- /package/dist/{chunk-HE22TZMF.mjs.map → chunk-7HI6VLJJ.mjs.map} +0 -0
- /package/dist/{chunk-4RRMC7L2.mjs.map → chunk-BTZ3TJVX.mjs.map} +0 -0
- /package/dist/{chunk-YTQHRJUA.mjs.map → chunk-IUNU4CUG.mjs.map} +0 -0
- /package/dist/{chunk-4YZA2BZC.mjs.map → chunk-JZN7YOPM.mjs.map} +0 -0
- /package/dist/{chunk-3V5TOYKW.mjs.map → chunk-NKIX6SEN.mjs.map} +0 -0
- /package/dist/{chunk-LHERIF3L.mjs.map → chunk-SNON4QA6.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-max-
|
|
3
|
+
## 0.0.0-max-changeset-20260109043537
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @copilotkit/runtime-client-gql@0.0.0-max-
|
|
10
|
-
- @copilotkit/shared@0.0.0-max-
|
|
7
|
+
- 9e8c5a7: Update versioning strategy
|
|
8
|
+
- Updated dependencies [9e8c5a7]
|
|
9
|
+
- @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109043537
|
|
10
|
+
- @copilotkit/shared@0.0.0-max-changeset-20260109043537
|
|
11
|
+
- @copilotkitnext/react@0.0.0-max-changeset-20260109043537
|
|
12
|
+
- @copilotkitnext/core@0.0.0-max-changeset-20260109043537
|
|
13
|
+
|
|
14
|
+
## 1.50.2-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- @copilotkit/runtime-client-gql@1.50.2-next.0
|
|
19
|
+
- @copilotkit/shared@1.50.2-next.0
|
|
11
20
|
|
|
12
21
|
## 1.50.1
|
|
13
22
|
|
|
@@ -614,14 +623,12 @@
|
|
|
614
623
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
615
624
|
|
|
616
625
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
617
|
-
|
|
618
626
|
- Generative UI
|
|
619
627
|
- Suggestions
|
|
620
628
|
- Agentic Generative UI
|
|
621
629
|
- Interrupts
|
|
622
630
|
|
|
623
631
|
In addition, a variety of QOL changes have been made.
|
|
624
|
-
|
|
625
632
|
- New AG-UI based message types
|
|
626
633
|
- Inline code rendering is fixed
|
|
627
634
|
|
|
@@ -633,19 +640,15 @@
|
|
|
633
640
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
634
641
|
|
|
635
642
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
636
|
-
|
|
637
643
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
638
644
|
|
|
639
645
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
640
|
-
|
|
641
646
|
- chore: address linting issues
|
|
642
647
|
|
|
643
648
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
644
|
-
|
|
645
649
|
- chore: fixing branding and docs
|
|
646
650
|
|
|
647
651
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
648
|
-
|
|
649
652
|
- chore: more docs fixing
|
|
650
653
|
|
|
651
654
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -687,19 +690,15 @@
|
|
|
687
690
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
688
691
|
|
|
689
692
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
690
|
-
|
|
691
693
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
692
694
|
|
|
693
695
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
694
|
-
|
|
695
696
|
- chore: address linting issues
|
|
696
697
|
|
|
697
698
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
698
|
-
|
|
699
699
|
- chore: fixing branding and docs
|
|
700
700
|
|
|
701
701
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
702
|
-
|
|
703
702
|
- chore: more docs fixing
|
|
704
703
|
|
|
705
704
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -784,14 +783,12 @@
|
|
|
784
783
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
785
784
|
|
|
786
785
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
787
|
-
|
|
788
786
|
- Generative UI
|
|
789
787
|
- Suggestions
|
|
790
788
|
- Agentic Generative UI
|
|
791
789
|
- Interrupts
|
|
792
790
|
|
|
793
791
|
In addition, a variety of QOL changes have been made.
|
|
794
|
-
|
|
795
792
|
- New AG-UI based message types
|
|
796
793
|
- Inline code rendering is fixed
|
|
797
794
|
|
|
@@ -857,7 +854,6 @@
|
|
|
857
854
|
- 3f8c575: - fix: use time travel for regeneration of messages
|
|
858
855
|
- fix: use a better cutoff for regeneration request
|
|
859
856
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
860
|
-
|
|
861
857
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
862
858
|
|
|
863
859
|
- e1de032: - fix: synchronously execute renderAndWaitForResponse
|
|
@@ -950,7 +946,6 @@
|
|
|
950
946
|
works with any combination of action given much more freedom when asking for user input.
|
|
951
947
|
|
|
952
948
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
953
|
-
|
|
954
949
|
- @copilotkit/runtime-client-gql@1.9.2-next.20
|
|
955
950
|
- @copilotkit/shared@1.9.2-next.20
|
|
956
951
|
|
|
@@ -966,7 +961,6 @@
|
|
|
966
961
|
### Patch Changes
|
|
967
962
|
|
|
968
963
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
969
|
-
|
|
970
964
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
971
965
|
|
|
972
966
|
- Updated dependencies [fac89c2]
|
|
@@ -1463,11 +1457,9 @@
|
|
|
1463
1457
|
- c0d3261: - full AWP support
|
|
1464
1458
|
|
|
1465
1459
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1466
|
-
|
|
1467
1460
|
- refactor: address linter issues with the new pages
|
|
1468
1461
|
|
|
1469
1462
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1470
|
-
|
|
1471
1463
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1472
1464
|
- add sse example
|
|
1473
1465
|
- Create small-turkeys-agree.md
|
|
@@ -1493,11 +1485,9 @@
|
|
|
1493
1485
|
- c0d3261: - full AWP support
|
|
1494
1486
|
|
|
1495
1487
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1496
|
-
|
|
1497
1488
|
- refactor: address linter issues with the new pages
|
|
1498
1489
|
|
|
1499
1490
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1500
|
-
|
|
1501
1491
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1502
1492
|
- add sse example
|
|
1503
1493
|
- Create small-turkeys-agree.md
|
|
@@ -2612,7 +2602,6 @@
|
|
|
2612
2602
|
- e16d95e: New prerelease
|
|
2613
2603
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2614
2604
|
- CopilotKit Core:
|
|
2615
|
-
|
|
2616
2605
|
- Improved error messages and overall logs
|
|
2617
2606
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2618
2607
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2620,7 +2609,6 @@
|
|
|
2620
2609
|
- Updated interfaces for better developer ergonomics
|
|
2621
2610
|
|
|
2622
2611
|
CoAgents:
|
|
2623
|
-
|
|
2624
2612
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2625
2613
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2626
2614
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2628,7 +2616,6 @@
|
|
|
2628
2616
|
- Enhanced state management and message handling
|
|
2629
2617
|
|
|
2630
2618
|
CopilotKid Back-end SDK:
|
|
2631
|
-
|
|
2632
2619
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2633
2620
|
|
|
2634
2621
|
- 8d0144f: bump
|
|
@@ -3003,7 +2990,6 @@ CopilotKid Back-end SDK:
|
|
|
3003
2990
|
### Patch Changes
|
|
3004
2991
|
|
|
3005
2992
|
- inject minified css in bundle
|
|
3006
|
-
|
|
3007
2993
|
- removes the need to import `styles.css` manually
|
|
3008
2994
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3009
2995
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3154,7 +3140,6 @@ CopilotKid Back-end SDK:
|
|
|
3154
3140
|
### Major Changes
|
|
3155
3141
|
|
|
3156
3142
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3157
|
-
|
|
3158
3143
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3159
3144
|
- Support for Copilot Cloud
|
|
3160
3145
|
- Generative UI
|
|
@@ -3162,7 +3147,6 @@ CopilotKid Back-end SDK:
|
|
|
3162
3147
|
- OpenAI assistant API streaming
|
|
3163
3148
|
|
|
3164
3149
|
- V1.0 Release
|
|
3165
|
-
|
|
3166
3150
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3167
3151
|
- Support for Copilot Cloud
|
|
3168
3152
|
- Generative UI
|
|
@@ -3203,7 +3187,6 @@ CopilotKid Back-end SDK:
|
|
|
3203
3187
|
### Major Changes
|
|
3204
3188
|
|
|
3205
3189
|
- V1.0 Release Candidate
|
|
3206
|
-
|
|
3207
3190
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3208
3191
|
- Support for Copilot Cloud
|
|
3209
3192
|
- Generative UI
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Atai Barkai
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
shouldShowDevConsole
|
|
3
3
|
} from "./chunk-ICIK2BSB.mjs";
|
|
4
|
-
import {
|
|
5
|
-
useToast
|
|
6
|
-
} from "./chunk-EFL5OBKN.mjs";
|
|
7
4
|
import {
|
|
8
5
|
useCopilotContext
|
|
9
6
|
} from "./chunk-AFNWX62Q.mjs";
|
|
10
7
|
import {
|
|
11
8
|
CopilotMessagesContext
|
|
12
9
|
} from "./chunk-DMLQZG75.mjs";
|
|
10
|
+
import {
|
|
11
|
+
useToast
|
|
12
|
+
} from "./chunk-EFL5OBKN.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__async
|
|
15
15
|
} from "./chunk-SKC7AJIV.mjs";
|
|
@@ -183,4 +183,4 @@ export {
|
|
|
183
183
|
MessagesTapProvider,
|
|
184
184
|
CopilotMessages
|
|
185
185
|
};
|
|
186
|
-
//# sourceMappingURL=chunk-
|
|
186
|
+
//# sourceMappingURL=chunk-7HI6VLJJ.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useToast
|
|
3
|
-
} from "./chunk-EFL5OBKN.mjs";
|
|
4
1
|
import {
|
|
5
2
|
CopilotContext
|
|
6
3
|
} from "./chunk-AFNWX62Q.mjs";
|
|
4
|
+
import {
|
|
5
|
+
useToast
|
|
6
|
+
} from "./chunk-EFL5OBKN.mjs";
|
|
7
7
|
import {
|
|
8
8
|
__spreadProps,
|
|
9
9
|
__spreadValues
|
|
@@ -29,4 +29,4 @@ function useLangGraphInterrupt(action, dependencies) {
|
|
|
29
29
|
export {
|
|
30
30
|
useLangGraphInterrupt
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=chunk-
|
|
32
|
+
//# sourceMappingURL=chunk-BTZ3TJVX.mjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
useToast
|
|
3
|
-
} from "./chunk-EFL5OBKN.mjs";
|
|
4
1
|
import {
|
|
5
2
|
useCoAgentStateRenders
|
|
6
3
|
} from "./chunk-FDOMAPJY.mjs";
|
|
7
4
|
import {
|
|
8
5
|
CopilotContext
|
|
9
6
|
} from "./chunk-AFNWX62Q.mjs";
|
|
7
|
+
import {
|
|
8
|
+
useToast
|
|
9
|
+
} from "./chunk-EFL5OBKN.mjs";
|
|
10
10
|
|
|
11
11
|
// src/hooks/use-coagent-state-render.ts
|
|
12
12
|
import { useRef, useContext, useEffect } from "react";
|
|
@@ -83,4 +83,4 @@ function useCoAgentStateRender(action, dependencies) {
|
|
|
83
83
|
export {
|
|
84
84
|
useCoAgentStateRender
|
|
85
85
|
};
|
|
86
|
-
//# sourceMappingURL=chunk-
|
|
86
|
+
//# sourceMappingURL=chunk-IUNU4CUG.mjs.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotErrorBoundary
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SNON4QA6.mjs";
|
|
4
4
|
import {
|
|
5
5
|
CopilotMessages,
|
|
6
6
|
MessagesTapProvider
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7HI6VLJJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
shouldShowDevConsole
|
|
10
10
|
} from "./chunk-ICIK2BSB.mjs";
|
|
@@ -14,9 +14,19 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
use_flat_category_store_default
|
|
16
16
|
} from "./chunk-YYN33GSG.mjs";
|
|
17
|
+
import {
|
|
18
|
+
UsageBanner,
|
|
19
|
+
getErrorActions
|
|
20
|
+
} from "./chunk-6ZLPNY7X.mjs";
|
|
17
21
|
import {
|
|
18
22
|
CoAgentStateRenderBridge
|
|
19
23
|
} from "./chunk-QNUAXSDP.mjs";
|
|
24
|
+
import {
|
|
25
|
+
CoAgentStateRendersProvider
|
|
26
|
+
} from "./chunk-FDOMAPJY.mjs";
|
|
27
|
+
import {
|
|
28
|
+
CopilotContext
|
|
29
|
+
} from "./chunk-AFNWX62Q.mjs";
|
|
20
30
|
import {
|
|
21
31
|
ThreadsProvider,
|
|
22
32
|
useThreads
|
|
@@ -27,16 +37,6 @@ import {
|
|
|
27
37
|
import {
|
|
28
38
|
ToastProvider
|
|
29
39
|
} from "./chunk-EFL5OBKN.mjs";
|
|
30
|
-
import {
|
|
31
|
-
UsageBanner,
|
|
32
|
-
getErrorActions
|
|
33
|
-
} from "./chunk-6ZLPNY7X.mjs";
|
|
34
|
-
import {
|
|
35
|
-
CoAgentStateRendersProvider
|
|
36
|
-
} from "./chunk-FDOMAPJY.mjs";
|
|
37
|
-
import {
|
|
38
|
-
CopilotContext
|
|
39
|
-
} from "./chunk-AFNWX62Q.mjs";
|
|
40
40
|
import {
|
|
41
41
|
__async,
|
|
42
42
|
__objRest,
|
|
@@ -548,4 +548,4 @@ export {
|
|
|
548
548
|
CopilotKitInternal,
|
|
549
549
|
defaultCopilotContextCategories
|
|
550
550
|
};
|
|
551
|
-
//# sourceMappingURL=chunk-
|
|
551
|
+
//# sourceMappingURL=chunk-JZN7YOPM.mjs.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-4CEQJ2X6.mjs";
|
|
4
4
|
import {
|
|
5
5
|
defaultCopilotContextCategories
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-JZN7YOPM.mjs";
|
|
7
7
|
import {
|
|
8
8
|
__async,
|
|
9
9
|
__spreadValues
|
|
@@ -117,4 +117,4 @@ ${instructions}
|
|
|
117
117
|
export {
|
|
118
118
|
CopilotTask
|
|
119
119
|
};
|
|
120
|
-
//# sourceMappingURL=chunk-
|
|
120
|
+
//# sourceMappingURL=chunk-NKIX6SEN.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StatusChecker
|
|
3
3
|
} from "./chunk-PMAFHQ7P.mjs";
|
|
4
|
-
import {
|
|
5
|
-
useErrorToast
|
|
6
|
-
} from "./chunk-6PUNP7CD.mjs";
|
|
7
4
|
import {
|
|
8
5
|
UsageBanner,
|
|
9
6
|
getErrorActions
|
|
10
7
|
} from "./chunk-6ZLPNY7X.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useErrorToast
|
|
10
|
+
} from "./chunk-6PUNP7CD.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/error-boundary/error-boundary.tsx
|
|
13
13
|
import React, { useEffect } from "react";
|
|
@@ -80,4 +80,4 @@ export {
|
|
|
80
80
|
CopilotErrorBoundary,
|
|
81
81
|
ErrorToast
|
|
82
82
|
};
|
|
83
|
-
//# sourceMappingURL=chunk-
|
|
83
|
+
//# sourceMappingURL=chunk-SNON4QA6.mjs.map
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
CopilotMessages,
|
|
3
3
|
MessagesTapProvider,
|
|
4
4
|
useMessagesTap
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-7HI6VLJJ.mjs";
|
|
6
6
|
import "../../chunk-ICIK2BSB.mjs";
|
|
7
|
-
import "../../chunk-EFL5OBKN.mjs";
|
|
8
7
|
import "../../chunk-AFNWX62Q.mjs";
|
|
9
8
|
import "../../chunk-DMLQZG75.mjs";
|
|
9
|
+
import "../../chunk-EFL5OBKN.mjs";
|
|
10
10
|
import "../../chunk-SKC7AJIV.mjs";
|
|
11
11
|
export {
|
|
12
12
|
CopilotMessages,
|
|
@@ -2,26 +2,26 @@ import {
|
|
|
2
2
|
CopilotKit,
|
|
3
3
|
CopilotKitInternal,
|
|
4
4
|
defaultCopilotContextCategories
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-JZN7YOPM.mjs";
|
|
6
|
+
import "../../chunk-SNON4QA6.mjs";
|
|
7
7
|
import "../../chunk-CYDWEPFL.mjs";
|
|
8
8
|
import "../../chunk-2IDV5OHF.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-7HI6VLJJ.mjs";
|
|
10
10
|
import "../../chunk-ICIK2BSB.mjs";
|
|
11
11
|
import "../../chunk-RKTVJRK7.mjs";
|
|
12
12
|
import "../../chunk-PMAFHQ7P.mjs";
|
|
13
13
|
import "../../chunk-YYN33GSG.mjs";
|
|
14
|
+
import "../../chunk-6ZLPNY7X.mjs";
|
|
14
15
|
import "../../chunk-6PUNP7CD.mjs";
|
|
15
16
|
import "../../chunk-O7ARI5CV.mjs";
|
|
16
17
|
import "../../chunk-QNUAXSDP.mjs";
|
|
17
18
|
import "../../chunk-NB2FKV2V.mjs";
|
|
18
|
-
import "../../chunk-F555TVE4.mjs";
|
|
19
|
-
import "../../chunk-WF65O6HX.mjs";
|
|
20
|
-
import "../../chunk-EFL5OBKN.mjs";
|
|
21
|
-
import "../../chunk-6ZLPNY7X.mjs";
|
|
22
19
|
import "../../chunk-FDOMAPJY.mjs";
|
|
23
20
|
import "../../chunk-AFNWX62Q.mjs";
|
|
24
21
|
import "../../chunk-DMLQZG75.mjs";
|
|
22
|
+
import "../../chunk-F555TVE4.mjs";
|
|
23
|
+
import "../../chunk-WF65O6HX.mjs";
|
|
24
|
+
import "../../chunk-EFL5OBKN.mjs";
|
|
25
25
|
import "../../chunk-SKC7AJIV.mjs";
|
|
26
26
|
export {
|
|
27
27
|
CopilotKit,
|
|
@@ -2,26 +2,26 @@ import "../../chunk-SPCZTZCY.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
CopilotKit,
|
|
4
4
|
defaultCopilotContextCategories
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-JZN7YOPM.mjs";
|
|
6
|
+
import "../../chunk-SNON4QA6.mjs";
|
|
7
7
|
import "../../chunk-CYDWEPFL.mjs";
|
|
8
8
|
import "../../chunk-2IDV5OHF.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-7HI6VLJJ.mjs";
|
|
10
10
|
import "../../chunk-ICIK2BSB.mjs";
|
|
11
11
|
import "../../chunk-RKTVJRK7.mjs";
|
|
12
12
|
import "../../chunk-PMAFHQ7P.mjs";
|
|
13
13
|
import "../../chunk-YYN33GSG.mjs";
|
|
14
|
+
import "../../chunk-6ZLPNY7X.mjs";
|
|
14
15
|
import "../../chunk-6PUNP7CD.mjs";
|
|
15
16
|
import "../../chunk-O7ARI5CV.mjs";
|
|
16
17
|
import "../../chunk-QNUAXSDP.mjs";
|
|
17
18
|
import "../../chunk-NB2FKV2V.mjs";
|
|
18
|
-
import "../../chunk-F555TVE4.mjs";
|
|
19
|
-
import "../../chunk-WF65O6HX.mjs";
|
|
20
|
-
import "../../chunk-EFL5OBKN.mjs";
|
|
21
|
-
import "../../chunk-6ZLPNY7X.mjs";
|
|
22
19
|
import "../../chunk-FDOMAPJY.mjs";
|
|
23
20
|
import "../../chunk-AFNWX62Q.mjs";
|
|
24
21
|
import "../../chunk-DMLQZG75.mjs";
|
|
22
|
+
import "../../chunk-F555TVE4.mjs";
|
|
23
|
+
import "../../chunk-WF65O6HX.mjs";
|
|
24
|
+
import "../../chunk-EFL5OBKN.mjs";
|
|
25
25
|
import "../../chunk-SKC7AJIV.mjs";
|
|
26
26
|
export {
|
|
27
27
|
CopilotKit,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotErrorBoundary,
|
|
3
3
|
ErrorToast
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-SNON4QA6.mjs";
|
|
5
5
|
import "../../chunk-PMAFHQ7P.mjs";
|
|
6
|
+
import "../../chunk-6ZLPNY7X.mjs";
|
|
6
7
|
import "../../chunk-6PUNP7CD.mjs";
|
|
7
8
|
import "../../chunk-O7ARI5CV.mjs";
|
|
8
9
|
import "../../chunk-EFL5OBKN.mjs";
|
|
9
|
-
import "../../chunk-6ZLPNY7X.mjs";
|
|
10
10
|
import "../../chunk-SKC7AJIV.mjs";
|
|
11
11
|
export {
|
|
12
12
|
CopilotErrorBoundary,
|
|
@@ -3,26 +3,26 @@ import "../chunk-SPCZTZCY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
CopilotKit,
|
|
5
5
|
defaultCopilotContextCategories
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-JZN7YOPM.mjs";
|
|
7
|
+
import "../chunk-SNON4QA6.mjs";
|
|
8
8
|
import "../chunk-CYDWEPFL.mjs";
|
|
9
9
|
import "../chunk-2IDV5OHF.mjs";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-7HI6VLJJ.mjs";
|
|
11
11
|
import "../chunk-ICIK2BSB.mjs";
|
|
12
12
|
import "../chunk-RKTVJRK7.mjs";
|
|
13
13
|
import "../chunk-PMAFHQ7P.mjs";
|
|
14
14
|
import "../chunk-YYN33GSG.mjs";
|
|
15
|
+
import "../chunk-6ZLPNY7X.mjs";
|
|
15
16
|
import "../chunk-6PUNP7CD.mjs";
|
|
16
17
|
import "../chunk-O7ARI5CV.mjs";
|
|
17
18
|
import "../chunk-QNUAXSDP.mjs";
|
|
18
19
|
import "../chunk-NB2FKV2V.mjs";
|
|
19
|
-
import "../chunk-F555TVE4.mjs";
|
|
20
|
-
import "../chunk-WF65O6HX.mjs";
|
|
21
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
22
|
-
import "../chunk-6ZLPNY7X.mjs";
|
|
23
20
|
import "../chunk-FDOMAPJY.mjs";
|
|
24
21
|
import "../chunk-AFNWX62Q.mjs";
|
|
25
22
|
import "../chunk-DMLQZG75.mjs";
|
|
23
|
+
import "../chunk-F555TVE4.mjs";
|
|
24
|
+
import "../chunk-WF65O6HX.mjs";
|
|
25
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
26
26
|
import "../chunk-SKC7AJIV.mjs";
|
|
27
27
|
export {
|
|
28
28
|
CopilotKit,
|
package/dist/context/index.mjs
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import "../chunk-NB2FKV2V.mjs";
|
|
2
|
-
import {
|
|
3
|
-
ThreadsContext,
|
|
4
|
-
ThreadsProvider,
|
|
5
|
-
useThreads
|
|
6
|
-
} from "../chunk-F555TVE4.mjs";
|
|
7
2
|
import {
|
|
8
3
|
CoAgentStateRendersContext,
|
|
9
4
|
CoAgentStateRendersProvider,
|
|
@@ -17,6 +12,11 @@ import {
|
|
|
17
12
|
CopilotMessagesContext,
|
|
18
13
|
useCopilotMessagesContext
|
|
19
14
|
} from "../chunk-DMLQZG75.mjs";
|
|
15
|
+
import {
|
|
16
|
+
ThreadsContext,
|
|
17
|
+
ThreadsProvider,
|
|
18
|
+
useThreads
|
|
19
|
+
} from "../chunk-F555TVE4.mjs";
|
|
20
20
|
import "../chunk-SKC7AJIV.mjs";
|
|
21
21
|
export {
|
|
22
22
|
CoAgentStateRendersContext,
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "../chunk-BUSWSDYO.mjs";
|
|
11
11
|
import {
|
|
12
12
|
useLangGraphInterrupt
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-BTZ3TJVX.mjs";
|
|
14
14
|
import {
|
|
15
15
|
useCopilotAdditionalInstructions
|
|
16
16
|
} from "../chunk-ABWT4DRT.mjs";
|
|
@@ -50,22 +50,22 @@ import {
|
|
|
50
50
|
import {
|
|
51
51
|
useCopilotReadable
|
|
52
52
|
} from "../chunk-Z6JV2LRY.mjs";
|
|
53
|
+
import "../chunk-6PUNP7CD.mjs";
|
|
54
|
+
import "../chunk-O7ARI5CV.mjs";
|
|
55
|
+
import "../chunk-QNUAXSDP.mjs";
|
|
53
56
|
import {
|
|
54
57
|
useCoAgentStateRender
|
|
55
|
-
} from "../chunk-
|
|
58
|
+
} from "../chunk-IUNU4CUG.mjs";
|
|
56
59
|
import {
|
|
57
60
|
useCoAgent
|
|
58
61
|
} from "../chunk-ZYTXB6HH.mjs";
|
|
59
62
|
import "../chunk-I76HKHPJ.mjs";
|
|
60
|
-
import "../chunk-6PUNP7CD.mjs";
|
|
61
|
-
import "../chunk-O7ARI5CV.mjs";
|
|
62
|
-
import "../chunk-QNUAXSDP.mjs";
|
|
63
63
|
import "../chunk-NB2FKV2V.mjs";
|
|
64
|
-
import "../chunk-F555TVE4.mjs";
|
|
65
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
66
64
|
import "../chunk-FDOMAPJY.mjs";
|
|
67
65
|
import "../chunk-AFNWX62Q.mjs";
|
|
68
66
|
import "../chunk-DMLQZG75.mjs";
|
|
67
|
+
import "../chunk-F555TVE4.mjs";
|
|
68
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
69
69
|
import "../chunk-SKC7AJIV.mjs";
|
|
70
70
|
export {
|
|
71
71
|
useCoAgent,
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
useCoagentStateRenderBridge
|
|
4
4
|
} from "../chunk-QNUAXSDP.mjs";
|
|
5
5
|
import "../chunk-NB2FKV2V.mjs";
|
|
6
|
-
import "../chunk-F555TVE4.mjs";
|
|
7
6
|
import "../chunk-FDOMAPJY.mjs";
|
|
8
7
|
import "../chunk-AFNWX62Q.mjs";
|
|
9
8
|
import "../chunk-DMLQZG75.mjs";
|
|
9
|
+
import "../chunk-F555TVE4.mjs";
|
|
10
10
|
import "../chunk-SKC7AJIV.mjs";
|
|
11
11
|
export {
|
|
12
12
|
CoAgentStateRenderBridge,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useCoAgentStateRender
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
3
|
+
} from "../chunk-IUNU4CUG.mjs";
|
|
5
4
|
import "../chunk-FDOMAPJY.mjs";
|
|
6
5
|
import "../chunk-AFNWX62Q.mjs";
|
|
6
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
7
7
|
import "../chunk-SKC7AJIV.mjs";
|
|
8
8
|
export {
|
|
9
9
|
useCoAgentStateRender
|
|
@@ -6,16 +6,16 @@ import {
|
|
|
6
6
|
} from "../chunk-LSHFN2Y5.mjs";
|
|
7
7
|
import "../chunk-VV56AVPB.mjs";
|
|
8
8
|
import "../chunk-ZVF5Q6IH.mjs";
|
|
9
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
10
9
|
import "../chunk-6PUNP7CD.mjs";
|
|
11
10
|
import "../chunk-O7ARI5CV.mjs";
|
|
12
11
|
import "../chunk-QNUAXSDP.mjs";
|
|
12
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
13
13
|
import "../chunk-NB2FKV2V.mjs";
|
|
14
|
-
import "../chunk-F555TVE4.mjs";
|
|
15
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
16
14
|
import "../chunk-FDOMAPJY.mjs";
|
|
17
15
|
import "../chunk-AFNWX62Q.mjs";
|
|
18
16
|
import "../chunk-DMLQZG75.mjs";
|
|
17
|
+
import "../chunk-F555TVE4.mjs";
|
|
18
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
19
19
|
import "../chunk-SKC7AJIV.mjs";
|
|
20
20
|
export {
|
|
21
21
|
defaultSystemMessage,
|
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
import "../chunk-LSHFN2Y5.mjs";
|
|
5
5
|
import "../chunk-VV56AVPB.mjs";
|
|
6
6
|
import "../chunk-ZVF5Q6IH.mjs";
|
|
7
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
8
7
|
import "../chunk-6PUNP7CD.mjs";
|
|
9
8
|
import "../chunk-O7ARI5CV.mjs";
|
|
10
9
|
import "../chunk-QNUAXSDP.mjs";
|
|
10
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
11
11
|
import "../chunk-NB2FKV2V.mjs";
|
|
12
|
-
import "../chunk-F555TVE4.mjs";
|
|
13
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
14
12
|
import "../chunk-FDOMAPJY.mjs";
|
|
15
13
|
import "../chunk-AFNWX62Q.mjs";
|
|
16
14
|
import "../chunk-DMLQZG75.mjs";
|
|
15
|
+
import "../chunk-F555TVE4.mjs";
|
|
16
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
17
17
|
import "../chunk-SKC7AJIV.mjs";
|
|
18
18
|
export {
|
|
19
19
|
useCopilotChat
|
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
} from "../chunk-LSHFN2Y5.mjs";
|
|
5
5
|
import "../chunk-VV56AVPB.mjs";
|
|
6
6
|
import "../chunk-ZVF5Q6IH.mjs";
|
|
7
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
8
7
|
import "../chunk-6PUNP7CD.mjs";
|
|
9
8
|
import "../chunk-O7ARI5CV.mjs";
|
|
10
9
|
import "../chunk-QNUAXSDP.mjs";
|
|
10
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
11
11
|
import "../chunk-NB2FKV2V.mjs";
|
|
12
|
-
import "../chunk-F555TVE4.mjs";
|
|
13
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
14
12
|
import "../chunk-FDOMAPJY.mjs";
|
|
15
13
|
import "../chunk-AFNWX62Q.mjs";
|
|
16
14
|
import "../chunk-DMLQZG75.mjs";
|
|
15
|
+
import "../chunk-F555TVE4.mjs";
|
|
16
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
17
17
|
import "../chunk-SKC7AJIV.mjs";
|
|
18
18
|
export {
|
|
19
19
|
defaultSystemMessage,
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "../chunk-VV56AVPB.mjs";
|
|
4
4
|
import "../chunk-I76HKHPJ.mjs";
|
|
5
5
|
import "../chunk-NB2FKV2V.mjs";
|
|
6
|
-
import "../chunk-F555TVE4.mjs";
|
|
7
6
|
import "../chunk-FDOMAPJY.mjs";
|
|
8
7
|
import "../chunk-AFNWX62Q.mjs";
|
|
9
8
|
import "../chunk-DMLQZG75.mjs";
|
|
9
|
+
import "../chunk-F555TVE4.mjs";
|
|
10
10
|
import "../chunk-SKC7AJIV.mjs";
|
|
11
11
|
export {
|
|
12
12
|
useLangGraphInterruptRender
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useLangGraphInterrupt
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
3
|
+
} from "../chunk-BTZ3TJVX.mjs";
|
|
5
4
|
import "../chunk-AFNWX62Q.mjs";
|
|
5
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
6
6
|
import "../chunk-SKC7AJIV.mjs";
|
|
7
7
|
export {
|
|
8
8
|
useLangGraphInterrupt
|
package/dist/index.mjs
CHANGED
|
@@ -5,8 +5,27 @@ import "./chunk-36KQV2NA.mjs";
|
|
|
5
5
|
import "./chunk-LUGEI4YQ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
CopilotTask
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NKIX6SEN.mjs";
|
|
9
9
|
import "./chunk-4CEQJ2X6.mjs";
|
|
10
|
+
import "./chunk-JD7BAH7U.mjs";
|
|
11
|
+
import "./chunk-SPCZTZCY.mjs";
|
|
12
|
+
import {
|
|
13
|
+
CopilotKit,
|
|
14
|
+
defaultCopilotContextCategories
|
|
15
|
+
} from "./chunk-JZN7YOPM.mjs";
|
|
16
|
+
import "./chunk-SNON4QA6.mjs";
|
|
17
|
+
import "./chunk-CYDWEPFL.mjs";
|
|
18
|
+
import {
|
|
19
|
+
SUGGESTION_RETRY_CONFIG
|
|
20
|
+
} from "./chunk-2IDV5OHF.mjs";
|
|
21
|
+
import "./chunk-7HI6VLJJ.mjs";
|
|
22
|
+
import {
|
|
23
|
+
shouldShowDevConsole
|
|
24
|
+
} from "./chunk-ICIK2BSB.mjs";
|
|
25
|
+
import "./chunk-RKTVJRK7.mjs";
|
|
26
|
+
import "./chunk-PMAFHQ7P.mjs";
|
|
27
|
+
import "./chunk-YYN33GSG.mjs";
|
|
28
|
+
import "./chunk-6ZLPNY7X.mjs";
|
|
10
29
|
import "./chunk-A6NKSGH3.mjs";
|
|
11
30
|
import {
|
|
12
31
|
useMakeCopilotDocumentReadable
|
|
@@ -19,7 +38,7 @@ import {
|
|
|
19
38
|
} from "./chunk-BUSWSDYO.mjs";
|
|
20
39
|
import {
|
|
21
40
|
useLangGraphInterrupt
|
|
22
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-BTZ3TJVX.mjs";
|
|
23
42
|
import {
|
|
24
43
|
useCopilotAdditionalInstructions
|
|
25
44
|
} from "./chunk-ABWT4DRT.mjs";
|
|
@@ -59,43 +78,17 @@ import {
|
|
|
59
78
|
import {
|
|
60
79
|
useCopilotReadable
|
|
61
80
|
} from "./chunk-Z6JV2LRY.mjs";
|
|
81
|
+
import "./chunk-6PUNP7CD.mjs";
|
|
82
|
+
import "./chunk-O7ARI5CV.mjs";
|
|
83
|
+
import "./chunk-QNUAXSDP.mjs";
|
|
62
84
|
import {
|
|
63
85
|
useCoAgentStateRender
|
|
64
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-IUNU4CUG.mjs";
|
|
65
87
|
import {
|
|
66
88
|
useCoAgent
|
|
67
89
|
} from "./chunk-ZYTXB6HH.mjs";
|
|
68
90
|
import "./chunk-I76HKHPJ.mjs";
|
|
69
|
-
import "./chunk-JD7BAH7U.mjs";
|
|
70
|
-
import "./chunk-SPCZTZCY.mjs";
|
|
71
|
-
import {
|
|
72
|
-
CopilotKit,
|
|
73
|
-
defaultCopilotContextCategories
|
|
74
|
-
} from "./chunk-4YZA2BZC.mjs";
|
|
75
|
-
import "./chunk-LHERIF3L.mjs";
|
|
76
|
-
import "./chunk-CYDWEPFL.mjs";
|
|
77
|
-
import {
|
|
78
|
-
SUGGESTION_RETRY_CONFIG
|
|
79
|
-
} from "./chunk-2IDV5OHF.mjs";
|
|
80
|
-
import "./chunk-HE22TZMF.mjs";
|
|
81
|
-
import {
|
|
82
|
-
shouldShowDevConsole
|
|
83
|
-
} from "./chunk-ICIK2BSB.mjs";
|
|
84
|
-
import "./chunk-RKTVJRK7.mjs";
|
|
85
|
-
import "./chunk-PMAFHQ7P.mjs";
|
|
86
|
-
import "./chunk-YYN33GSG.mjs";
|
|
87
|
-
import "./chunk-6PUNP7CD.mjs";
|
|
88
|
-
import "./chunk-O7ARI5CV.mjs";
|
|
89
|
-
import "./chunk-QNUAXSDP.mjs";
|
|
90
91
|
import "./chunk-NB2FKV2V.mjs";
|
|
91
|
-
import {
|
|
92
|
-
ThreadsContext,
|
|
93
|
-
ThreadsProvider,
|
|
94
|
-
useThreads
|
|
95
|
-
} from "./chunk-F555TVE4.mjs";
|
|
96
|
-
import "./chunk-WF65O6HX.mjs";
|
|
97
|
-
import "./chunk-EFL5OBKN.mjs";
|
|
98
|
-
import "./chunk-6ZLPNY7X.mjs";
|
|
99
92
|
import {
|
|
100
93
|
CoAgentStateRendersContext,
|
|
101
94
|
CoAgentStateRendersProvider,
|
|
@@ -109,6 +102,13 @@ import {
|
|
|
109
102
|
CopilotMessagesContext,
|
|
110
103
|
useCopilotMessagesContext
|
|
111
104
|
} from "./chunk-DMLQZG75.mjs";
|
|
105
|
+
import {
|
|
106
|
+
ThreadsContext,
|
|
107
|
+
ThreadsProvider,
|
|
108
|
+
useThreads
|
|
109
|
+
} from "./chunk-F555TVE4.mjs";
|
|
110
|
+
import "./chunk-WF65O6HX.mjs";
|
|
111
|
+
import "./chunk-EFL5OBKN.mjs";
|
|
112
112
|
import "./chunk-SKC7AJIV.mjs";
|
|
113
113
|
export {
|
|
114
114
|
CoAgentStateRendersContext,
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotTask
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-NKIX6SEN.mjs";
|
|
4
4
|
import "../chunk-4CEQJ2X6.mjs";
|
|
5
5
|
import "../chunk-JD7BAH7U.mjs";
|
|
6
6
|
import "../chunk-SPCZTZCY.mjs";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-JZN7YOPM.mjs";
|
|
8
|
+
import "../chunk-SNON4QA6.mjs";
|
|
9
9
|
import "../chunk-CYDWEPFL.mjs";
|
|
10
10
|
import "../chunk-2IDV5OHF.mjs";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-7HI6VLJJ.mjs";
|
|
12
12
|
import "../chunk-ICIK2BSB.mjs";
|
|
13
13
|
import "../chunk-RKTVJRK7.mjs";
|
|
14
14
|
import "../chunk-PMAFHQ7P.mjs";
|
|
15
15
|
import "../chunk-YYN33GSG.mjs";
|
|
16
|
+
import "../chunk-6ZLPNY7X.mjs";
|
|
16
17
|
import "../chunk-6PUNP7CD.mjs";
|
|
17
18
|
import "../chunk-O7ARI5CV.mjs";
|
|
18
19
|
import "../chunk-QNUAXSDP.mjs";
|
|
19
20
|
import "../chunk-NB2FKV2V.mjs";
|
|
20
|
-
import "../chunk-F555TVE4.mjs";
|
|
21
|
-
import "../chunk-WF65O6HX.mjs";
|
|
22
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
23
|
-
import "../chunk-6ZLPNY7X.mjs";
|
|
24
21
|
import "../chunk-FDOMAPJY.mjs";
|
|
25
22
|
import "../chunk-AFNWX62Q.mjs";
|
|
26
23
|
import "../chunk-DMLQZG75.mjs";
|
|
24
|
+
import "../chunk-F555TVE4.mjs";
|
|
25
|
+
import "../chunk-WF65O6HX.mjs";
|
|
26
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
27
27
|
import "../chunk-SKC7AJIV.mjs";
|
|
28
28
|
export {
|
|
29
29
|
CopilotTask
|
package/dist/lib/index.mjs
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import "../chunk-LUGEI4YQ.mjs";
|
|
2
2
|
import {
|
|
3
3
|
CopilotTask
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-NKIX6SEN.mjs";
|
|
5
5
|
import "../chunk-4CEQJ2X6.mjs";
|
|
6
6
|
import "../chunk-JD7BAH7U.mjs";
|
|
7
7
|
import "../chunk-SPCZTZCY.mjs";
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-JZN7YOPM.mjs";
|
|
9
|
+
import "../chunk-SNON4QA6.mjs";
|
|
10
10
|
import "../chunk-CYDWEPFL.mjs";
|
|
11
11
|
import "../chunk-2IDV5OHF.mjs";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-7HI6VLJJ.mjs";
|
|
13
13
|
import "../chunk-ICIK2BSB.mjs";
|
|
14
14
|
import "../chunk-RKTVJRK7.mjs";
|
|
15
15
|
import "../chunk-PMAFHQ7P.mjs";
|
|
16
16
|
import "../chunk-YYN33GSG.mjs";
|
|
17
|
+
import "../chunk-6ZLPNY7X.mjs";
|
|
17
18
|
import "../chunk-6PUNP7CD.mjs";
|
|
18
19
|
import "../chunk-O7ARI5CV.mjs";
|
|
19
20
|
import "../chunk-QNUAXSDP.mjs";
|
|
20
21
|
import "../chunk-NB2FKV2V.mjs";
|
|
21
|
-
import "../chunk-F555TVE4.mjs";
|
|
22
|
-
import "../chunk-WF65O6HX.mjs";
|
|
23
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
24
|
-
import "../chunk-6ZLPNY7X.mjs";
|
|
25
22
|
import "../chunk-FDOMAPJY.mjs";
|
|
26
23
|
import "../chunk-AFNWX62Q.mjs";
|
|
27
24
|
import "../chunk-DMLQZG75.mjs";
|
|
25
|
+
import "../chunk-F555TVE4.mjs";
|
|
26
|
+
import "../chunk-WF65O6HX.mjs";
|
|
27
|
+
import "../chunk-EFL5OBKN.mjs";
|
|
28
28
|
import "../chunk-SKC7AJIV.mjs";
|
|
29
29
|
export {
|
|
30
30
|
CopilotTask
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.0.0-max-
|
|
12
|
+
"version": "0.0.0-max-changeset-20260109043537",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -31,9 +31,14 @@
|
|
|
31
31
|
"types": "./dist/index.d.ts",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"peerDependencies": {
|
|
34
|
+
"@ag-ui/client": "^0.0.42",
|
|
34
35
|
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
35
36
|
"react-dom": "^18 || ^19 || ^19.0.0-rc",
|
|
36
|
-
"zod": ">=3.0.0"
|
|
37
|
+
"zod": ">=3.0.0",
|
|
38
|
+
"@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109043537",
|
|
39
|
+
"@copilotkit/shared": "0.0.0-max-changeset-20260109043537",
|
|
40
|
+
"@copilotkitnext/core": "0.0.0-max-changeset-20260109043537",
|
|
41
|
+
"@copilotkitnext/react": "0.0.0-max-changeset-20260109043537"
|
|
37
42
|
},
|
|
38
43
|
"devDependencies": {
|
|
39
44
|
"@testing-library/react": "^16.3.0",
|
|
@@ -51,18 +56,17 @@
|
|
|
51
56
|
"tsup": "^6.7.0",
|
|
52
57
|
"typescript": "^5.2.3",
|
|
53
58
|
"zod": ">=3.0.0",
|
|
59
|
+
"@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109043537",
|
|
60
|
+
"@copilotkit/shared": "0.0.0-max-changeset-20260109043537",
|
|
61
|
+
"@copilotkitnext/core": "0.0.0-max-changeset-20260109043537",
|
|
62
|
+
"@copilotkitnext/react": "0.0.0-max-changeset-20260109043537",
|
|
54
63
|
"eslint-config-custom": "1.4.6",
|
|
55
64
|
"tsconfig": "1.4.6"
|
|
56
65
|
},
|
|
57
66
|
"dependencies": {
|
|
58
|
-
"@ag-ui/client": "^0.0.42",
|
|
59
|
-
"@copilotkitnext/core": "0.0.34-alpha.0",
|
|
60
|
-
"@copilotkitnext/react": "0.0.34-alpha.0",
|
|
61
67
|
"@scarf/scarf": "^1.3.0",
|
|
62
68
|
"react-markdown": "^8.0.7",
|
|
63
|
-
"untruncate-json": "^0.0.1"
|
|
64
|
-
"@copilotkit/runtime-client-gql": "0.0.0-max-runner-auth-20251229215815",
|
|
65
|
-
"@copilotkit/shared": "0.0.0-max-runner-auth-20251229215815"
|
|
69
|
+
"untruncate-json": "^0.0.1"
|
|
66
70
|
},
|
|
67
71
|
"keywords": [
|
|
68
72
|
"copilotkit",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|