@copilotkit/react-core 0.0.0-max-runner-auth-20251229210625 → 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 -29
- package/LICENSE +21 -0
- package/dist/{chunk-INPM7YKW.mjs → chunk-7HI6VLJJ.mjs} +5 -5
- package/dist/{chunk-4RRMC7L2.mjs → chunk-BTZ3TJVX.mjs} +4 -4
- package/dist/{chunk-YTQHRJUA.mjs → chunk-IUNU4CUG.mjs} +4 -4
- package/dist/{chunk-RB2TXKFP.mjs → chunk-JZN7YOPM.mjs} +12 -12
- package/dist/{chunk-RW2Y52HO.mjs → chunk-NKIX6SEN.mjs} +2 -2
- package/dist/{chunk-3MHWEKFN.mjs → chunk-YCG6SNAU.mjs} +4 -4
- package/dist/components/copilot-provider/copilot-messages.mjs +3 -3
- package/dist/components/copilot-provider/copilotkit.mjs +7 -7
- package/dist/components/copilot-provider/index.mjs +7 -7
- package/dist/components/dev-console/console-trigger.mjs +2 -2
- package/dist/components/dev-console/developer-console-modal.mjs +2 -2
- package/dist/components/index.mjs +7 -7
- package/dist/context/index.mjs +9 -9
- package/dist/hooks/index.mjs +20 -20
- package/dist/hooks/use-coagent-state-render-bridge.mjs +2 -2
- package/dist/hooks/use-coagent-state-render.mjs +2 -2
- package/dist/hooks/use-copilot-chat-headless_c.mjs +4 -4
- package/dist/hooks/use-copilot-chat.mjs +4 -4
- package/dist/hooks/use-copilot-chat_internal.mjs +4 -4
- package/dist/hooks/use-langgraph-interrupt-render.mjs +2 -2
- package/dist/hooks/use-langgraph-interrupt.mjs +2 -2
- package/dist/index.mjs +31 -31
- package/dist/lib/copilot-task.mjs +8 -8
- package/dist/lib/index.mjs +8 -8
- package/package.json +12 -8
- /package/dist/{chunk-INPM7YKW.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-RB2TXKFP.mjs.map → chunk-JZN7YOPM.mjs.map} +0 -0
- /package/dist/{chunk-RW2Y52HO.mjs.map → chunk-NKIX6SEN.mjs.map} +0 -0
- /package/dist/{chunk-3MHWEKFN.mjs.map → chunk-YCG6SNAU.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +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
|
-
-
|
|
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
|
|
9
20
|
|
|
10
21
|
## 1.50.1
|
|
11
22
|
|
|
@@ -612,14 +623,12 @@
|
|
|
612
623
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
613
624
|
|
|
614
625
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
615
|
-
|
|
616
626
|
- Generative UI
|
|
617
627
|
- Suggestions
|
|
618
628
|
- Agentic Generative UI
|
|
619
629
|
- Interrupts
|
|
620
630
|
|
|
621
631
|
In addition, a variety of QOL changes have been made.
|
|
622
|
-
|
|
623
632
|
- New AG-UI based message types
|
|
624
633
|
- Inline code rendering is fixed
|
|
625
634
|
|
|
@@ -631,19 +640,15 @@
|
|
|
631
640
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
632
641
|
|
|
633
642
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
634
|
-
|
|
635
643
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
636
644
|
|
|
637
645
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
638
|
-
|
|
639
646
|
- chore: address linting issues
|
|
640
647
|
|
|
641
648
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
642
|
-
|
|
643
649
|
- chore: fixing branding and docs
|
|
644
650
|
|
|
645
651
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
646
|
-
|
|
647
652
|
- chore: more docs fixing
|
|
648
653
|
|
|
649
654
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -685,19 +690,15 @@
|
|
|
685
690
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
686
691
|
|
|
687
692
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
688
|
-
|
|
689
693
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
690
694
|
|
|
691
695
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
692
|
-
|
|
693
696
|
- chore: address linting issues
|
|
694
697
|
|
|
695
698
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
696
|
-
|
|
697
699
|
- chore: fixing branding and docs
|
|
698
700
|
|
|
699
701
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
700
|
-
|
|
701
702
|
- chore: more docs fixing
|
|
702
703
|
|
|
703
704
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -782,14 +783,12 @@
|
|
|
782
783
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
783
784
|
|
|
784
785
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
785
|
-
|
|
786
786
|
- Generative UI
|
|
787
787
|
- Suggestions
|
|
788
788
|
- Agentic Generative UI
|
|
789
789
|
- Interrupts
|
|
790
790
|
|
|
791
791
|
In addition, a variety of QOL changes have been made.
|
|
792
|
-
|
|
793
792
|
- New AG-UI based message types
|
|
794
793
|
- Inline code rendering is fixed
|
|
795
794
|
|
|
@@ -855,7 +854,6 @@
|
|
|
855
854
|
- 3f8c575: - fix: use time travel for regeneration of messages
|
|
856
855
|
- fix: use a better cutoff for regeneration request
|
|
857
856
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
858
|
-
|
|
859
857
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
860
858
|
|
|
861
859
|
- e1de032: - fix: synchronously execute renderAndWaitForResponse
|
|
@@ -948,7 +946,6 @@
|
|
|
948
946
|
works with any combination of action given much more freedom when asking for user input.
|
|
949
947
|
|
|
950
948
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
951
|
-
|
|
952
949
|
- @copilotkit/runtime-client-gql@1.9.2-next.20
|
|
953
950
|
- @copilotkit/shared@1.9.2-next.20
|
|
954
951
|
|
|
@@ -964,7 +961,6 @@
|
|
|
964
961
|
### Patch Changes
|
|
965
962
|
|
|
966
963
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
967
|
-
|
|
968
964
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
969
965
|
|
|
970
966
|
- Updated dependencies [fac89c2]
|
|
@@ -1461,11 +1457,9 @@
|
|
|
1461
1457
|
- c0d3261: - full AWP support
|
|
1462
1458
|
|
|
1463
1459
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1464
|
-
|
|
1465
1460
|
- refactor: address linter issues with the new pages
|
|
1466
1461
|
|
|
1467
1462
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1468
|
-
|
|
1469
1463
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1470
1464
|
- add sse example
|
|
1471
1465
|
- Create small-turkeys-agree.md
|
|
@@ -1491,11 +1485,9 @@
|
|
|
1491
1485
|
- c0d3261: - full AWP support
|
|
1492
1486
|
|
|
1493
1487
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1494
|
-
|
|
1495
1488
|
- refactor: address linter issues with the new pages
|
|
1496
1489
|
|
|
1497
1490
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1498
|
-
|
|
1499
1491
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1500
1492
|
- add sse example
|
|
1501
1493
|
- Create small-turkeys-agree.md
|
|
@@ -2610,7 +2602,6 @@
|
|
|
2610
2602
|
- e16d95e: New prerelease
|
|
2611
2603
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2612
2604
|
- CopilotKit Core:
|
|
2613
|
-
|
|
2614
2605
|
- Improved error messages and overall logs
|
|
2615
2606
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2616
2607
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2618,7 +2609,6 @@
|
|
|
2618
2609
|
- Updated interfaces for better developer ergonomics
|
|
2619
2610
|
|
|
2620
2611
|
CoAgents:
|
|
2621
|
-
|
|
2622
2612
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2623
2613
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2624
2614
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2626,7 +2616,6 @@
|
|
|
2626
2616
|
- Enhanced state management and message handling
|
|
2627
2617
|
|
|
2628
2618
|
CopilotKid Back-end SDK:
|
|
2629
|
-
|
|
2630
2619
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2631
2620
|
|
|
2632
2621
|
- 8d0144f: bump
|
|
@@ -3001,7 +2990,6 @@ CopilotKid Back-end SDK:
|
|
|
3001
2990
|
### Patch Changes
|
|
3002
2991
|
|
|
3003
2992
|
- inject minified css in bundle
|
|
3004
|
-
|
|
3005
2993
|
- removes the need to import `styles.css` manually
|
|
3006
2994
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3007
2995
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3152,7 +3140,6 @@ CopilotKid Back-end SDK:
|
|
|
3152
3140
|
### Major Changes
|
|
3153
3141
|
|
|
3154
3142
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3155
|
-
|
|
3156
3143
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3157
3144
|
- Support for Copilot Cloud
|
|
3158
3145
|
- Generative UI
|
|
@@ -3160,7 +3147,6 @@ CopilotKid Back-end SDK:
|
|
|
3160
3147
|
- OpenAI assistant API streaming
|
|
3161
3148
|
|
|
3162
3149
|
- V1.0 Release
|
|
3163
|
-
|
|
3164
3150
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3165
3151
|
- Support for Copilot Cloud
|
|
3166
3152
|
- Generative UI
|
|
@@ -3201,7 +3187,6 @@ CopilotKid Back-end SDK:
|
|
|
3201
3187
|
### Major Changes
|
|
3202
3188
|
|
|
3203
3189
|
- V1.0 Release Candidate
|
|
3204
|
-
|
|
3205
3190
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3206
3191
|
- Support for Copilot Cloud
|
|
3207
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.
|
|
@@ -2,14 +2,14 @@ import {
|
|
|
2
2
|
shouldShowDevConsole
|
|
3
3
|
} from "./chunk-ICIK2BSB.mjs";
|
|
4
4
|
import {
|
|
5
|
-
|
|
6
|
-
} from "./chunk-
|
|
5
|
+
useCopilotContext
|
|
6
|
+
} from "./chunk-AFNWX62Q.mjs";
|
|
7
7
|
import {
|
|
8
8
|
CopilotMessagesContext
|
|
9
9
|
} from "./chunk-DMLQZG75.mjs";
|
|
10
10
|
import {
|
|
11
|
-
|
|
12
|
-
} from "./chunk-
|
|
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
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
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,29 +14,29 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
use_flat_category_store_default
|
|
16
16
|
} from "./chunk-YYN33GSG.mjs";
|
|
17
|
-
import {
|
|
18
|
-
CopilotListeners
|
|
19
|
-
} from "./chunk-WF65O6HX.mjs";
|
|
20
17
|
import {
|
|
21
18
|
UsageBanner,
|
|
22
19
|
getErrorActions
|
|
23
20
|
} from "./chunk-6ZLPNY7X.mjs";
|
|
24
|
-
import {
|
|
25
|
-
ToastProvider
|
|
26
|
-
} from "./chunk-EFL5OBKN.mjs";
|
|
27
21
|
import {
|
|
28
22
|
CoAgentStateRenderBridge
|
|
29
23
|
} from "./chunk-QNUAXSDP.mjs";
|
|
30
|
-
import {
|
|
31
|
-
ThreadsProvider,
|
|
32
|
-
useThreads
|
|
33
|
-
} from "./chunk-F555TVE4.mjs";
|
|
34
24
|
import {
|
|
35
25
|
CoAgentStateRendersProvider
|
|
36
26
|
} from "./chunk-FDOMAPJY.mjs";
|
|
37
27
|
import {
|
|
38
28
|
CopilotContext
|
|
39
29
|
} from "./chunk-AFNWX62Q.mjs";
|
|
30
|
+
import {
|
|
31
|
+
ThreadsProvider,
|
|
32
|
+
useThreads
|
|
33
|
+
} from "./chunk-F555TVE4.mjs";
|
|
34
|
+
import {
|
|
35
|
+
CopilotListeners
|
|
36
|
+
} from "./chunk-WF65O6HX.mjs";
|
|
37
|
+
import {
|
|
38
|
+
ToastProvider
|
|
39
|
+
} from "./chunk-EFL5OBKN.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
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
CopilotKitIcon,
|
|
4
4
|
ExclamationMarkTriangleIcon
|
|
5
5
|
} from "./chunk-PIF5KJYI.mjs";
|
|
6
|
-
import {
|
|
7
|
-
useCopilotMessagesContext
|
|
8
|
-
} from "./chunk-DMLQZG75.mjs";
|
|
9
6
|
import {
|
|
10
7
|
useCopilotContext
|
|
11
8
|
} from "./chunk-AFNWX62Q.mjs";
|
|
9
|
+
import {
|
|
10
|
+
useCopilotMessagesContext
|
|
11
|
+
} from "./chunk-DMLQZG75.mjs";
|
|
12
12
|
|
|
13
13
|
// src/components/dev-console/developer-console-modal.tsx
|
|
14
14
|
import { COPILOTKIT_VERSION } from "@copilotkit/shared";
|
|
@@ -756,4 +756,4 @@ function ContextTab({ context }) {
|
|
|
756
756
|
export {
|
|
757
757
|
DeveloperConsoleModal
|
|
758
758
|
};
|
|
759
|
-
//# sourceMappingURL=chunk-
|
|
759
|
+
//# sourceMappingURL=chunk-YCG6SNAU.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
|
-
import "../../chunk-DMLQZG75.mjs";
|
|
9
7
|
import "../../chunk-AFNWX62Q.mjs";
|
|
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-
|
|
5
|
+
} from "../../chunk-JZN7YOPM.mjs";
|
|
6
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
|
-
import "../../chunk-PMAFHQ7P.mjs";
|
|
12
11
|
import "../../chunk-RKTVJRK7.mjs";
|
|
12
|
+
import "../../chunk-PMAFHQ7P.mjs";
|
|
13
13
|
import "../../chunk-YYN33GSG.mjs";
|
|
14
|
-
import "../../chunk-WF65O6HX.mjs";
|
|
15
14
|
import "../../chunk-6ZLPNY7X.mjs";
|
|
16
15
|
import "../../chunk-6PUNP7CD.mjs";
|
|
17
16
|
import "../../chunk-O7ARI5CV.mjs";
|
|
18
|
-
import "../../chunk-EFL5OBKN.mjs";
|
|
19
17
|
import "../../chunk-QNUAXSDP.mjs";
|
|
20
18
|
import "../../chunk-NB2FKV2V.mjs";
|
|
21
|
-
import "../../chunk-DMLQZG75.mjs";
|
|
22
|
-
import "../../chunk-F555TVE4.mjs";
|
|
23
19
|
import "../../chunk-FDOMAPJY.mjs";
|
|
24
20
|
import "../../chunk-AFNWX62Q.mjs";
|
|
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-
|
|
5
|
+
} from "../../chunk-JZN7YOPM.mjs";
|
|
6
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
|
-
import "../../chunk-PMAFHQ7P.mjs";
|
|
12
11
|
import "../../chunk-RKTVJRK7.mjs";
|
|
12
|
+
import "../../chunk-PMAFHQ7P.mjs";
|
|
13
13
|
import "../../chunk-YYN33GSG.mjs";
|
|
14
|
-
import "../../chunk-WF65O6HX.mjs";
|
|
15
14
|
import "../../chunk-6ZLPNY7X.mjs";
|
|
16
15
|
import "../../chunk-6PUNP7CD.mjs";
|
|
17
16
|
import "../../chunk-O7ARI5CV.mjs";
|
|
18
|
-
import "../../chunk-EFL5OBKN.mjs";
|
|
19
17
|
import "../../chunk-QNUAXSDP.mjs";
|
|
20
18
|
import "../../chunk-NB2FKV2V.mjs";
|
|
21
|
-
import "../../chunk-DMLQZG75.mjs";
|
|
22
|
-
import "../../chunk-F555TVE4.mjs";
|
|
23
19
|
import "../../chunk-FDOMAPJY.mjs";
|
|
24
20
|
import "../../chunk-AFNWX62Q.mjs";
|
|
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,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
DeveloperConsoleModal
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-YCG6SNAU.mjs";
|
|
5
5
|
import {
|
|
6
6
|
CopilotKitIcon
|
|
7
7
|
} from "../../chunk-PIF5KJYI.mjs";
|
|
8
|
-
import "../../chunk-DMLQZG75.mjs";
|
|
9
8
|
import {
|
|
10
9
|
useCopilotContext
|
|
11
10
|
} from "../../chunk-AFNWX62Q.mjs";
|
|
11
|
+
import "../../chunk-DMLQZG75.mjs";
|
|
12
12
|
import "../../chunk-SKC7AJIV.mjs";
|
|
13
13
|
|
|
14
14
|
// src/components/dev-console/console-trigger.tsx
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
DeveloperConsoleModal
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-YCG6SNAU.mjs";
|
|
5
5
|
import "../../chunk-PIF5KJYI.mjs";
|
|
6
|
-
import "../../chunk-DMLQZG75.mjs";
|
|
7
6
|
import "../../chunk-AFNWX62Q.mjs";
|
|
7
|
+
import "../../chunk-DMLQZG75.mjs";
|
|
8
8
|
import "../../chunk-SKC7AJIV.mjs";
|
|
9
9
|
export {
|
|
10
10
|
DeveloperConsoleModal
|
|
@@ -3,26 +3,26 @@ import "../chunk-SPCZTZCY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
CopilotKit,
|
|
5
5
|
defaultCopilotContextCategories
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-JZN7YOPM.mjs";
|
|
7
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
|
-
import "../chunk-PMAFHQ7P.mjs";
|
|
13
12
|
import "../chunk-RKTVJRK7.mjs";
|
|
13
|
+
import "../chunk-PMAFHQ7P.mjs";
|
|
14
14
|
import "../chunk-YYN33GSG.mjs";
|
|
15
|
-
import "../chunk-WF65O6HX.mjs";
|
|
16
15
|
import "../chunk-6ZLPNY7X.mjs";
|
|
17
16
|
import "../chunk-6PUNP7CD.mjs";
|
|
18
17
|
import "../chunk-O7ARI5CV.mjs";
|
|
19
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
20
18
|
import "../chunk-QNUAXSDP.mjs";
|
|
21
19
|
import "../chunk-NB2FKV2V.mjs";
|
|
22
|
-
import "../chunk-DMLQZG75.mjs";
|
|
23
|
-
import "../chunk-F555TVE4.mjs";
|
|
24
20
|
import "../chunk-FDOMAPJY.mjs";
|
|
25
21
|
import "../chunk-AFNWX62Q.mjs";
|
|
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,13 +1,4 @@
|
|
|
1
1
|
import "../chunk-NB2FKV2V.mjs";
|
|
2
|
-
import {
|
|
3
|
-
CopilotMessagesContext,
|
|
4
|
-
useCopilotMessagesContext
|
|
5
|
-
} from "../chunk-DMLQZG75.mjs";
|
|
6
|
-
import {
|
|
7
|
-
ThreadsContext,
|
|
8
|
-
ThreadsProvider,
|
|
9
|
-
useThreads
|
|
10
|
-
} from "../chunk-F555TVE4.mjs";
|
|
11
2
|
import {
|
|
12
3
|
CoAgentStateRendersContext,
|
|
13
4
|
CoAgentStateRendersProvider,
|
|
@@ -17,6 +8,15 @@ import {
|
|
|
17
8
|
CopilotContext,
|
|
18
9
|
useCopilotContext
|
|
19
10
|
} from "../chunk-AFNWX62Q.mjs";
|
|
11
|
+
import {
|
|
12
|
+
CopilotMessagesContext,
|
|
13
|
+
useCopilotMessagesContext
|
|
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
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import "../chunk-A6NKSGH3.mjs";
|
|
2
|
-
import {
|
|
3
|
-
useLangGraphInterrupt
|
|
4
|
-
} from "../chunk-4RRMC7L2.mjs";
|
|
5
2
|
import {
|
|
6
3
|
useMakeCopilotDocumentReadable
|
|
7
4
|
} from "../chunk-7IBF6RBW.mjs";
|
|
8
|
-
import {
|
|
9
|
-
useCopilotChat
|
|
10
|
-
} from "../chunk-53K6WNJG.mjs";
|
|
11
|
-
import {
|
|
12
|
-
useCopilotReadable
|
|
13
|
-
} from "../chunk-Z6JV2LRY.mjs";
|
|
14
5
|
import {
|
|
15
6
|
useCopilotRuntimeClient
|
|
16
7
|
} from "../chunk-6ESSSQ7Q.mjs";
|
|
@@ -18,11 +9,8 @@ import {
|
|
|
18
9
|
useDefaultTool
|
|
19
10
|
} from "../chunk-BUSWSDYO.mjs";
|
|
20
11
|
import {
|
|
21
|
-
|
|
22
|
-
} from "../chunk-
|
|
23
|
-
import {
|
|
24
|
-
useCoAgent
|
|
25
|
-
} from "../chunk-ZYTXB6HH.mjs";
|
|
12
|
+
useLangGraphInterrupt
|
|
13
|
+
} from "../chunk-BTZ3TJVX.mjs";
|
|
26
14
|
import {
|
|
27
15
|
useCopilotAdditionalInstructions
|
|
28
16
|
} from "../chunk-ABWT4DRT.mjs";
|
|
@@ -44,6 +32,12 @@ import {
|
|
|
44
32
|
import {
|
|
45
33
|
useCopilotChatHeadless_c
|
|
46
34
|
} from "../chunk-FQFXYAV7.mjs";
|
|
35
|
+
import {
|
|
36
|
+
useCopilotChatSuggestions
|
|
37
|
+
} from "../chunk-XDFVCQD3.mjs";
|
|
38
|
+
import {
|
|
39
|
+
useCopilotChat
|
|
40
|
+
} from "../chunk-53K6WNJG.mjs";
|
|
47
41
|
import {
|
|
48
42
|
useCopilotChatInternal
|
|
49
43
|
} from "../chunk-LSHFN2Y5.mjs";
|
|
@@ -54,18 +48,24 @@ import {
|
|
|
54
48
|
useLazyToolRenderer
|
|
55
49
|
} from "../chunk-ZVF5Q6IH.mjs";
|
|
56
50
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
51
|
+
useCopilotReadable
|
|
52
|
+
} from "../chunk-Z6JV2LRY.mjs";
|
|
59
53
|
import "../chunk-6PUNP7CD.mjs";
|
|
60
54
|
import "../chunk-O7ARI5CV.mjs";
|
|
61
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
62
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
63
55
|
import "../chunk-QNUAXSDP.mjs";
|
|
56
|
+
import {
|
|
57
|
+
useCoAgentStateRender
|
|
58
|
+
} from "../chunk-IUNU4CUG.mjs";
|
|
59
|
+
import {
|
|
60
|
+
useCoAgent
|
|
61
|
+
} from "../chunk-ZYTXB6HH.mjs";
|
|
62
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
64
63
|
import "../chunk-NB2FKV2V.mjs";
|
|
65
|
-
import "../chunk-DMLQZG75.mjs";
|
|
66
|
-
import "../chunk-F555TVE4.mjs";
|
|
67
64
|
import "../chunk-FDOMAPJY.mjs";
|
|
68
65
|
import "../chunk-AFNWX62Q.mjs";
|
|
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-DMLQZG75.mjs";
|
|
7
|
-
import "../chunk-F555TVE4.mjs";
|
|
8
6
|
import "../chunk-FDOMAPJY.mjs";
|
|
9
7
|
import "../chunk-AFNWX62Q.mjs";
|
|
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
|
|
@@ -8,14 +8,14 @@ import "../chunk-VV56AVPB.mjs";
|
|
|
8
8
|
import "../chunk-ZVF5Q6IH.mjs";
|
|
9
9
|
import "../chunk-6PUNP7CD.mjs";
|
|
10
10
|
import "../chunk-O7ARI5CV.mjs";
|
|
11
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
12
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
13
11
|
import "../chunk-QNUAXSDP.mjs";
|
|
12
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
14
13
|
import "../chunk-NB2FKV2V.mjs";
|
|
15
|
-
import "../chunk-DMLQZG75.mjs";
|
|
16
|
-
import "../chunk-F555TVE4.mjs";
|
|
17
14
|
import "../chunk-FDOMAPJY.mjs";
|
|
18
15
|
import "../chunk-AFNWX62Q.mjs";
|
|
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,
|
|
@@ -6,14 +6,14 @@ import "../chunk-VV56AVPB.mjs";
|
|
|
6
6
|
import "../chunk-ZVF5Q6IH.mjs";
|
|
7
7
|
import "../chunk-6PUNP7CD.mjs";
|
|
8
8
|
import "../chunk-O7ARI5CV.mjs";
|
|
9
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
10
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
11
9
|
import "../chunk-QNUAXSDP.mjs";
|
|
10
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
12
11
|
import "../chunk-NB2FKV2V.mjs";
|
|
13
|
-
import "../chunk-DMLQZG75.mjs";
|
|
14
|
-
import "../chunk-F555TVE4.mjs";
|
|
15
12
|
import "../chunk-FDOMAPJY.mjs";
|
|
16
13
|
import "../chunk-AFNWX62Q.mjs";
|
|
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
|
|
@@ -6,14 +6,14 @@ import "../chunk-VV56AVPB.mjs";
|
|
|
6
6
|
import "../chunk-ZVF5Q6IH.mjs";
|
|
7
7
|
import "../chunk-6PUNP7CD.mjs";
|
|
8
8
|
import "../chunk-O7ARI5CV.mjs";
|
|
9
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
10
|
-
import "../chunk-I76HKHPJ.mjs";
|
|
11
9
|
import "../chunk-QNUAXSDP.mjs";
|
|
10
|
+
import "../chunk-I76HKHPJ.mjs";
|
|
12
11
|
import "../chunk-NB2FKV2V.mjs";
|
|
13
|
-
import "../chunk-DMLQZG75.mjs";
|
|
14
|
-
import "../chunk-F555TVE4.mjs";
|
|
15
12
|
import "../chunk-FDOMAPJY.mjs";
|
|
16
13
|
import "../chunk-AFNWX62Q.mjs";
|
|
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-DMLQZG75.mjs";
|
|
7
|
-
import "../chunk-F555TVE4.mjs";
|
|
8
6
|
import "../chunk-FDOMAPJY.mjs";
|
|
9
7
|
import "../chunk-AFNWX62Q.mjs";
|
|
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,41 +5,31 @@ 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
10
|
import "./chunk-JD7BAH7U.mjs";
|
|
11
11
|
import "./chunk-SPCZTZCY.mjs";
|
|
12
12
|
import {
|
|
13
13
|
CopilotKit,
|
|
14
14
|
defaultCopilotContextCategories
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-JZN7YOPM.mjs";
|
|
16
16
|
import "./chunk-SNON4QA6.mjs";
|
|
17
17
|
import "./chunk-CYDWEPFL.mjs";
|
|
18
18
|
import {
|
|
19
19
|
SUGGESTION_RETRY_CONFIG
|
|
20
20
|
} from "./chunk-2IDV5OHF.mjs";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-7HI6VLJJ.mjs";
|
|
22
22
|
import {
|
|
23
23
|
shouldShowDevConsole
|
|
24
24
|
} from "./chunk-ICIK2BSB.mjs";
|
|
25
|
-
import "./chunk-PMAFHQ7P.mjs";
|
|
26
25
|
import "./chunk-RKTVJRK7.mjs";
|
|
26
|
+
import "./chunk-PMAFHQ7P.mjs";
|
|
27
27
|
import "./chunk-YYN33GSG.mjs";
|
|
28
|
-
import "./chunk-WF65O6HX.mjs";
|
|
29
28
|
import "./chunk-6ZLPNY7X.mjs";
|
|
30
29
|
import "./chunk-A6NKSGH3.mjs";
|
|
31
|
-
import {
|
|
32
|
-
useLangGraphInterrupt
|
|
33
|
-
} from "./chunk-4RRMC7L2.mjs";
|
|
34
30
|
import {
|
|
35
31
|
useMakeCopilotDocumentReadable
|
|
36
32
|
} from "./chunk-7IBF6RBW.mjs";
|
|
37
|
-
import {
|
|
38
|
-
useCopilotChat
|
|
39
|
-
} from "./chunk-53K6WNJG.mjs";
|
|
40
|
-
import {
|
|
41
|
-
useCopilotReadable
|
|
42
|
-
} from "./chunk-Z6JV2LRY.mjs";
|
|
43
33
|
import {
|
|
44
34
|
useCopilotRuntimeClient
|
|
45
35
|
} from "./chunk-6ESSSQ7Q.mjs";
|
|
@@ -47,11 +37,8 @@ import {
|
|
|
47
37
|
useDefaultTool
|
|
48
38
|
} from "./chunk-BUSWSDYO.mjs";
|
|
49
39
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
52
|
-
import {
|
|
53
|
-
useCoAgent
|
|
54
|
-
} from "./chunk-ZYTXB6HH.mjs";
|
|
40
|
+
useLangGraphInterrupt
|
|
41
|
+
} from "./chunk-BTZ3TJVX.mjs";
|
|
55
42
|
import {
|
|
56
43
|
useCopilotAdditionalInstructions
|
|
57
44
|
} from "./chunk-ABWT4DRT.mjs";
|
|
@@ -73,6 +60,12 @@ import {
|
|
|
73
60
|
import {
|
|
74
61
|
useCopilotChatHeadless_c
|
|
75
62
|
} from "./chunk-FQFXYAV7.mjs";
|
|
63
|
+
import {
|
|
64
|
+
useCopilotChatSuggestions
|
|
65
|
+
} from "./chunk-XDFVCQD3.mjs";
|
|
66
|
+
import {
|
|
67
|
+
useCopilotChat
|
|
68
|
+
} from "./chunk-53K6WNJG.mjs";
|
|
76
69
|
import {
|
|
77
70
|
useCopilotChatInternal
|
|
78
71
|
} from "./chunk-LSHFN2Y5.mjs";
|
|
@@ -83,23 +76,19 @@ import {
|
|
|
83
76
|
useLazyToolRenderer
|
|
84
77
|
} from "./chunk-ZVF5Q6IH.mjs";
|
|
85
78
|
import {
|
|
86
|
-
|
|
87
|
-
} from "./chunk-
|
|
79
|
+
useCopilotReadable
|
|
80
|
+
} from "./chunk-Z6JV2LRY.mjs";
|
|
88
81
|
import "./chunk-6PUNP7CD.mjs";
|
|
89
82
|
import "./chunk-O7ARI5CV.mjs";
|
|
90
|
-
import "./chunk-EFL5OBKN.mjs";
|
|
91
|
-
import "./chunk-I76HKHPJ.mjs";
|
|
92
83
|
import "./chunk-QNUAXSDP.mjs";
|
|
93
|
-
import "./chunk-NB2FKV2V.mjs";
|
|
94
84
|
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
} from "./chunk-DMLQZG75.mjs";
|
|
85
|
+
useCoAgentStateRender
|
|
86
|
+
} from "./chunk-IUNU4CUG.mjs";
|
|
98
87
|
import {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
88
|
+
useCoAgent
|
|
89
|
+
} from "./chunk-ZYTXB6HH.mjs";
|
|
90
|
+
import "./chunk-I76HKHPJ.mjs";
|
|
91
|
+
import "./chunk-NB2FKV2V.mjs";
|
|
103
92
|
import {
|
|
104
93
|
CoAgentStateRendersContext,
|
|
105
94
|
CoAgentStateRendersProvider,
|
|
@@ -109,6 +98,17 @@ import {
|
|
|
109
98
|
CopilotContext,
|
|
110
99
|
useCopilotContext
|
|
111
100
|
} from "./chunk-AFNWX62Q.mjs";
|
|
101
|
+
import {
|
|
102
|
+
CopilotMessagesContext,
|
|
103
|
+
useCopilotMessagesContext
|
|
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-
|
|
7
|
+
import "../chunk-JZN7YOPM.mjs";
|
|
8
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
|
-
import "../chunk-PMAFHQ7P.mjs";
|
|
14
13
|
import "../chunk-RKTVJRK7.mjs";
|
|
14
|
+
import "../chunk-PMAFHQ7P.mjs";
|
|
15
15
|
import "../chunk-YYN33GSG.mjs";
|
|
16
|
-
import "../chunk-WF65O6HX.mjs";
|
|
17
16
|
import "../chunk-6ZLPNY7X.mjs";
|
|
18
17
|
import "../chunk-6PUNP7CD.mjs";
|
|
19
18
|
import "../chunk-O7ARI5CV.mjs";
|
|
20
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
21
19
|
import "../chunk-QNUAXSDP.mjs";
|
|
22
20
|
import "../chunk-NB2FKV2V.mjs";
|
|
23
|
-
import "../chunk-DMLQZG75.mjs";
|
|
24
|
-
import "../chunk-F555TVE4.mjs";
|
|
25
21
|
import "../chunk-FDOMAPJY.mjs";
|
|
26
22
|
import "../chunk-AFNWX62Q.mjs";
|
|
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-
|
|
8
|
+
import "../chunk-JZN7YOPM.mjs";
|
|
9
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
|
-
import "../chunk-PMAFHQ7P.mjs";
|
|
15
14
|
import "../chunk-RKTVJRK7.mjs";
|
|
15
|
+
import "../chunk-PMAFHQ7P.mjs";
|
|
16
16
|
import "../chunk-YYN33GSG.mjs";
|
|
17
|
-
import "../chunk-WF65O6HX.mjs";
|
|
18
17
|
import "../chunk-6ZLPNY7X.mjs";
|
|
19
18
|
import "../chunk-6PUNP7CD.mjs";
|
|
20
19
|
import "../chunk-O7ARI5CV.mjs";
|
|
21
|
-
import "../chunk-EFL5OBKN.mjs";
|
|
22
20
|
import "../chunk-QNUAXSDP.mjs";
|
|
23
21
|
import "../chunk-NB2FKV2V.mjs";
|
|
24
|
-
import "../chunk-DMLQZG75.mjs";
|
|
25
|
-
import "../chunk-F555TVE4.mjs";
|
|
26
22
|
import "../chunk-FDOMAPJY.mjs";
|
|
27
23
|
import "../chunk-AFNWX62Q.mjs";
|
|
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.33",
|
|
60
|
-
"@copilotkitnext/react": "0.0.33",
|
|
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-20251229210625",
|
|
65
|
-
"@copilotkit/shared": "0.0.0-max-runner-auth-20251229210625"
|
|
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
|