@tutti-os/agent-gui 0.0.46 → 0.0.47
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/{AgentMentionSearchController-D5ks45fN.d.ts → AgentMentionSearchController-CExFPobz.d.ts} +1 -1
- package/dist/AgentMessageMarkdown-DeYPURtF.d.ts +7 -0
- package/dist/agent-conversation/index.d.ts +4 -3
- package/dist/agent-conversation/index.js +8 -8
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +9 -9
- package/dist/{agentConversationVM-1QgRwvwZ.d.ts → agentConversationVM-BTMtRteS.d.ts} +14 -0
- package/dist/{AgentMessageMarkdown-Cts0dAIm.d.ts → agentGuiNodeTypes-B5Y6yDKy.d.ts} +43 -9
- package/dist/app/renderer/agentactivity.css +92 -9
- package/dist/{chunk-FRG36S6N.js → chunk-2FOBSURO.js} +5 -5
- package/dist/chunk-2FOBSURO.js.map +1 -0
- package/dist/{chunk-AMNXH4DJ.js → chunk-2RYZ4EBF.js} +2 -2
- package/dist/{chunk-EIC7XS3C.js → chunk-5QTC2L52.js} +2 -2
- package/dist/{chunk-ZJ7OSY4T.js → chunk-7NCWSH7U.js} +9 -9
- package/dist/{chunk-ZJ7OSY4T.js.map → chunk-7NCWSH7U.js.map} +1 -1
- package/dist/{chunk-62QOR3TC.js → chunk-HCS3HUUX.js} +5 -5
- package/dist/{chunk-OL54R6OL.js → chunk-J3SJZMI5.js} +2 -2
- package/dist/{chunk-VFQR7AZI.js → chunk-KACBTC7Y.js} +25 -3
- package/dist/chunk-KACBTC7Y.js.map +1 -0
- package/dist/{chunk-FJG2EH4V.js → chunk-KUCWRSXU.js} +2 -2
- package/dist/{chunk-D6IYEVDT.js → chunk-MCH35MAX.js} +2 -2
- package/dist/{chunk-NZ2BGOJU.js → chunk-Q4X6Q4E6.js} +2 -2
- package/dist/{chunk-EU7RWKHE.js → chunk-R6GOICRO.js} +5 -5
- package/dist/chunk-SD56WDSC.js +359 -0
- package/dist/chunk-SD56WDSC.js.map +1 -0
- package/dist/{chunk-TXXWUG2J.js → chunk-VE6JY2TH.js} +2 -1
- package/dist/{chunk-TXXWUG2J.js.map → chunk-VE6JY2TH.js.map} +1 -1
- package/dist/{chunk-QT45WUPQ.js → chunk-XJXSR5XI.js} +244 -21
- package/dist/chunk-XJXSR5XI.js.map +1 -0
- package/dist/{chunk-BAQTM6VS.js → chunk-ZAF4IVUT.js} +848 -102
- package/dist/chunk-ZAF4IVUT.js.map +1 -0
- package/dist/context-mention-palette/index.d.ts +3 -3
- package/dist/context-mention-palette/index.js +9 -9
- package/dist/i18n/index.d.ts +24 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +22 -6
- package/dist/index.js +847 -812
- package/dist/index.js.map +1 -1
- package/dist/plan-decision-ops.d.ts +1 -1
- package/dist/queued-prompt-runtime.d.ts +97 -0
- package/dist/queued-prompt-runtime.js +9 -0
- package/dist/queued-prompt-runtime.js.map +1 -0
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +9 -9
- package/dist/workbench/launch.js +2 -2
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +21 -14
- package/dist/chunk-BAQTM6VS.js.map +0 -1
- package/dist/chunk-FRG36S6N.js.map +0 -1
- package/dist/chunk-QT45WUPQ.js.map +0 -1
- package/dist/chunk-VFQR7AZI.js.map +0 -1
- /package/dist/{chunk-AMNXH4DJ.js.map → chunk-2RYZ4EBF.js.map} +0 -0
- /package/dist/{chunk-EIC7XS3C.js.map → chunk-5QTC2L52.js.map} +0 -0
- /package/dist/{chunk-62QOR3TC.js.map → chunk-HCS3HUUX.js.map} +0 -0
- /package/dist/{chunk-OL54R6OL.js.map → chunk-J3SJZMI5.js.map} +0 -0
- /package/dist/{chunk-FJG2EH4V.js.map → chunk-KUCWRSXU.js.map} +0 -0
- /package/dist/{chunk-D6IYEVDT.js.map → chunk-MCH35MAX.js.map} +0 -0
- /package/dist/{chunk-NZ2BGOJU.js.map → chunk-Q4X6Q4E6.js.map} +0 -0
- /package/dist/{chunk-EU7RWKHE.js.map → chunk-R6GOICRO.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as AgentMentionSearchState, A as AgentContextMentionItem, a as AgentMentionBrowseCategory, b as AgentMentionFilterId, d as AgentMentionGroupId } from '../AgentMentionSearchController-
|
|
2
|
-
export { c as AgentMentionGroup, e as AgentMentionSearchController } from '../AgentMentionSearchController-
|
|
1
|
+
import { f as AgentMentionSearchState, A as AgentContextMentionItem, a as AgentMentionBrowseCategory, b as AgentMentionFilterId, d as AgentMentionGroupId } from '../AgentMentionSearchController-CExFPobz.js';
|
|
2
|
+
export { c as AgentMentionGroup, e as AgentMentionSearchController } from '../AgentMentionSearchController-CExFPobz.js';
|
|
3
3
|
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AgentContextMentionInsertResult, AgentContextMentionProvider, AgentContextMentionProviderId, AgentContextMentionQueryInput } from '../context-mention-provider.js';
|
|
4
4
|
import '@tutti-os/ui-rich-text/at-panel';
|
|
5
5
|
import '@tutti-os/ui-rich-text/types';
|
|
@@ -30,7 +30,7 @@ interface AgentFileMentionPaletteProps {
|
|
|
30
30
|
onNavigateHierarchy?: (delta: 1 | -1) => void;
|
|
31
31
|
onNavigateIntoItem?: (item: AgentContextMentionItem) => void;
|
|
32
32
|
/**
|
|
33
|
-
* 可选:点击 issue / app
|
|
33
|
+
* 可选:点击 issue / app 行末尾的「查看产物」入口时回调(打开引用 picker 并定位)。
|
|
34
34
|
* 仅 workspace-issue / workspace-app 行渲染该入口。
|
|
35
35
|
*/
|
|
36
36
|
onOpenReferences?: (item: AgentContextMentionItem) => void;
|
|
@@ -4,23 +4,23 @@ import {
|
|
|
4
4
|
AgentMentionSearchController,
|
|
5
5
|
flattenAgentMentionPaletteEntries,
|
|
6
6
|
groupStartKeys
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-7NCWSH7U.js";
|
|
8
|
+
import "../chunk-MCH35MAX.js";
|
|
9
|
+
import "../chunk-Q4X6Q4E6.js";
|
|
10
10
|
import "../chunk-IBIMGLCD.js";
|
|
11
11
|
import "../chunk-MTFSQWZ6.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-2FOBSURO.js";
|
|
13
13
|
import "../chunk-Y35GDLP2.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-LUGELG5V.js";
|
|
15
|
+
import "../chunk-VE6JY2TH.js";
|
|
15
16
|
import "../chunk-TYGL25EL.js";
|
|
17
|
+
import "../chunk-PJP5BUU6.js";
|
|
16
18
|
import {
|
|
17
19
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
18
20
|
} from "../chunk-JM24HADP.js";
|
|
19
21
|
import "../chunk-GCBDIQDX.js";
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-LUGELG5V.js";
|
|
23
|
-
import "../chunk-PJP5BUU6.js";
|
|
22
|
+
import "../chunk-5QTC2L52.js";
|
|
23
|
+
import "../chunk-KACBTC7Y.js";
|
|
24
24
|
export {
|
|
25
25
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS,
|
|
26
26
|
AgentContextMentionPalette,
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ declare const agentGuiI18nResources: {
|
|
|
28
28
|
readonly copyImage: "Copy image";
|
|
29
29
|
readonly downloadImage: "Download image";
|
|
30
30
|
readonly expandImage: "Zoom image";
|
|
31
|
+
readonly imageZoomPercent: "Image zoom {{percent}}%";
|
|
31
32
|
readonly error: "Error";
|
|
32
33
|
readonly generateByAi: "Generate by AI";
|
|
33
34
|
readonly generating: "Generating...";
|
|
@@ -36,10 +37,13 @@ declare const agentGuiI18nResources: {
|
|
|
36
37
|
readonly maximize: "Maximize";
|
|
37
38
|
readonly minimize: "Minimize";
|
|
38
39
|
readonly minimizeImage: "Minimize image";
|
|
40
|
+
readonly resetImageZoom: "Reset image zoom";
|
|
39
41
|
readonly refresh: "Refresh";
|
|
40
42
|
readonly remove: "Remove";
|
|
41
43
|
readonly removing: "Removing...";
|
|
42
44
|
readonly restore: "Restore";
|
|
45
|
+
readonly zoomInImage: "Zoom in image";
|
|
46
|
+
readonly zoomOutImage: "Zoom out image";
|
|
43
47
|
readonly resetToDefault: "Reset to Default";
|
|
44
48
|
readonly save: "Save";
|
|
45
49
|
readonly saving: "Saving...";
|
|
@@ -719,6 +723,13 @@ declare const agentGuiI18nResources: {
|
|
|
719
723
|
readonly turnSummaryAfter: "After";
|
|
720
724
|
readonly turnSummaryEmpty: "Empty";
|
|
721
725
|
readonly turnSummaryOpenFile: "Open";
|
|
726
|
+
readonly turnSummaryUndo: "Undo";
|
|
727
|
+
readonly turnSummaryReapply: "Reapply";
|
|
728
|
+
readonly turnSummaryCheckingGit: "Checking Git repository...";
|
|
729
|
+
readonly turnSummaryGitRequired: "This directory is not a Git repository";
|
|
730
|
+
readonly turnSummaryPatchUnavailable: "No reversible patch data is available for this change";
|
|
731
|
+
readonly turnSummaryUndoFailed: "Failed to undo changes";
|
|
732
|
+
readonly turnSummaryReapplyFailed: "Failed to reapply changes";
|
|
722
733
|
readonly turnSummaryShowMoreFiles: "Show {{count}} more file";
|
|
723
734
|
readonly turnSummaryShowFewerFiles: "Show fewer files";
|
|
724
735
|
readonly planLead: "Exit planning and start implementing. How should permissions work?";
|
|
@@ -881,7 +892,7 @@ declare const agentGuiI18nResources: {
|
|
|
881
892
|
readonly mentionAgentGeneratedFolderBack: "Back";
|
|
882
893
|
readonly mentionAgentGeneratedFolderFileCount: "Contains {{count}} files";
|
|
883
894
|
readonly mentionNoMatchingFiles: "No matching files";
|
|
884
|
-
readonly mentionOpenReferences: "View output
|
|
895
|
+
readonly mentionOpenReferences: "View output";
|
|
885
896
|
readonly issueRunPrompt: {
|
|
886
897
|
readonly currentWorkingDirectoryLabel: "Current working directory";
|
|
887
898
|
readonly executionRequirementsLabel: "Execution requirements";
|
|
@@ -2451,6 +2462,7 @@ declare const agentGuiI18nResources: {
|
|
|
2451
2462
|
readonly copyImage: "复制图片";
|
|
2452
2463
|
readonly downloadImage: "下载图片";
|
|
2453
2464
|
readonly expandImage: "放大图片";
|
|
2465
|
+
readonly imageZoomPercent: "图片缩放 {{percent}}%";
|
|
2454
2466
|
readonly error: "错误";
|
|
2455
2467
|
readonly generateByAi: "AI 生成";
|
|
2456
2468
|
readonly generating: "生成中...";
|
|
@@ -2459,10 +2471,13 @@ declare const agentGuiI18nResources: {
|
|
|
2459
2471
|
readonly maximize: "最大化";
|
|
2460
2472
|
readonly minimize: "最小化";
|
|
2461
2473
|
readonly minimizeImage: "缩小图片";
|
|
2474
|
+
readonly resetImageZoom: "重置图片缩放";
|
|
2462
2475
|
readonly refresh: "刷新";
|
|
2463
2476
|
readonly remove: "移除";
|
|
2464
2477
|
readonly removing: "移除中...";
|
|
2465
2478
|
readonly restore: "还原";
|
|
2479
|
+
readonly zoomInImage: "放大图片内容";
|
|
2480
|
+
readonly zoomOutImage: "缩小图片内容";
|
|
2466
2481
|
readonly resetToDefault: "恢复默认";
|
|
2467
2482
|
readonly save: "保存";
|
|
2468
2483
|
readonly saving: "保存中...";
|
|
@@ -3142,6 +3157,13 @@ declare const agentGuiI18nResources: {
|
|
|
3142
3157
|
readonly turnSummaryAfter: "变更后";
|
|
3143
3158
|
readonly turnSummaryEmpty: "空内容";
|
|
3144
3159
|
readonly turnSummaryOpenFile: "打开";
|
|
3160
|
+
readonly turnSummaryUndo: "撤销";
|
|
3161
|
+
readonly turnSummaryReapply: "重新应用";
|
|
3162
|
+
readonly turnSummaryCheckingGit: "正在检查 Git 仓库...";
|
|
3163
|
+
readonly turnSummaryGitRequired: "当前目录不是 Git 仓库,无法撤销变更";
|
|
3164
|
+
readonly turnSummaryPatchUnavailable: "当前变更缺少可撤销的补丁数据";
|
|
3165
|
+
readonly turnSummaryUndoFailed: "撤销变更失败";
|
|
3166
|
+
readonly turnSummaryReapplyFailed: "重新应用变更失败";
|
|
3145
3167
|
readonly turnSummaryShowMoreFiles: "再显示 {{count}} 个文件";
|
|
3146
3168
|
readonly turnSummaryShowFewerFiles: "收起多余文件";
|
|
3147
3169
|
readonly planLead: "结束规划并开始实施。你希望权限如何工作?";
|
|
@@ -3304,7 +3326,7 @@ declare const agentGuiI18nResources: {
|
|
|
3304
3326
|
readonly mentionAgentGeneratedFolderBack: "返回";
|
|
3305
3327
|
readonly mentionAgentGeneratedFolderFileCount: "包含 {{count}} 个文件";
|
|
3306
3328
|
readonly mentionNoMatchingFiles: "没有匹配到文件";
|
|
3307
|
-
readonly mentionOpenReferences: "
|
|
3329
|
+
readonly mentionOpenReferences: "查看产物";
|
|
3308
3330
|
readonly issueRunPrompt: {
|
|
3309
3331
|
readonly currentWorkingDirectoryLabel: "当前工作目录";
|
|
3310
3332
|
readonly executionRequirementsLabel: "执行要求";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -5,19 +5,22 @@ import * as react from 'react';
|
|
|
5
5
|
import { PropsWithChildren, JSX } from 'react';
|
|
6
6
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
7
7
|
import { n as AgentProvider, c as AgentGUIProviderTargetRef, f as AgentHostAgentSessionComposerSettings, d as AgentHostActivateAgentSessionResult, l as AgentHostUpdateAgentSessionSettingsResult, j as AgentHostAgentSessionState, k as AgentHostUnactivateAgentSessionResult, A as AgentGUINodeData, P as Point, b as AgentGUIProviderTarget, N as NodeFrame, a as AgentGUIProvider } from './types-xMz0lJWt.js';
|
|
8
|
-
import {
|
|
9
|
-
export {
|
|
8
|
+
import { i as AgentProbeSnapshot, A as AgentGUINodeViewModel, e as AgentHostInputApi } from './agentGuiNodeTypes-B5Y6yDKy.js';
|
|
9
|
+
export { c as AgentHostApi, d as AgentHostApplyWorkspaceGitPatchInput, f as AgentHostRuntimeApi, g as AgentHostSelectFilesInput, h as AgentProbeProvider, j as AgentProviderProbeListInput, k as AgentProviderProbeListResult, l as AgentUsageQuota, m as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, n as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-B5Y6yDKy.js';
|
|
10
10
|
import { ReferenceLocateTarget, WorkspaceFileReferenceAdapter, WorkspaceFileReference } from '@tutti-os/workspace-file-reference/contracts';
|
|
11
11
|
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
12
12
|
import { U as UiLanguage, a as UiTheme } from './uiSettings-BQS9r2eo.js';
|
|
13
13
|
import { W as WorkspaceLinkAction } from './workspaceLinkActions-C6POH38D.js';
|
|
14
|
-
import { A as AgentContextMentionItem } from './AgentMentionSearchController-
|
|
15
|
-
export { p as preloadAgentMentionBrowse } from './AgentMentionSearchController-
|
|
14
|
+
import { A as AgentContextMentionItem } from './AgentMentionSearchController-CExFPobz.js';
|
|
15
|
+
export { p as preloadAgentMentionBrowse } from './AgentMentionSearchController-CExFPobz.js';
|
|
16
16
|
import { AgentContextMentionProvider } from './context-mention-provider.js';
|
|
17
17
|
export { AGENT_CONTEXT_MENTION_PROVIDER_IDS, AgentContextMentionProviderId } from './context-mention-provider.js';
|
|
18
|
+
import { A as AgentMessageMarkdownWorkspaceAppIcon } from './AgentMessageMarkdown-DeYPURtF.js';
|
|
19
|
+
import { AgentQueuedPromptRuntime, AgentQueuedPromptQueueSnapshot } from './queued-prompt-runtime.js';
|
|
20
|
+
export { AgentQueuedPromptClaim, AgentQueuedPromptClaimResult, AgentQueuedPromptRetryBlock, AgentQueuedPromptSnapshot, createAgentQueuedPromptRuntime } from './queued-prompt-runtime.js';
|
|
18
21
|
import { AgentGuiI18nLocale } from './i18n/index.js';
|
|
19
22
|
export { AgentGuiI18nProvider, agentGuiI18nModule, agentGuiI18nResources } from './i18n/index.js';
|
|
20
|
-
import './agentConversationVM-
|
|
23
|
+
import './agentConversationVM-BTMtRteS.js';
|
|
21
24
|
import '@tutti-os/workspace-user-project/contracts';
|
|
22
25
|
import '@tutti-os/workspace-issue-manager/core';
|
|
23
26
|
import '@tutti-os/ui-rich-text/at-panel';
|
|
@@ -455,8 +458,21 @@ interface AgentGUINodeProps {
|
|
|
455
458
|
previewMode?: boolean;
|
|
456
459
|
}
|
|
457
460
|
|
|
461
|
+
interface AgentQueuedPromptRuntimeProviderProps extends PropsWithChildren {
|
|
462
|
+
runtime?: AgentQueuedPromptRuntime | null;
|
|
463
|
+
}
|
|
464
|
+
declare function AgentQueuedPromptRuntimeProvider({ children, runtime }: AgentQueuedPromptRuntimeProviderProps): JSX.Element;
|
|
465
|
+
declare function useAgentQueuedPromptRuntime(): AgentQueuedPromptRuntime;
|
|
466
|
+
declare function useAgentQueuedPromptSessionSnapshot(input: {
|
|
467
|
+
agentSessionId: string | null;
|
|
468
|
+
workspaceId: string;
|
|
469
|
+
}): AgentQueuedPromptQueueSnapshot | null;
|
|
470
|
+
declare function resetAgentQueuedPromptRuntimeForTests(): void;
|
|
471
|
+
declare function setAgentQueuedPromptRuntimeForTests(runtime: AgentQueuedPromptRuntime | null): void;
|
|
472
|
+
|
|
458
473
|
interface AgentGUIProps extends AgentGUINodeProps {
|
|
459
474
|
agentActivityRuntime: AgentActivityRuntime;
|
|
475
|
+
agentQueuedPromptRuntime: AgentQueuedPromptRuntime;
|
|
460
476
|
agentHostApi?: AgentHostInputApi | null;
|
|
461
477
|
embedded?: boolean;
|
|
462
478
|
i18n?: I18nRuntime<string> | null;
|
|
@@ -519,4 +535,4 @@ interface AgentActivityHostProviderProps extends PropsWithChildren {
|
|
|
519
535
|
}
|
|
520
536
|
declare function AgentActivityHostProvider({ agentActivityRuntime, agentHostApi, children }: AgentActivityHostProviderProps): JSX.Element;
|
|
521
537
|
|
|
522
|
-
export { AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeRetainSessionEventsInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentActivityRuntimeWarmupOpenclawGatewayInput, type AgentActivitySnapshotProjection, AgentContextMentionProvider, AgentGUI, type AgentGUIProps, AgentGUIProvider, AgentGUIProviderTarget, AgentGUIProviderTargetRef, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, createLocalAgentGUIProviderTarget, createLocalAgentGUIProviderTargets, getAgentActivityRuntime, getOptionalAgentActivityRuntime, localAgentGUIProviderTargetId, normalizeAgentGUIProviderTargets, projectCoreSessionStatus, resetAgentActivityRuntimeForTests, resolveAgentGUIExpandedWindowFrame, resolveAgentGUIProviderTarget, setAgentActivityRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useOptionalAgentActivityRuntime };
|
|
538
|
+
export { AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeRetainSessionEventsInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentActivityRuntimeWarmupOpenclawGatewayInput, type AgentActivitySnapshotProjection, AgentContextMentionProvider, AgentGUI, type AgentGUIProps, AgentGUIProvider, AgentGUIProviderTarget, AgentGUIProviderTargetRef, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, AgentQueuedPromptQueueSnapshot, AgentQueuedPromptRuntime, AgentQueuedPromptRuntimeProvider, type AgentQueuedPromptRuntimeProviderProps, agentGUIDefaultTargetProviders, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, createLocalAgentGUIProviderTarget, createLocalAgentGUIProviderTargets, getAgentActivityRuntime, getOptionalAgentActivityRuntime, localAgentGUIProviderTargetId, normalizeAgentGUIProviderTargets, projectCoreSessionStatus, resetAgentActivityRuntimeForTests, resetAgentQueuedPromptRuntimeForTests, resolveAgentGUIExpandedWindowFrame, resolveAgentGUIProviderTarget, setAgentActivityRuntimeForTests, setAgentQueuedPromptRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useAgentQueuedPromptRuntime, useAgentQueuedPromptSessionSnapshot, useOptionalAgentActivityRuntime };
|