@tangle-network/agent-app 0.44.28 → 0.44.30
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/dist/assistant/index.d.ts +8 -6
- package/dist/assistant/index.js +6 -3
- package/dist/assistant/index.js.map +1 -1
- package/dist/{attachment-validation-Dvc_Livy.d.ts → attachment-validation-CNkH91Gs.d.ts} +1 -1
- package/dist/chat-react/index.d.ts +192 -0
- package/dist/chat-react/index.js +179 -0
- package/dist/chat-react/index.js.map +1 -0
- package/dist/chat-routes/index.d.ts +7 -6
- package/dist/chat-routes/index.js +13 -9
- package/dist/chat-routes/index.js.map +1 -1
- package/dist/chat-store/index.d.ts +6 -5
- package/dist/chat-store/index.js +2 -1
- package/dist/chat-store/index.js.map +1 -1
- package/dist/chunk-4OO7P3ZF.js +292 -0
- package/dist/chunk-4OO7P3ZF.js.map +1 -0
- package/dist/chunk-4PUMUTLU.js +158 -0
- package/dist/chunk-4PUMUTLU.js.map +1 -0
- package/dist/{chunk-7775L5NN.js → chunk-BAC2B2KI.js} +170 -7
- package/dist/chunk-BAC2B2KI.js.map +1 -0
- package/dist/{chunk-PRKSYTMQ.js → chunk-GCH3BUAZ.js} +31 -317
- package/dist/chunk-GCH3BUAZ.js.map +1 -0
- package/dist/{chunk-BI6NKSO4.js → chunk-IYLJS6VW.js} +3 -84
- package/dist/chunk-IYLJS6VW.js.map +1 -0
- package/dist/chunk-QY4BRKRJ.js +84 -0
- package/dist/chunk-QY4BRKRJ.js.map +1 -0
- package/dist/{chunk-C3SRFZGL.js → chunk-QYAQGCHF.js} +2 -154
- package/dist/chunk-QYAQGCHF.js.map +1 -0
- package/dist/{contract-CEewO6DI.d.ts → contract-CQNvv5th.d.ts} +1 -1
- package/dist/interactions/index.d.ts +2 -2
- package/dist/{parts-fyPPdDdK.d.ts → parts-7fbe2rj8.d.ts} +4 -274
- package/dist/{queue-vRI0Qx3X.d.ts → queue-VTBA5ONX.d.ts} +1 -1
- package/dist/sandbox/index.d.ts +253 -1
- package/dist/sandbox/index.js +9 -1
- package/dist/stream/index.d.ts +3 -3
- package/dist/{stream-normalizer-DnuqkZvw.d.ts → stream-normalizer-CnPnMaTp.d.ts} +1 -1
- package/dist/teams/index.js +5 -5
- package/dist/teams/invitations-api.js +4 -4
- package/dist/teams-react/index.js +3 -3
- package/dist/{types-DB82fktc.d.ts → types-CCeYywdS.d.ts} +1 -1
- package/dist/use-file-mentions-E6a7_cbH.d.ts +98 -0
- package/dist/web-react/index.d.ts +13 -104
- package/dist/web-react/index.js +17 -12
- package/dist/wire-DSp4LzEE.d.ts +272 -0
- package/dist/work-product/index.d.ts +3 -3
- package/dist/work-product-react/index.d.ts +1 -1
- package/package.json +6 -1
- package/dist/chunk-7775L5NN.js.map +0 -1
- package/dist/chunk-BI6NKSO4.js.map +0 -1
- package/dist/chunk-C3SRFZGL.js.map +0 -1
- package/dist/chunk-PRKSYTMQ.js.map +0 -1
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
import { ToolDetailRenderers, ChatUiMessage } from '../web-react/index.js';
|
|
4
|
-
import '../contract-
|
|
4
|
+
import '../contract-CQNvv5th.js';
|
|
5
5
|
import '@tangle-network/agent-interface';
|
|
6
6
|
import '../plans/index.js';
|
|
7
|
-
import '../parts-
|
|
8
|
-
import '../types-
|
|
7
|
+
import '../parts-7fbe2rj8.js';
|
|
8
|
+
import '../types-CCeYywdS.js';
|
|
9
|
+
import '../wire-DSp4LzEE.js';
|
|
10
|
+
import '../use-file-mentions-E6a7_cbH.js';
|
|
9
11
|
import '../agent-activity-C8ZG0F0M.js';
|
|
10
12
|
import '../flow-types-CJxEmaRy.js';
|
|
11
|
-
import '../queue-
|
|
13
|
+
import '../queue-VTBA5ONX.js';
|
|
12
14
|
import '../sandbox-terminal-ChNEdHF8.js';
|
|
13
15
|
import '../catalog/index.js';
|
|
14
16
|
import '../harness/index.js';
|
|
15
|
-
import '../attachment-validation-
|
|
16
|
-
import '../stream-normalizer-
|
|
17
|
+
import '../attachment-validation-CNkH91Gs.js';
|
|
18
|
+
import '../stream-normalizer-CnPnMaTp.js';
|
|
17
19
|
|
|
18
20
|
/**
|
|
19
21
|
* Wire + UI types for the in-app assistant panel. The wire shapes mirror the
|
package/dist/assistant/index.js
CHANGED
|
@@ -3,14 +3,17 @@ import {
|
|
|
3
3
|
ChatMessages,
|
|
4
4
|
ModelPicker,
|
|
5
5
|
ProviderLogo
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-GCH3BUAZ.js";
|
|
7
7
|
import "../chunk-FBVLEGEG.js";
|
|
8
8
|
import "../chunk-YTMKRL3L.js";
|
|
9
9
|
import "../chunk-GEYACSFW.js";
|
|
10
|
+
import "../chunk-4OO7P3ZF.js";
|
|
10
11
|
import "../chunk-HCOROIRT.js";
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-QY4BRKRJ.js";
|
|
13
|
+
import "../chunk-IYLJS6VW.js";
|
|
14
|
+
import "../chunk-4PUMUTLU.js";
|
|
13
15
|
import "../chunk-ZVEEWGDK.js";
|
|
16
|
+
import "../chunk-QYAQGCHF.js";
|
|
14
17
|
import "../chunk-5EPIPT4V.js";
|
|
15
18
|
import "../chunk-3ZK5IJSW.js";
|
|
16
19
|
import "../chunk-YJMCRXQQ.js";
|