/** * Generated by sdk/scripts/extract-host-manifest.ts from host/host-main.cjs + host/version. * Do not edit by hand. Re-run: npm run extract-manifest */ export declare const HOST_MANIFEST: { readonly hostVersion: "0e82340"; readonly capabilities: readonly ["orderedReplicasV1", "sendAcceptanceV1"]; readonly commands: readonly ["getTranscript", "getAgentTranscript", "getAgentTranscriptPage", "openAgentWindowed", "getAgentTranscriptWindow", "openAgentTail", "getAgentTranscriptTail", "getAgentThread", "sendPrompt", "promptAcceptanceStatus", "respondToWidget", "resolveAutoReviewApproval", "resolveLocalToolPermission", "dismissWidget", "submitSecret", "reactToMessage", "voteFeedback", "appendConnectorCard", "listAgents", "countAgents", "searchAgents", "searchMedia", "createAgent", "kickstartAgent", "interruptAgentRun", "requestDiskSaverAudit", "createGroup", "setGroupMembers", "updateAgent", "deleteAgent", "deleteAgents", "duplicateAgent", "setAgentUnread", "setAgentNotificationsEnabled", "setAgentNotifyOnUpdates", "setAgentHiddenFromSidebar", "openAgent", "setWindowFocused", "getAgentMemories", "deleteAgentMemory", "clearAgentMemories", "getAgentAutomations", "listAllAutomations", "isAgentNetworkEnabled", "isGlobalSearchEnabled", "isEgressTunnelAvailable", "getSharingState", "createRoomFromAgent", "createRoomInvite", "joinSharedRoom", "respondToRoomJoinRequest", "createSharedRoom", "addOwnAgentToSharedRoom", "removeOwnAgentFromSharedRoom", "setSharedRoomTyping", "leaveSharedRoom", "setAgentAutomationEnabled", "createAgentAutomation", "updateAgentAutomation", "deleteAgentAutomation", "runAgentAutomationNow", "broadcastToAgents", "getAgentWorkflows", "createAgentWorkflow", "updateAgentWorkflow", "setAgentWorkflowEnabled", "deleteAgentWorkflow", "runAgentWorkflowNow", "importAgentWorkflowText", "importAgentWorkflowUrl", "portAgentLocalSkills", "getConversationOutline", "skillsCatalog", "syncPluginSkills", "getPluginSyncStatus", "getSkillPublishTargets", "publishSkill", "resyncPublishedSkill", "unpublishSkill", "getAgentChannels", "connectChannel", "disconnectChannel", "refreshChannel", "getListenerIntegrations", "getListenerConnectUrl", "getSubagents", "getAsyncTasks", "setAgentAvatarBytes", "getAgentAvatar", "getAgentNotificationAvatar", "getForeverBoxStatus", "getCloudAgentInfo", "ensureForeverBox", "resetForeverBox", "updateForeverBox", "autoUpdateBoxNow", "snapshotBoxStoreNow", "getBoxStoreStatus", "clearBoxStoreNow", "updateHostNow", "getHostStatus", "setBoxMigrating", "prepareBoxForRecreate", "resumeBoxAfterRecreate", "handBackForeverBox", "startTeachRecording", "stopTeachRecording", "getTeachRecordingStatus", "getTrays", "dismissTray", "clearTrays", "uploadAttachment", "readAttachmentImage", "readAttachmentText", "readAttachmentChunk", "getHostSettings", "setHostSettings", "setBoxSecrets", "getBoxSecretsStatus", "completeMcpOAuth", "requestWebAuthnCeremony", "refreshMcp", "listBoxMcpServers"]; readonly wrappers: { readonly listAgents: { readonly inputKeys: readonly []; }; readonly countAgents: { readonly inputKeys: readonly []; }; readonly searchAgents: { readonly inputKeys: readonly ["query", "limit"]; }; readonly createAgent: { readonly inputKeys: readonly ["name", "description", "title", "avatarShape", "avatarColor", "origin", "clientNonce", "isIntroductionSuppressed", "isKickstartRequested", "purpose", "templateId"]; }; readonly updateAgent: { readonly inputKeys: readonly ["id", "profile"]; }; readonly deleteAgent: { readonly inputKeys: readonly ["id"]; }; readonly duplicateAgent: { readonly inputKeys: readonly ["id"]; }; readonly openAgent: { readonly inputKeys: readonly ["id"]; }; readonly setAgentUnread: { readonly inputKeys: readonly ["id", "isUnread", "atMs"]; }; readonly setAgentHiddenFromSidebar: { readonly inputKeys: readonly ["id", "isHidden"]; }; readonly setAgentNotificationsEnabled: { readonly inputKeys: readonly ["id", "isEnabled"]; }; readonly setAgentNotifyOnUpdates: { readonly inputKeys: readonly ["id", "isEnabled"]; }; readonly createGroup: { readonly inputKeys: readonly ["name", "description", "memberAgentIds"]; }; readonly setGroupMembers: { readonly inputKeys: readonly ["id", "memberAgentIds"]; }; readonly sendPrompt: { readonly inputKeys: readonly ["prompt", "agentId", "attachmentPaths", "attachmentNames", "richText", "replyToId", "clientNonce", "directAddressedAcceptance", "isFork", "traceparent", "enterEpochMs", "composedAtMs"]; }; readonly getTranscript: { readonly inputKeys: readonly []; }; readonly getAgentTranscript: { readonly inputKeys: readonly ["id"]; }; readonly getAgentTranscriptPage: { readonly inputKeys: readonly ["id", "limit", "beforeSeq", "sinceMs", "untilMs"]; }; readonly getAgentTranscriptWindow: { readonly inputKeys: readonly ["id", "limit", "beforeSeq"]; }; readonly getAgentTranscriptTail: { readonly inputKeys: readonly ["id", "limit", "beforeSeq"]; }; readonly getAgentThread: { readonly inputKeys: readonly ["id", "rootId"]; }; readonly getConversationOutline: { readonly inputKeys: readonly ["id"]; }; readonly interruptAgentRun: { readonly inputKeys: readonly ["id"]; }; readonly respondToWidget: { readonly inputKeys: readonly ["entryId", "value", "agentId"]; }; readonly dismissWidget: { readonly inputKeys: readonly ["entryId", "agentId"]; }; readonly reactToMessage: { readonly inputKeys: readonly ["entryId", "emoji", "agentId"]; }; readonly getAgentMemories: { readonly inputKeys: readonly ["id"]; }; readonly deleteAgentMemory: { readonly inputKeys: readonly ["id", "memoryId"]; }; readonly clearAgentMemories: { readonly inputKeys: readonly ["id"]; }; readonly getAgentAutomations: { readonly inputKeys: readonly ["id"]; }; readonly listAllAutomations: { readonly inputKeys: readonly []; }; readonly createAgentAutomation: { readonly inputKeys: readonly ["id", "spec"]; }; readonly updateAgentAutomation: { readonly inputKeys: readonly ["id", "automationId", "spec"]; }; readonly deleteAgentAutomation: { readonly inputKeys: readonly ["id", "automationId"]; }; readonly setAgentAutomationEnabled: { readonly inputKeys: readonly ["id", "automationId", "isEnabled"]; }; readonly runAgentAutomationNow: { readonly inputKeys: readonly ["id", "automationId"]; }; readonly getAgentWorkflows: { readonly inputKeys: readonly ["id"]; }; readonly createAgentWorkflow: { readonly inputKeys: readonly ["id", "spec"]; }; readonly updateAgentWorkflow: { readonly inputKeys: readonly ["id", "workflowId", "spec"]; }; readonly deleteAgentWorkflow: { readonly inputKeys: readonly ["id", "workflowId"]; }; readonly setAgentWorkflowEnabled: { readonly inputKeys: readonly ["id", "workflowId", "isEnabled"]; }; readonly runAgentWorkflowNow: { readonly inputKeys: readonly ["id", "workflowId"]; }; readonly skillsCatalog: { readonly inputKeys: readonly []; }; readonly broadcastToAgents: { readonly inputKeys: readonly ["targets", "message"]; }; readonly searchMedia: { readonly inputKeys: readonly ["query", "limit"]; }; readonly getHostSettings: { readonly inputKeys: readonly []; }; readonly getHostStatus: { readonly inputKeys: readonly []; }; readonly getForeverBoxStatus: { readonly inputKeys: readonly ["id"]; }; readonly promptAcceptanceStatus: { readonly inputKeys: readonly ["accountSlot", "clientNonce"]; }; readonly kickstartAgent: { readonly inputKeys: readonly ["id"]; }; readonly getAgentChannels: { readonly inputKeys: readonly ["id"]; }; readonly getSubagents: { readonly inputKeys: readonly ["id"]; }; readonly getAsyncTasks: { readonly inputKeys: readonly ["id"]; }; readonly isAgentNetworkEnabled: { readonly inputKeys: readonly []; }; readonly isGlobalSearchEnabled: { readonly inputKeys: readonly []; }; readonly isEgressTunnelAvailable: { readonly inputKeys: readonly []; }; readonly getAgentAvatar: { readonly inputKeys: readonly ["id"]; }; readonly requestDiskSaverAudit: { readonly inputKeys: readonly ["id"]; }; readonly listBoxMcpServers: { readonly inputKeys: readonly ["serverIdentifiers"]; }; readonly getPluginSyncStatus: { readonly inputKeys: readonly []; }; readonly getListenerIntegrations: { readonly inputKeys: readonly []; }; readonly getListenerConnectUrl: { readonly inputKeys: readonly ["platform"]; }; readonly getBoxStoreStatus: { readonly inputKeys: readonly []; }; readonly openAgentWindowed: { readonly inputKeys: readonly ["id", "limit"]; }; readonly openAgentTail: { readonly inputKeys: readonly ["id", "limit"]; }; readonly importAgentWorkflowText: { readonly inputKeys: readonly ["id", "markdown", "name"]; }; readonly importAgentWorkflowUrl: { readonly inputKeys: readonly ["id", "url", "name"]; }; readonly portAgentLocalSkills: { readonly inputKeys: readonly ["id"]; }; }; readonly notes: { readonly commands: "Generated from host/host-main.cjs SAND_GATEWAY_COMMANDS keys."; readonly capabilities: "Generated from host/host-main.cjs HOST_CAPABILITIES."; readonly wrapperInputKeys: "Hand-cited from TypedCommandMap in sdk/src/gateway/commands.ts. The host snapshot has no listCommands API and no per-command JSON schema table."; }; }; //# sourceMappingURL=host-manifest.generated.d.ts.map