@tutti-os/agent-gui 0.0.85 → 0.0.86
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/README.md +49 -44
- package/dist/agent-conversation/index.d.ts +2 -2
- package/dist/agent-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/{agentGuiNodeTypes-CmuJ7VDZ.d.ts → agentGuiNodeTypes-fRobgKiP.d.ts} +1 -5
- package/dist/{chunk-A2JPL5N6.js → chunk-3HARXLAZ.js} +2 -2
- package/dist/{chunk-BEM3KDOJ.js → chunk-45FF4DQU.js} +17 -281
- package/dist/chunk-45FF4DQU.js.map +1 -0
- package/dist/{chunk-UNLTQUPO.js → chunk-4SQNOOJ3.js} +4 -4
- package/dist/{chunk-FIH7IYLX.js → chunk-7FZT2OYT.js} +4 -4
- package/dist/chunk-7FZT2OYT.js.map +1 -0
- package/dist/{chunk-L2ZMLLYL.js → chunk-7LMJXF4R.js} +2 -2
- package/dist/{chunk-DBIJRSFG.js → chunk-A7RA7ORT.js} +104 -45
- package/dist/chunk-A7RA7ORT.js.map +1 -0
- package/dist/{chunk-CVPWQHQH.js → chunk-AOVPGJBC.js} +2 -2
- package/dist/{chunk-BT2DT2P7.js → chunk-GAPTLVII.js} +1 -1
- package/dist/{chunk-BT2DT2P7.js.map → chunk-GAPTLVII.js.map} +1 -1
- package/dist/{chunk-3355GEBI.js → chunk-HOSX5C5V.js} +2 -2
- package/dist/{chunk-CXJEQQR5.js → chunk-KQE5KV2V.js} +2 -2
- package/dist/{chunk-N7EX6XK3.js → chunk-SXDLSEHO.js} +3 -3
- package/dist/{chunk-MQ6WW3CD.js → chunk-U7D7G3UU.js} +2 -2
- package/dist/{chunk-6YLA7R4S.js → chunk-UNO7CEAF.js} +2 -2
- package/dist/{chunk-AA75BOX3.js → chunk-VWXFFSIM.js} +3 -1
- package/dist/chunk-VWXFFSIM.js.map +1 -0
- package/dist/{chunk-HUNUSBQQ.js → chunk-XQUUELKF.js} +2 -2
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +2 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +28 -94
- package/dist/index.js +479 -445
- package/dist/index.js.map +1 -1
- package/dist/queued-prompt-runtime.d.ts +2 -2
- package/dist/{types-DUHHejs2.d.ts → types-BvztUbHf.d.ts} +31 -21
- package/dist/workbench/contribution.d.ts +9 -11
- package/dist/workbench/contribution.js +4 -4
- package/dist/workbench/index.d.ts +1 -1
- package/dist/workbench/index.js +7 -7
- package/dist/workbench/launch.d.ts +0 -1
- package/dist/workbench/launch.js +2 -2
- package/dist/workbench/providerCatalog.d.ts +0 -1
- package/dist/workbench/sessionTitle.d.ts +0 -1
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.d.ts +7 -2
- package/dist/workbench/state.js +3 -1
- package/dist/workbench/types.d.ts +0 -6
- package/dist/workbench/types.js +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/chunk-AA75BOX3.js.map +0 -1
- package/dist/chunk-BEM3KDOJ.js.map +0 -1
- package/dist/chunk-DBIJRSFG.js.map +0 -1
- package/dist/chunk-FIH7IYLX.js.map +0 -1
- /package/dist/{chunk-A2JPL5N6.js.map → chunk-3HARXLAZ.js.map} +0 -0
- /package/dist/{chunk-UNLTQUPO.js.map → chunk-4SQNOOJ3.js.map} +0 -0
- /package/dist/{chunk-L2ZMLLYL.js.map → chunk-7LMJXF4R.js.map} +0 -0
- /package/dist/{chunk-CVPWQHQH.js.map → chunk-AOVPGJBC.js.map} +0 -0
- /package/dist/{chunk-3355GEBI.js.map → chunk-HOSX5C5V.js.map} +0 -0
- /package/dist/{chunk-CXJEQQR5.js.map → chunk-KQE5KV2V.js.map} +0 -0
- /package/dist/{chunk-N7EX6XK3.js.map → chunk-SXDLSEHO.js.map} +0 -0
- /package/dist/{chunk-MQ6WW3CD.js.map → chunk-U7D7G3UU.js.map} +0 -0
- /package/dist/{chunk-6YLA7R4S.js.map → chunk-UNO7CEAF.js.map} +0 -0
- /package/dist/{chunk-HUNUSBQQ.js.map → chunk-XQUUELKF.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
translate,
|
|
9
9
|
useTranslation
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-U7D7G3UU.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveAgentWorkspaceFileVisualKind
|
|
13
13
|
} from "./chunk-PJP5BUU6.js";
|
|
@@ -3845,4 +3845,4 @@ export {
|
|
|
3845
3845
|
CustomScrollArea,
|
|
3846
3846
|
MessageSquareMoreIcon
|
|
3847
3847
|
};
|
|
3848
|
-
//# sourceMappingURL=chunk-
|
|
3848
|
+
//# sourceMappingURL=chunk-XQUUELKF.js.map
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
AgentMentionSearchController,
|
|
5
5
|
flattenAgentMentionPaletteEntries,
|
|
6
6
|
groupStartKeys
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-4SQNOOJ3.js";
|
|
8
|
+
import "../chunk-3HARXLAZ.js";
|
|
9
|
+
import "../chunk-AOVPGJBC.js";
|
|
10
10
|
import "../chunk-IBIMGLCD.js";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-KQE5KV2V.js";
|
|
12
12
|
import "../chunk-Y35GDLP2.js";
|
|
13
13
|
import "../chunk-LUGELG5V.js";
|
|
14
14
|
import "../chunk-LR4FA5X6.js";
|
|
15
15
|
import "../chunk-4HP6V2YA.js";
|
|
16
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-U7D7G3UU.js";
|
|
17
17
|
import "../chunk-PJP5BUU6.js";
|
|
18
18
|
import "../chunk-XDV4ZRVK.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-VWXFFSIM.js";
|
|
20
20
|
import {
|
|
21
21
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
22
22
|
} from "../chunk-JM24HADP.js";
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -634,6 +634,7 @@ declare const agentGuiI18nResources: {
|
|
|
634
634
|
readonly agentEnvSetup: "Environment Check";
|
|
635
635
|
readonly noConversations: "No sessions yet";
|
|
636
636
|
readonly emptyProjectConversations: "No chats yet";
|
|
637
|
+
readonly agentsEmpty: "No agents are available";
|
|
637
638
|
readonly conversationFilterAll: "All";
|
|
638
639
|
readonly conversationFilterCodex: "Codex";
|
|
639
640
|
readonly conversationFilterClaudeCode: "Claude Code";
|
|
@@ -3100,6 +3101,7 @@ declare const agentGuiI18nResources: {
|
|
|
3100
3101
|
readonly agentEnvSetup: "环境检测";
|
|
3101
3102
|
readonly noConversations: "还没有会话";
|
|
3102
3103
|
readonly emptyProjectConversations: "暂无对话";
|
|
3104
|
+
readonly agentsEmpty: "暂无可用 Agent";
|
|
3103
3105
|
readonly conversationFilterAll: "全部";
|
|
3104
3106
|
readonly conversationFilterCodex: "Codex";
|
|
3105
3107
|
readonly conversationFilterClaudeCode: "Claude Code";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3,11 +3,11 @@ export { AgentActivityAdapter, AgentActivityController, AgentActivityMessage, Ag
|
|
|
3
3
|
import { m as WorkspaceAgentActivityListViewModel, g as AgentHostWorkspaceAgentSession, f as AgentHostWorkspaceAgentMessage, l as AgentHostWorkspaceAgentSnapshot, B as BuildWorkspaceAgentActivityListOptions, d as AgentHostRuntimeOpenclawGatewayWarmupResult, c as AgentHostManagedAgentsState } from './workspaceAgentActivityListViewModel-TXH1VXrk.js';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import { ReactNode, PropsWithChildren, JSX, HTMLAttributes } from 'react';
|
|
6
|
-
import { m as AgentProbeSnapshot, b as AgentComposerDraft, p as AgentSessionCommand, e as AgentGUIProviderSkillOption, c as AgentGUIComposerSettingsVM, f as AgentGUIQueuedPromptVM, d as AgentGUINodeViewModel, i as AgentHostInputApi } from './agentGuiNodeTypes-
|
|
7
|
-
export { A as AGENT_PASTED_TEXT_BLOCK_KIND, a as AGENT_PASTED_TEXT_MENTION_KIND, g as AgentHostApi, h as AgentHostApplyWorkspaceGitPatchInput, j as AgentHostRuntimeApi, k as AgentHostSelectFilesInput, l as AgentProbeProvider, n as AgentProviderProbeListInput, o as AgentProviderProbeListResult, q as AgentUsageQuota, r as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, s as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-
|
|
6
|
+
import { m as AgentProbeSnapshot, b as AgentComposerDraft, p as AgentSessionCommand, e as AgentGUIProviderSkillOption, c as AgentGUIComposerSettingsVM, f as AgentGUIQueuedPromptVM, d as AgentGUINodeViewModel, i as AgentHostInputApi } from './agentGuiNodeTypes-fRobgKiP.js';
|
|
7
|
+
export { A as AGENT_PASTED_TEXT_BLOCK_KIND, a as AGENT_PASTED_TEXT_MENTION_KIND, g as AgentHostApi, h as AgentHostApplyWorkspaceGitPatchInput, j as AgentHostRuntimeApi, k as AgentHostSelectFilesInput, l as AgentProbeProvider, n as AgentProviderProbeListInput, o as AgentProviderProbeListResult, q as AgentUsageQuota, r as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, s as WriteWorkspaceAgentReadStateInput } from './agentGuiNodeTypes-fRobgKiP.js';
|
|
8
8
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
9
|
-
import { t as AgentProvider, l as AgentHostAgentSessionComposerSettings, j as AgentHostActivateAgentSessionResult, r as AgentHostUpdateAgentSessionSettingsResult, p as AgentHostAgentSessionState, q as AgentHostUnactivateAgentSessionResult,
|
|
10
|
-
export {
|
|
9
|
+
import { t as AgentProvider, l as AgentHostAgentSessionComposerSettings, j as AgentHostActivateAgentSessionResult, r as AgentHostUpdateAgentSessionSettingsResult, p as AgentHostAgentSessionState, q as AgentHostUnactivateAgentSessionResult, f as AgentGUINodeData, g as AgentGUIProvider, i as AgentGUIProviderTarget, s as AgentPromptContentBlock, A as AgentGUIAgent, P as Point, e as AgentGUIAllAgentsPresentation, b as AgentGUIAgentAvailabilityAction, N as NodeFrame } from './types-BvztUbHf.js';
|
|
10
|
+
export { a as AgentGUIAgentAvailability, c as AgentGUIAgentAvailabilityStatus, d as AgentGUIAgentOwner } from './types-BvztUbHf.js';
|
|
11
11
|
import { WorkspaceFileEntry } from '@tutti-os/workspace-file-manager/services';
|
|
12
12
|
import { WorkspaceFileReference, ReferenceLocateTarget, WorkspaceFileReferenceAdapter } from '@tutti-os/workspace-file-reference/contracts';
|
|
13
13
|
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
@@ -648,7 +648,7 @@ interface AgentComposerProps {
|
|
|
648
648
|
providerSelectReadonly?: boolean;
|
|
649
649
|
onProviderSelect?: (input: {
|
|
650
650
|
provider: AgentGUIProvider;
|
|
651
|
-
|
|
651
|
+
agentTargetId?: string | null;
|
|
652
652
|
}) => void;
|
|
653
653
|
onHandoffConversation?: (target: AgentGUIProviderTarget) => void;
|
|
654
654
|
canQueueWhileBusy: boolean;
|
|
@@ -940,41 +940,16 @@ interface AgentGUISidebarFooterContext {
|
|
|
940
940
|
activeConversation: AgentGUINodeViewModel["activeConversation"];
|
|
941
941
|
}
|
|
942
942
|
type AgentGUISidebarFooterRenderer = (ctx: AgentGUISidebarFooterContext) => ReactNode;
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
* the empty state (e.g. a "no shared agents" message or a create-agent prompt)
|
|
947
|
-
* instead of the library falling back to the static local catalog.
|
|
948
|
-
*/
|
|
949
|
-
type AgentGUIProviderRailEmptyRenderer = () => ReactNode;
|
|
950
|
-
interface AgentGUIProviderUnavailableStateContext {
|
|
951
|
-
provider: AgentGUIProvider;
|
|
952
|
-
providerLabel: string;
|
|
953
|
-
target: AgentGUIProviderTarget;
|
|
954
|
-
iconUrl: string;
|
|
955
|
-
unavailableReason: string | null;
|
|
943
|
+
type AgentGUIAgentsEmptyRenderer = () => ReactNode;
|
|
944
|
+
interface AgentGUIAgentUnavailableStateContext {
|
|
945
|
+
agent: AgentGUIAgent;
|
|
956
946
|
}
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
*/
|
|
962
|
-
type AgentGUIProviderUnavailableStateRenderer = (ctx: AgentGUIProviderUnavailableStateContext) => ReactNode;
|
|
963
|
-
interface AgentGUIProviderReadinessGateStateContext {
|
|
964
|
-
provider: AgentGUIProvider;
|
|
965
|
-
providerLabel: string;
|
|
966
|
-
target: AgentGUIProviderTarget | null;
|
|
967
|
-
iconUrl: string;
|
|
968
|
-
gate: AgentGUIProviderReadinessGate;
|
|
969
|
-
showAllProviders: boolean;
|
|
947
|
+
type AgentGUIAgentUnavailableStateRenderer = (ctx: AgentGUIAgentUnavailableStateContext) => ReactNode;
|
|
948
|
+
interface AgentGUIAgentReadinessStateContext {
|
|
949
|
+
agent: AgentGUIAgent;
|
|
950
|
+
showAllAgents: boolean;
|
|
970
951
|
}
|
|
971
|
-
|
|
972
|
-
* Renders the main-pane state for a host-projected provider readiness gate.
|
|
973
|
-
* Use this when a host has product-specific semantics for a readiness state,
|
|
974
|
-
* for example a shared agent that is temporarily unavailable because the owner
|
|
975
|
-
* is offline or sharing was revoked.
|
|
976
|
-
*/
|
|
977
|
-
type AgentGUIProviderReadinessGateStateRenderer = (ctx: AgentGUIProviderReadinessGateStateContext) => ReactNode;
|
|
952
|
+
type AgentGUIAgentReadinessStateRenderer = (ctx: AgentGUIAgentReadinessStateContext) => ReactNode;
|
|
978
953
|
|
|
979
954
|
interface AgentGUINodeProps {
|
|
980
955
|
nodeId: string;
|
|
@@ -1009,37 +984,23 @@ interface AgentGUINodeProps {
|
|
|
1009
984
|
onCapabilitySettingsRequest?: (capability: AgentComposerCapabilitySettingsTarget) => void;
|
|
1010
985
|
onAgentProviderLogin?: (provider: AgentProvider) => void;
|
|
1011
986
|
accountMenuState?: AgentGUIAccountMenuState | null;
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
987
|
+
agents?: readonly AgentGUIAgent[];
|
|
988
|
+
agentsLoading?: boolean;
|
|
989
|
+
allAgentsPresentation?: AgentGUIAllAgentsPresentation | null;
|
|
1015
990
|
/**
|
|
1016
991
|
* Controls whether AgentGUI adds local provider-default slash commands when
|
|
1017
992
|
* the runtime advertises none. Defaults to "provider-default".
|
|
1018
993
|
*/
|
|
1019
994
|
slashCommandFallbackMode?: AgentComposerProps["slashCommandFallbackMode"];
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
renderProviderRailEmpty?: AgentGUIProviderRailEmptyRenderer;
|
|
1028
|
-
/**
|
|
1029
|
-
* Host-owned main-pane state for a selected provider target that is explicitly
|
|
1030
|
-
* disabled. This does not replace install, login, checking, or retry gates.
|
|
1031
|
-
*/
|
|
1032
|
-
renderProviderUnavailableState?: AgentGUIProviderUnavailableStateRenderer;
|
|
1033
|
-
/**
|
|
1034
|
-
* Host-owned main-pane state for provider readiness gates. Use this when a
|
|
1035
|
-
* host has product-specific semantics for coming-soon, unavailable, checking,
|
|
1036
|
-
* install, or login readiness states.
|
|
1037
|
-
*/
|
|
1038
|
-
renderProviderReadinessGateState?: AgentGUIProviderReadinessGateStateRenderer;
|
|
995
|
+
renderAgentsEmpty?: AgentGUIAgentsEmptyRenderer;
|
|
996
|
+
renderAgentUnavailableState?: AgentGUIAgentUnavailableStateRenderer;
|
|
997
|
+
renderAgentReadinessState?: AgentGUIAgentReadinessStateRenderer;
|
|
998
|
+
onAgentAvailabilityAction?: (input: {
|
|
999
|
+
action: AgentGUIAgentAvailabilityAction;
|
|
1000
|
+
agentTargetId: string;
|
|
1001
|
+
}) => void;
|
|
1039
1002
|
renderSidebarFooter?: (ctx: AgentGUISidebarFooterContext) => ReactNode;
|
|
1040
|
-
|
|
1041
|
-
providerReadinessGates?: Partial<Record<AgentGUIProvider, AgentGUIProviderReadinessGate | null>> | null;
|
|
1042
|
-
defaultProviderTargetId?: string | null;
|
|
1003
|
+
defaultAgentTargetId?: string | null;
|
|
1043
1004
|
onWorkspaceFileReferencesAdded?: (input: {
|
|
1044
1005
|
provider: AgentProvider;
|
|
1045
1006
|
references: readonly WorkspaceFileReference[];
|
|
@@ -1082,7 +1043,8 @@ declare function useAgentQueuedPromptSessionSnapshot(input: {
|
|
|
1082
1043
|
declare function resetAgentQueuedPromptRuntimeForTests(): void;
|
|
1083
1044
|
declare function setAgentQueuedPromptRuntimeForTests(runtime: AgentQueuedPromptRuntime | null): void;
|
|
1084
1045
|
|
|
1085
|
-
interface AgentGUIProps extends AgentGUINodeProps {
|
|
1046
|
+
interface AgentGUIProps extends Omit<AgentGUINodeProps, "agents"> {
|
|
1047
|
+
agents: readonly AgentGUIAgent[];
|
|
1086
1048
|
agentActivityRuntime: AgentActivityRuntime;
|
|
1087
1049
|
agentQueuedPromptRuntime: AgentQueuedPromptRuntime;
|
|
1088
1050
|
agentHostApi?: AgentHostInputApi | null;
|
|
@@ -1092,35 +1054,7 @@ interface AgentGUIProps extends AgentGUINodeProps {
|
|
|
1092
1054
|
}
|
|
1093
1055
|
declare const AgentGUI: react.NamedExoticComponent<AgentGUIProps>;
|
|
1094
1056
|
|
|
1095
|
-
declare
|
|
1096
|
-
declare function createLocalAgentGUIProviderTarget(provider: AgentGUIProvider): AgentGUIProviderTarget;
|
|
1097
|
-
declare function createSharedAgentGUIProviderTarget(input: {
|
|
1098
|
-
provider: AgentGUIProvider;
|
|
1099
|
-
sharedAgentId: string;
|
|
1100
|
-
label: string;
|
|
1101
|
-
agentTargetId?: string | null;
|
|
1102
|
-
badge?: AgentGUIProviderTargetBadge | null;
|
|
1103
|
-
ownerLabel?: string | null;
|
|
1104
|
-
iconUrl?: string | null;
|
|
1105
|
-
unavailableReason?: string | null;
|
|
1106
|
-
disabled?: boolean;
|
|
1107
|
-
ref?: Record<string, unknown> | null;
|
|
1108
|
-
}): AgentGUIProviderTarget;
|
|
1109
|
-
declare function createLocalAgentGUIProviderTargets(providers?: readonly AgentGUIProvider[]): AgentGUIProviderTarget[];
|
|
1110
|
-
declare function localAgentGUIProviderTargetId(provider: AgentGUIProvider): string;
|
|
1111
|
-
declare function localAgentGUIAgentTargetId(provider: AgentGUIProvider): string | null;
|
|
1112
|
-
declare function normalizeAgentGUIProviderTargets(targets: readonly AgentGUIProviderTarget[] | null | undefined, options?: {
|
|
1113
|
-
includeDisabledPlaceholders?: boolean;
|
|
1114
|
-
useStaticCatalog?: boolean;
|
|
1115
|
-
}): AgentGUIProviderTarget[];
|
|
1116
|
-
declare function resolveAgentGUIProviderTarget(input: {
|
|
1117
|
-
agentTargetId?: string | null;
|
|
1118
|
-
defaultProviderTargetId?: string | null;
|
|
1119
|
-
provider: AgentGUIProvider;
|
|
1120
|
-
providerTargetId?: string | null;
|
|
1121
|
-
providerTargets: readonly AgentGUIProviderTarget[];
|
|
1122
|
-
useStaticCatalog?: boolean;
|
|
1123
|
-
}): AgentGUIProviderTarget | null;
|
|
1057
|
+
declare function normalizeAgentGUIAgents(agents: readonly AgentGUIAgent[] | null | undefined): AgentGUIAgent[];
|
|
1124
1058
|
|
|
1125
1059
|
declare const agentGuiDockIconUrl: string;
|
|
1126
1060
|
declare const agentGuiDockIconUrls: {
|
|
@@ -1165,4 +1099,4 @@ interface AgentActivityHostProviderProps extends PropsWithChildren {
|
|
|
1165
1099
|
}
|
|
1166
1100
|
declare function AgentActivityHostProvider({ agentActivityRuntime, agentHostApi, children }: AgentActivityHostProviderProps): JSX.Element;
|
|
1167
1101
|
|
|
1168
|
-
export { AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeCapabilities, type AgentActivityRuntimeCapabilityKey, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeRetainSessionEventsInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentActivityRuntimeWarmupOpenclawGatewayInput, type AgentActivitySnapshotProjection, AgentContextMentionProvider, type AgentCustomMentionChipContext, type AgentCustomMentionIdentity, type AgentCustomMentionKindDefinition, type AgentCustomMentionPresentation, AgentGUI, type AgentGUIAccountMenuState,
|
|
1102
|
+
export { AgentActivityHostProvider, type AgentActivityHostProviderProps, type AgentActivityRuntime, type AgentActivityRuntimeCapabilities, type AgentActivityRuntimeCapabilityKey, type AgentActivityRuntimeListSessionMessagesInput, type AgentActivityRuntimePromptContentBlock, AgentActivityRuntimeProvider, type AgentActivityRuntimeProviderProps, type AgentActivityRuntimeRetainSessionEventsInput, type AgentActivityRuntimeSetSessionPinnedInput, type AgentActivityRuntimeUpdateSessionSettingsInput, type AgentActivityRuntimeUploadPromptContentInput, type AgentActivityRuntimeUploadPromptContentResult, type AgentActivityRuntimeWarmupOpenclawGatewayInput, type AgentActivitySnapshotProjection, AgentContextMentionProvider, type AgentCustomMentionChipContext, type AgentCustomMentionIdentity, type AgentCustomMentionKindDefinition, type AgentCustomMentionPresentation, AgentGUI, type AgentGUIAccountMenuState, AgentGUIAgent, AgentGUIAgentAvailabilityAction, type AgentGUIAgentReadinessStateContext, type AgentGUIAgentReadinessStateRenderer, type AgentGUIAgentUnavailableStateContext, type AgentGUIAgentUnavailableStateRenderer, type AgentGUIAgentsEmptyRenderer, AgentGUIAllAgentsPresentation, type AgentGUIProps, AgentGUIProvider, type AgentGUISidebarFooterContext, type AgentGUISidebarFooterRenderer, AgentGuiI18nLocale, AgentHostInputApi, AgentProbeSnapshot, AgentQueuedPromptQueueSnapshot, AgentQueuedPromptRuntime, AgentQueuedPromptRuntimeProvider, type AgentQueuedPromptRuntimeProviderProps, type AgentSlashCommandFallbackMode, agentActivityRuntimeCapabilityEnabled, agentGuiDockIconUrl, agentGuiDockIconUrls, agentHostSnapshotFromAgentActivitySnapshot, buildAgentActivitySnapshotProjection, getAgentActivityRuntime, getAgentCustomMentionKind, getOptionalAgentActivityRuntime, normalizeAgentGUIAgents, projectCoreSessionStatus, registerAgentCustomMentionKind, resetAgentActivityRuntimeForTests, resetAgentCustomMentionKindsForTests, resetAgentQueuedPromptRuntimeForTests, resolveAgentGUIExpandedWindowFrame, setAgentActivityRuntimeForTests, setAgentQueuedPromptRuntimeForTests, shouldAutoCollapseAgentGUIConversationRail, useAgentActivityRuntime, useAgentActivitySnapshot, useAgentQueuedPromptRuntime, useAgentQueuedPromptSessionSnapshot, useOptionalAgentActivityRuntime };
|