@copilotkit/react-core 1.7.2-next.0 → 1.7.2-next.2
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 +15 -0
- package/dist/{chunk-37LXOL6B.mjs → chunk-7L3NZ62H.mjs} +4 -4
- package/dist/{chunk-4X4XFBC6.mjs → chunk-EB77GXMQ.mjs} +2 -2
- package/dist/{chunk-ZNWM2EVT.mjs → chunk-KCRH7G5P.mjs} +5 -5
- package/dist/chunk-KCRH7G5P.mjs.map +1 -0
- package/dist/{chunk-PRWPZCKZ.mjs → chunk-N6WQJXNP.mjs} +7 -7
- package/dist/{chunk-RPSMTOER.mjs → chunk-TAN6RACT.mjs} +5 -5
- package/dist/{chunk-CJTSYEYG.mjs → chunk-Z4SDDTES.mjs} +2 -2
- package/dist/components/copilot-provider/copilot-messages.mjs +2 -2
- package/dist/components/copilot-provider/copilotkit.mjs +5 -5
- package/dist/components/copilot-provider/index.mjs +5 -5
- package/dist/components/index.mjs +5 -5
- package/dist/context/index.mjs +4 -4
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +24 -24
- package/dist/hooks/use-coagent.js.map +1 -1
- package/dist/hooks/use-coagent.mjs +8 -8
- package/dist/hooks/use-copilot-chat.js.map +1 -1
- package/dist/hooks/use-copilot-chat.mjs +7 -7
- package/dist/hooks/use-langgraph-interrupt-render.mjs +1 -1
- package/dist/hooks/use-langgraph-interrupt.js.map +1 -1
- package/dist/hooks/use-langgraph-interrupt.mjs +8 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -28
- package/dist/lib/copilot-task.mjs +6 -6
- package/dist/lib/index.mjs +6 -6
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/extract.mjs +5 -5
- package/dist/utils/index.mjs +5 -5
- package/package.json +3 -3
- package/src/hooks/use-copilot-chat.ts +1 -0
- package/src/types/index.ts +6 -0
- package/dist/chunk-ZNWM2EVT.mjs.map +0 -1
- /package/dist/{chunk-37LXOL6B.mjs.map → chunk-7L3NZ62H.mjs.map} +0 -0
- /package/dist/{chunk-4X4XFBC6.mjs.map → chunk-EB77GXMQ.mjs.map} +0 -0
- /package/dist/{chunk-PRWPZCKZ.mjs.map → chunk-N6WQJXNP.mjs.map} +0 -0
- /package/dist/{chunk-RPSMTOER.mjs.map → chunk-TAN6RACT.mjs.map} +0 -0
- /package/dist/{chunk-CJTSYEYG.mjs.map → chunk-Z4SDDTES.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
import "../chunk-CQPYJIBH.mjs";
|
|
2
|
+
import {
|
|
3
|
+
useMakeCopilotDocumentReadable
|
|
4
|
+
} from "../chunk-JHPCDBBM.mjs";
|
|
5
|
+
import {
|
|
6
|
+
useCopilotAdditionalInstructions
|
|
7
|
+
} from "../chunk-O3IIH54P.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useCopilotAuthenticatedAction_c
|
|
10
|
+
} from "../chunk-YI7LPACV.mjs";
|
|
11
|
+
import {
|
|
12
|
+
useCopilotReadable
|
|
13
|
+
} from "../chunk-AT4ALBK4.mjs";
|
|
2
14
|
import {
|
|
3
15
|
useLangGraphInterruptRender
|
|
4
16
|
} from "../chunk-7XNZHQWJ.mjs";
|
|
5
17
|
import {
|
|
6
18
|
useLangGraphInterrupt
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import {
|
|
9
|
-
useMakeCopilotDocumentReadable
|
|
10
|
-
} from "../chunk-JHPCDBBM.mjs";
|
|
19
|
+
} from "../chunk-Z4SDDTES.mjs";
|
|
11
20
|
import {
|
|
12
21
|
useCoAgentStateRender
|
|
13
22
|
} from "../chunk-SGXCSXCK.mjs";
|
|
@@ -16,38 +25,29 @@ import {
|
|
|
16
25
|
startAgent,
|
|
17
26
|
stopAgent,
|
|
18
27
|
useCoAgent
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import {
|
|
21
|
-
useCopilotAdditionalInstructions
|
|
22
|
-
} from "../chunk-O3IIH54P.mjs";
|
|
23
|
-
import {
|
|
24
|
-
useCopilotAuthenticatedAction_c
|
|
25
|
-
} from "../chunk-YI7LPACV.mjs";
|
|
26
|
-
import {
|
|
27
|
-
useCopilotAction
|
|
28
|
-
} from "../chunk-NY3BUYYZ.mjs";
|
|
28
|
+
} from "../chunk-TAN6RACT.mjs";
|
|
29
29
|
import {
|
|
30
30
|
useCopilotChat
|
|
31
|
-
} from "../chunk-
|
|
32
|
-
import
|
|
33
|
-
|
|
34
|
-
} from "../chunk-AT4ALBK4.mjs";
|
|
35
|
-
import "../chunk-PRWPZCKZ.mjs";
|
|
31
|
+
} from "../chunk-KCRH7G5P.mjs";
|
|
32
|
+
import "../chunk-YPSGKPDA.mjs";
|
|
33
|
+
import "../chunk-N6WQJXNP.mjs";
|
|
36
34
|
import "../chunk-534J55RX.mjs";
|
|
37
35
|
import "../chunk-MLAS4QUR.mjs";
|
|
38
|
-
import "../chunk-
|
|
39
|
-
import "../chunk-5FHSUKQL.mjs";
|
|
36
|
+
import "../chunk-7L3NZ62H.mjs";
|
|
40
37
|
import "../chunk-6U3UH3KO.mjs";
|
|
41
38
|
import "../chunk-PMAFHQ7P.mjs";
|
|
42
|
-
import "../chunk-
|
|
43
|
-
import "../chunk-YPSGKPDA.mjs";
|
|
44
|
-
import "../chunk-PTSWFERP.mjs";
|
|
39
|
+
import "../chunk-5FHSUKQL.mjs";
|
|
45
40
|
import "../chunk-DCTJZ742.mjs";
|
|
41
|
+
import "../chunk-D34OH4VN.mjs";
|
|
46
42
|
import "../chunk-FUO5LKSJ.mjs";
|
|
47
43
|
import "../chunk-4CEQJ2X6.mjs";
|
|
48
44
|
import {
|
|
49
45
|
useCopilotRuntimeClient
|
|
50
46
|
} from "../chunk-BKTARDXX.mjs";
|
|
47
|
+
import {
|
|
48
|
+
useCopilotAction
|
|
49
|
+
} from "../chunk-NY3BUYYZ.mjs";
|
|
50
|
+
import "../chunk-PTSWFERP.mjs";
|
|
51
51
|
import "../chunk-22ENANUU.mjs";
|
|
52
52
|
import "../chunk-O7ARI5CV.mjs";
|
|
53
53
|
import "../chunk-SKC7AJIV.mjs";
|