MCPcopy Create free account

hub / github.com/holaboss-ai/holaOS / functions

Functions8,692 in github.com/holaboss-ai/holaOS

↓ 1 callersFunctionimageGenerationModelSuggestions
( providerId: ImageGenerationDraftProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:1173
↓ 1 callersFunctionimageGenerationProviderLabel
( providerId: ImageGenerationDraftProviderId, )
apps/desktop/src/components/auth/AuthPanel.tsx:1164
↓ 1 callersFunctionimageGenerationProviderStorageId
( providerId: ImageGenerationDraftProviderId, )
apps/desktop/src/components/auth/AuthPanel.tsx:1124
↓ 1 callersFunctionimageUrlPromptLabel
(imageUrl: string, index: number, request: HarnessHostPiRequest)
runtime/harness-host/src/pi.ts:320
↓ 1 callersFunctionimportBrowserProfileIntoWorkspace
( payload: BrowserImportProfilePayload, )
apps/desktop/electron/main.ts:3782
↓ 1 callersFunctionimportChromeProfileIntoWorkspace
(workspaceId: string)
apps/desktop/electron/main.ts:3801
↓ 1 callersFunctionimportChromeProfileIntoWorkspace
( workspaceId: string | null | undefined, deps: BrowserImportDeps, )
apps/desktop/electron/browser-pane/import-browsers.ts:942
↓ 1 callersFunctionimportExternalExplorerEntries
( destinationDirectoryPath: string, entries: unknown, workspaceId?: string | null, )
apps/desktop/electron/main.ts:20807
↓ 1 callersFunctionimportSafariProfileIntoWorkspace
( workspaceId: string | null | undefined, safariArchivePath: string | null | undefined, deps: BrowserImp
apps/desktop/electron/browser-pane/import-browsers.ts:790
↓ 1 callersFunctionimportSummaryMessage
(summary: BrowserImportSummaryPayload)
apps/desktop/src/components/panes/BrowserProfileImportButton.tsx:51
↓ 1 callersFunctionimportWorkspaceToolModule
(moduleFile: string, entry: WorkspaceMcpCatalogEntry)
runtime/api-server/src/workspace-tool-loader.ts:270
↓ 1 callersFunctionindexFiles
(workspaceRoot: string, workspaceId: string)
runtime/api-server/src/memory-recall-manifest.ts:316
↓ 1 callersFunctionindexedMemorySort
(records: IndexedMemoryRecord[])
runtime/api-server/src/memory-recall-manifest.ts:290
↓ 1 callersFunctioninferCode
(message: string, error: unknown)
apps/desktop/src/lib/integrationErrorMessages.ts:131
↓ 1 callersFunctioninferMcpPolicy
(toolRef: AgentCapabilityMcpToolRef)
runtime/api-server/src/agent-capability-registry.ts:565
↓ 1 callersFunctioninferRuntimePlatform
(builderArgs)
apps/desktop/scripts/run-electron-builder.mjs:15
↓ 1 callersFunctioninferSessionKind
(params: { workspace: WorkspaceRecord; sessionId: string; persistedKind?: string | null; })
runtime/api-server/src/claimed-input-executor.ts:1720
↓ 1 callersFunctioninferWorkspaceAppIdFromText
(text: string)
apps/desktop/src/lib/workspaceApps.ts:62
↓ 1 callersFunctioninitHarnessSentry
()
runtime/harness-host/src/harness-ai-monitoring.ts:21
↓ 1 callersFunctioninitialBrowserState
( space: BrowserSpaceId, )
apps/desktop/src/components/panes/ChatPane/helpers.ts:11
↓ 1 callersFunctioninitialBrowserTabSeed
( workspaceId: string, space: BrowserSpaceId, sessionId?: string | null, )
apps/desktop/electron/browser-pane/tab-state.ts:1479
↓ 1 callersFunctioninitialDesktopAppName
()
apps/desktop/electron/main.ts:6
↓ 1 callersFunctioninitialPresetFor
Pick reasonable defaults when switching presets so the form doesn't * flash blank parametric controls. Carries over hour/minute when the * new pre
apps/desktop/src/components/panes/AutomationsPaneInlineEditors.tsx:390
↓ 1 callersFunctioninjectMentionLinks
(text: string)
apps/desktop/src/components/panes/ChatPane/helpers.ts:271
↓ 1 callersFunctioninlineBackgroundIndicator
(tasks: BackgroundTaskRecordPayload[])
apps/desktop/src/components/panes/BackgroundTasksPane.tsx:152
↓ 1 callersFunctioninlineHarnessDocumentAttachmentSection
( params: HarnessDocumentAttachmentSectionParams, )
runtime/harnesses/src/attachment-content.ts:588
↓ 1 callersFunctioninlineImageUrlInput
(request: HarnessHostPiRequest, imageUrl: string)
runtime/harness-host/src/pi.ts:451
↓ 1 callersFunctioninlineRemoteImageUrl
( imageUrl: string, maxInlineImageBytes = DEFAULT_HARNESS_MAX_INLINE_IMAGE_BYTES, )
runtime/harness-host/src/pi.ts:413
↓ 1 callersFunctioninlineWorkspaceImageUrl
( request: HarnessHostPiRequest, imageUrl: string, maxInlineImageBytes = DEFAULT_HARNESS_MAX_INLINE_IMAG
runtime/harness-host/src/pi.ts:369
↓ 1 callersFunctioninputIdFromHistoryMessage
( message: SessionHistoryMessagePayload, )
apps/desktop/src/components/panes/ChatPane/helpers.ts:349
↓ 1 callersFunctioninputModalitiesForRequest
(request: HarnessModelRoutingRequest)
runtime/harnesses/src/model-routing.ts:367
↓ 1 callersFunctioninputModelValue
(input: SessionInputRecord | null | undefined)
runtime/api-server/src/cron-worker.ts:249
↓ 1 callersFunctioninputTextValue
( input: { payload?: Record<string, unknown> | null } | null | undefined, )
runtime/api-server/src/runtime-agent-tools.ts:2198
↓ 1 callersFunctioninputThinkingValue
(input: SessionInputRecord | null | undefined)
runtime/api-server/src/cron-worker.ts:257
↓ 1 callersFunctioninspectDashboardUiUsage
(appDir: string)
runtime/api-server/src/workspace-app-ui-lint.ts:298
↓ 1 callersFunctioninspectableSessionCategory
( session: | Pick< AgentSessionRecordPayload, | "kind" | "source_type" |
apps/desktop/src/components/panes/ChatPane/index.tsx:1515
↓ 1 callersFunctioninspectableSessionLabel
( session: | Pick< AgentSessionRecordPayload, | "kind" | "source_type" |
apps/desktop/src/components/panes/ChatPane/index.tsx:1545
↓ 1 callersFunctioninstallAppFromArchiveFile
(params: { workspaceId: string; archivePath: string; })
apps/desktop/electron/main.ts:14494
↓ 1 callersFunctioninstallAppFromCatalog
( appId: string, options?: { connectionId?: string }, )
apps/desktop/src/lib/workspaceDesktop.tsx:1218
↓ 1 callersFunctioninstallAppUpdateNow
()
apps/desktop/electron/main.ts:2330
↓ 1 callersFunctioninstallBrowserPaneHandlers
(_deps: BrowserPaneDeps)
apps/desktop/electron/browser-pane/index.ts:69
↓ 1 callersFunctioninstallBrowserPaneIpcHandlers
(deps: BrowserPaneIpcDeps)
apps/desktop/electron/browser-pane/handlers.ts:220
↓ 1 callersFunctioninstallImportedMarketplaceSkill
(data: InstallImportedMarketplaceSkillMutationRequest, config: Partial<RequestConfig<InstallImportedMarketplac
sdk/app-sdk/src/generated/core/installImportedMarketplaceSkill.ts:19
↓ 1 callersFunctioninstallImportedMarketplaceSkillMutationKey
()
sdk/app-sdk/src/generated/react/useInstallImportedMarketplaceSkill.ts:13
↓ 1 callersFunctioninstallMacApplicationMenu
()
apps/desktop/electron/main.ts:23071
↓ 1 callersFunctioninstallMacStatusItem
()
apps/desktop/electron/main.ts:23042
↓ 1 callersFunctioninstallMarketplaceSkill
(data: InstallMarketplaceSkillMutationRequest, config: Partial<RequestConfig<InstallMarketplaceSkillMutationRe
sdk/app-sdk/src/generated/core/installMarketplaceSkill.ts:19
↓ 1 callersFunctioninstallMarketplaceSkillMutationKey
()
sdk/app-sdk/src/generated/react/useInstallMarketplaceSkill.ts:13
↓ 1 callersFunctioninstallMockResponses
(responses: Array<Record<string, unknown>>)
runtime/api-server/src/memory-recall-manifest.test.ts:63
↓ 1 callersFunctioninstallRendererAuthCacheListeners
()
apps/desktop/src/lib/app-sdk-client.ts:60
↓ 1 callersFunctioninstructionWithInlineBackgroundUpdates
(params: { baseInstruction: string; context: Record<string, unknown> | null | undefined; })
runtime/api-server/src/claimed-input-executor.ts:1417
↓ 1 callersFunctioninstructionWithIssueAssignmentContext
(params: { store: RuntimeStateStore; workspaceDir: string; workspaceId: string; sessionId: string; b
runtime/api-server/src/claimed-input-executor.ts:1455
↓ 1 callersFunctioninstructionWithRetryContinuationPrompt
(params: { baseInstruction: string; failureMessage?: string | null; })
runtime/api-server/src/claimed-input-executor.ts:1527
↓ 1 callersFunctionintegrationBranchBody
(params: { tree: IntegrationTreeRecord; entityLabel: string | null; branchKey: string; branchLabel: st
runtime/api-server/src/integration-memory.ts:3197
↓ 1 callersFunctionintegrationBranchSlug
( key: string | null | undefined, label: string | null | undefined, )
runtime/api-server/src/memory-browser.ts:347
↓ 1 callersMethodintegrationEmbeddingVectorResultsForRows
( rows: Array<{ vec_rowid: number; distance: number }> )
runtime/state-store/src/store.ts:10168
↓ 1 callersFunctionintegrationEntitySlug
( key: string | null | undefined, label: string | null | undefined, )
runtime/api-server/src/memory-browser.ts:339
↓ 1 callersFunctionintegrationMemoryTreesForConnection
(params: { store: RuntimeStateStore; connectionId: string; })
runtime/api-server/src/integration-memory.ts:4593
↓ 1 callersMethodintegrationNodeEmbeddingRowid
(params: { nodeKind: InteractionTreeChildKind; nodeId: string; embeddingModel: string; })
runtime/state-store/src/store.ts:9936
↓ 1 callersFunctionintegrationRelationCounts
(dbPath, treeId)
scripts/memory-eval.mjs:521
↓ 1 callersFunctionintegrationRootNodeId
()
runtime/api-server/src/memory-browser.ts:85
↓ 1 callersFunctionintegrationSummaryFolderName
(level: number, nodeId: string)
runtime/api-server/src/integration-memory.ts:416
↓ 1 callersFunctionintegrationSummaryRelativePath
( params: { treeSlug: string; level: number; nodeId: string; root?: boolean; entitySlug?
runtime/api-server/src/integration-memory.ts:474
↓ 1 callersFunctionintegrationTreeBody
(params: { tree: IntegrationTreeRecord; leafCount: number; summaryCount: number; })
runtime/api-server/src/integration-memory.ts:3150
↓ 1 callersFunctionintegrationTreeDir
(workspaceRoot: string, slug: string)
runtime/api-server/src/integration-memory.ts:383
↓ 1 callersFunctionintegrationTreeHasSemanticState
(params: { store: RuntimeStateStore; treeId: string; })
runtime/api-server/src/integration-context-fetch.ts:4566
↓ 1 callersFunctionintegrationTreeIdentity
(params: { provider: string; ownerUserId: string; accountKey: string; accountLabel: string; })
runtime/api-server/src/integration-memory.ts:2883
↓ 1 callersFunctionintegrationTreeSubtitle
(params: { provider: string; ownerUserId: string; })
runtime/api-server/src/memory-browser.ts:359
↓ 1 callersFunctionintegrationVectorNodeKind
(node: NonNullable<ReturnType<RuntimeStateStore["getSemanticMemoryNode"]>>)
runtime/api-server/src/workspace-memory.ts:82
↓ 1 callersFunctionintentSpecificScore
(params: { intent: MemoryRetrievalIntent; evidence: BaseMemoryRerankerEvidence; queryTokens: string[];
runtime/api-server/src/memory-reranker.ts:223
↓ 1 callersFunctioninteractionBatchLeaseKey
(sessionId: string)
runtime/api-server/src/turn-memory-writeback.ts:544
↓ 1 callersFunctioninteractionCanonicalContentPath
(baseSegments: string[])
runtime/api-server/src/interaction-memory.ts:482
↓ 1 callersFunctioninteractionCanonicalLeafFolderName
(params: { leafId: string; subjectKey: string; title: string; })
runtime/api-server/src/interaction-memory.ts:543
↓ 1 callersFunctioninteractionCanonicalTreeBaseSegments
(workspaceId: string, entitySlug: string)
runtime/api-server/src/interaction-memory.ts:478
↓ 1 callersMethodinteractionEmbeddingVectorResultsForRows
( workspaceId: string, rows: Array<{ vec_rowid: number; distance: number }> )
runtime/state-store/src/store.ts:7680
↓ 1 callersFunctioninteractionEntityDir
(workspaceDir: string, slug: string)
runtime/api-server/src/interaction-memory.ts:440
↓ 1 callersFunctioninteractionEntityRebuildKey
(workspaceId: string, entityId: string)
runtime/api-server/src/turn-memory-writeback.ts:144
↓ 1 callersFunctioninteractionEntityTypeHint
(memoryType: string | null | undefined)
runtime/api-server/src/interaction-memory.ts:860
↓ 1 callersFunctioninteractionLeafRelativePath
(workspaceId: string, entitySlug: string, leafId: string)
runtime/api-server/src/interaction-memory.ts:448
↓ 1 callersFunctioninteractionMemoryRootDir
(workspaceDir: string)
runtime/api-server/src/interaction-memory.ts:436
↓ 1 callersMethodinteractionNodeEmbeddingRowid
(params: { workspaceId: string; nodeKind: InteractionTreeChildKind; nodeId: string; embeddingM
runtime/state-store/src/store.ts:7438
↓ 1 callersFunctioninteractionRootNodeId
(workspaceId: string)
runtime/api-server/src/memory-browser.ts:81
↓ 1 callersFunctioninteractionTreeSubtitle
(entityType: string)
runtime/api-server/src/memory-browser.ts:355
↓ 1 callersFunctioninteractiveElementsExpression
(options: BrowserGetStateOptions)
runtime/api-server/src/desktop-browser-tools.ts:2192
↓ 1 callersFunctioninvalidPayloadResult
(job: ProactiveBridgeJob, jobName: string)
runtime/api-server/src/bridge-worker.ts:174
↓ 1 callersFunctioninvisibleInputHostWindowBounds
( viewBounds: BrowserBoundsPayload, )
apps/desktop/electron/browser-pane/tab-state.ts:531
↓ 1 callersFunctionisAbortedBrowserLoadError
(error: unknown)
apps/desktop/electron/browser-pane/utils.ts:149
↓ 1 callersFunctionisAbortedBrowserLoadFailure
( errorCode: number, errorDescription: string, )
apps/desktop/electron/main.ts:6046
↓ 1 callersFunctionisActiveIntegrationConnection
(connection: IntegrationConnectionRecord)
runtime/api-server/src/workspace-integration-visibility.ts:28
↓ 1 callersFunctionisAllowedArchivePathForRuntime
(p: string)
apps/desktop/electron/main.ts:14402
↓ 1 callersFunctionisAppTheme
(value: string)
apps/desktop/src/components/layout/themes.ts:29
↓ 1 callersFunctionisBinaryBuffer
(buffer: Buffer)
runtime/harnesses/src/attachment-content.ts:148
↓ 1 callersFunctionisBlockedIssueResumable
* Whether a blocked issue can be resumed with a one-click PATCH status=todo. * * The runtime auto-dispatches the issue when status transitions back
apps/desktop/src/components/layout/shell/IssuesBoardPane.tsx:115
↓ 1 callersFunctionisBrowserDownloadWaitCondition
( condition: BrowserWaitCondition, )
runtime/api-server/src/desktop-browser-tools.ts:374
↓ 1 callersFunctionisBrowserPopupNavigationUrl
(rawUrl: string)
apps/desktop/electron/main.ts:2375
↓ 1 callersFunctionisBrowserPopupWindowRequest
( frameName?: string | null, features?: string | null, )
apps/desktop/electron/main.ts:22149
↓ 1 callersFunctionisBundledLanguage
(lang: string)
apps/desktop/src/components/marketplace/CodeBlock.tsx:29
↓ 1 callersFunctionisCallableClass
(value: unknown)
runtime/api-server/src/workspace-tool-loader.ts:150
↓ 1 callersFunctionisCiEnvironment
(env)
apps/desktop/scripts/run-electron-builder.mjs:47
↓ 1 callersFunctionisColorScheme
(value: string)
apps/desktop/src/components/layout/themes.ts:54
← previousnext →4,901–5,000 of 8,692, ranked by callers