MCPcopy Create free account

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

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

↓ 4 callersFunctiontitleTokens
(value: string)
runtime/api-server/src/turn-memory-writeback.ts:313
↓ 4 callersFunctiontoCronjobRecord
(record: ReturnType<RuntimeStateStore["listCronjobs"]>[number])
runtime/state-store/src/cli.ts:131
↓ 4 callersFunctiontoOutputFolderRecord
(record: ReturnType<RuntimeStateStore["listOutputFolders"]>[number])
runtime/state-store/src/cli.ts:98
↓ 4 callersFunctiontoOutputRecord
(record: ReturnType<RuntimeStateStore["listOutputs"]>[number])
runtime/state-store/src/cli.ts:109
↓ 4 callersFunctiontoRuntimeStateRecord
(record: ReturnType<RuntimeStateStore["getRuntimeState"]> extends infer T ? Exclude<T, null> : never)
runtime/state-store/src/cli.ts:201
↓ 4 callersFunctiontoSession
(user: AuthUser | null)
apps/desktop/src/lib/auth/authClient.ts:49
↓ 4 callersFunctiontoSessionArtifactRecord
(record: ReturnType<RuntimeStateStore["listOutputs"]>[number])
runtime/state-store/src/cli.ts:83
↓ 4 callersFunctiontodoStatusSchema
()
runtime/harnesses/src/runtime-capability-tools.ts:80
↓ 4 callersFunctiontokenJaccard
(left: string, right: string)
runtime/api-server/src/interaction-memory.ts:764
↓ 4 callersFunctiontokenUsageFromPayload
( payload: Record<string, unknown>, )
runtime/api-server/src/claimed-input-executor.ts:1837
↓ 4 callersFunctiontruncateRuntimeSentryText
(text: string, limit: number)
runtime/api-server/src/claimed-input-executor.ts:1755
↓ 4 callersMethodtryLoadVectorExtension
(db: Database.Database)
runtime/state-store/src/store.ts:12669
↓ 4 callersFunctionturnRequestSnapshotForInput
( store: RuntimeStateStore, record: { workspaceId: string; inputId: string }, )
runtime/api-server/src/claimed-input-executor.test.ts:402
↓ 4 callersFunctionuniqueById
(items: T[])
runtime/api-server/src/memory-hybrid-retrieval.ts:234
↓ 4 callersFunctionuniqueSorted
(values: string[])
runtime/api-server/src/agent-capability-registry.ts:492
↓ 4 callersFunctionuniqueStrings
(values: string[])
apps/desktop/src/components/panes/IntegrationsPane.tsx:91
↓ 4 callersFunctionuniqueStringsInOrder
(values: Array<string | null | undefined>)
runtime/api-server/src/teammate-routing.ts:46
↓ 4 callersFunctionupdateAppOutput
( outputId: string, request: UpdateAppOutputRequest, )
sdk/bridge/src/workspace-outputs.ts:90
↓ 4 callersMethodupdateConnection
( connectionId: string, payload: LocalIntegrationConnectionUpdatePayload, )
apps/desktop/electron/control-plane-owned-state.ts:185
↓ 4 callersMethodupdateCronjob
(params: { workspaceId: string; jobId: string; teammateId?: string | null; name?: string | nul
runtime/state-store/src/store.ts:11318
↓ 4 callersMethodupdateEvolveSkillCandidate
(params: { workspaceId: string; candidateId: string; fields: EvolveSkillCandidateUpdateFields; }
runtime/state-store/src/store.ts:3239
↓ 4 callersFunctionupdatePendingOptimisticUserMessagesState
( nextValue: | PendingOptimisticUserMessage[] | (( current: PendingOptimisticUserMes
apps/desktop/src/components/panes/ChatPane/index.tsx:4218
↓ 4 callersFunctionupdateProviderDraft
( providerId: KnownProviderId, update: Partial<ProviderDraft>, )
apps/desktop/src/components/auth/AuthPanel.tsx:2253
↓ 4 callersFunctionupdateSpreadsheetSheets
( sheets: FilePreviewTableSheetPayload[], updateSheet: ( sheet: FilePreviewTableSheetPayload, ) => F
apps/desktop/src/components/panes/SpreadsheetEditor.tsx:167
↓ 4 callersFunctionupsertAssistantExecutionTraceStep
( segments: ChatAssistantSegment[], step: ChatTraceStep, )
apps/desktop/src/components/panes/ChatPane/index.tsx:1071
↓ 4 callersFunctionupsertBrowserRequestRecord
( tab: ObservabilityTabRecord, requestId: string, overrides: Partial<BrowserRequestRecord>, )
apps/desktop/electron/browser-pane/tab-observability.ts:124
↓ 4 callersMethodupsertIntegrationNodeEmbedding
(params: { nodeKind: InteractionTreeChildKind; nodeId: string; treeId: string; embeddingModel:
runtime/state-store/src/store.ts:9850
↓ 4 callersMethodupsertInteractionNodeEmbedding
(params: { workspaceId: string; nodeKind: InteractionTreeChildKind; nodeId: string; entityId:
runtime/state-store/src/store.ts:7344
↓ 4 callersFunctionupsertInternalTab
( tabs: InternalTab[], tab: InternalTab, )
apps/desktop/src/components/layout/shell/state/internalTabs.ts:105
↓ 4 callersMethodupsertSyncRecord
(rec: Omit<SyncRecord, "syncedAt">)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/types.ts:358
↓ 4 callersFunctionupsertWorkspaceRecord
(nextWorkspace: WorkspaceRecordPayload)
apps/desktop/src/lib/workspaceDesktop.tsx:669
↓ 4 callersMethodupsertWorkspaceRow
(record: WorkspaceRecord, workspacePath: string)
runtime/state-store/src/store.ts:15250
↓ 4 callersMethodupsertWorkspaceRowInDb
(record: WorkspaceRecord, workspacePath: string, db: Database.Database)
runtime/state-store/src/store.ts:15186
↓ 4 callersFunctionuseCarousel
()
sdk/ui/src/primitives/carousel.tsx:35
↓ 4 callersFunctionuseDesktopBilling
()
apps/desktop/src/lib/billing/useDesktopBilling.tsx:260
↓ 4 callersFunctionuseIssueWorkspaceData
(workspaceId: string | null)
apps/desktop/src/components/layout/shell/useIssues.ts:8
↓ 4 callersFunctionuseSidebar
()
sdk/ui/src/primitives/sidebar.tsx:47
↓ 4 callersFunctionutf8ByteLength
(value: string)
runtime/harnesses/src/capability-http.ts:124
↓ 4 callersFunctionvalidateTsRunnerRequest
(payload: unknown)
runtime/api-server/src/ts-runner-contracts.ts:181
↓ 4 callersFunctionvisibleIntegrationTreesForWorkspace
(params: { store: RuntimeStateStore; workspaceId: string; treeId?: string | null; })
runtime/api-server/src/workspace-integration-visibility.ts:93
↓ 4 callersFunctionwaitForConnectedAccount
( params: WaitForConnectedAccountParams )
runtime/api-server/src/composio-minimal-example.ts:248
↓ 4 callersFunctionwaitForExit
(child: ChildLike, options: { captureStderr?: boolean } = {})
runtime/api-server/src/app-lifecycle-worker.ts:186
↓ 4 callersFunctionwaitForPendingInteractionEntityRebuilds
(params?: { workspaceId?: string | null; entityIds?: string[] | null; })
runtime/api-server/src/turn-memory-writeback.ts:233
↓ 4 callersFunctionwaitHealthy
( params: { resolvedApp: ResolvedApplicationRuntime; httpPort: number; mcpPort: number; fetc
runtime/api-server/src/app-lifecycle-worker.ts:963
↓ 4 callersFunctionwithCloudWorkspaceLocation
( workspace: | Omit<WorkspaceRecordPayload, "location"> | WorkspaceRecordPayload | null | un
apps/desktop/electron/main.ts:13100
↓ 4 callersFunctionwithJsonResponseServer
(params: { responses: Array<Record<string, unknown>>; run: (baseUrl: string, requests: Array<Record<string
runtime/api-server/src/interaction-memory.test.ts:73
↓ 4 callersFunctionwithModelExtractionResponses
(params: { responses: Array<{ statusCode: number; body?: Record<string, unknown>; delayMs?: numb
runtime/api-server/src/turn-memory-writeback.test.ts:178
↓ 4 callersFunctionwithRuntimeConfigMutationLock
( work: () => Promise<T>, )
apps/desktop/electron/main.ts:7735
↓ 4 callersFunctionworkspaceBoundaryOverrideRequested
(instruction: string)
runtime/harness-host/src/pi.ts:1270
↓ 4 callersFunctionworkspaceDirForId
(workspaceId: string)
runtime/api-server/src/ts-runner-session-state.ts:45
↓ 4 callersFunctionworkspaceDirectoryPath
(workspaceId: string)
apps/desktop/electron/main.ts:13026
↓ 4 callersMethodworkspacePathState
(workspacePath: string)
runtime/state-store/src/store.ts:1709
↓ 4 callersFunctionworkspaceScopePrefix
(workspaceId: string)
runtime/api-server/src/memory.ts:106
↓ 4 callersFunctionwriteFileIfChanged
(filePath: string, content: string)
runtime/api-server/src/integration-memory.ts:2805
↓ 4 callersFunctionwriteInteractionBatchState
(params: { store: RuntimeStateStore; workspaceId: string; state: InteractionMemoryBatchState; })
runtime/api-server/src/turn-memory-writeback.ts:606
↓ 4 callersFunctionwritePosixShim
(targetPath, commandRelativePath, args = [])
runtime/deploy/stage_python_runtime.mjs:318
↓ 4 callersFunctionwriteRuntimeConfig
(root: string, document: Record<string, unknown>)
runtime/api-server/src/background-task-model.test.ts:41
↓ 4 callersFunctionwriteWindowsShim
(targetPath, commandRelativePath, args = [])
runtime/deploy/stage_python_runtime.mjs:335
↓ 4 callersFunctionx
(i: number)
sdk/app-builder-sdk/reference/post-analytics/src/client/components/metric-chart.tsx:42
↓ 3 callersMethod#readPostActionState
( config: ProductRuntimeConfig, context: DesktopBrowserToolExecutionContext, postState: BrowserPos
runtime/api-server/src/desktop-browser-tools.ts:3748
↓ 3 callersFunction__resetWorkspaceDbForTesting
()
sdk/bridge/src/workspace-db.ts:57
↓ 3 callersFunctionaccountAvatarFallbackChar
(label: string)
apps/desktop/src/lib/integrationDisplay.ts:38
↓ 3 callersFunctionaddAvailableToolName
(available: Set<string>, value: string | null | undefined)
runtime/api-server/src/agent-runtime-prompt.ts:176
↓ 3 callersFunctionaddDocs
(docs: SemanticSearchDoc[])
runtime/api-server/src/interaction-memory.ts:2416
↓ 3 callersFunctionaddDocs
(docs: SemanticSearchDoc[])
runtime/api-server/src/integration-memory.ts:4861
↓ 3 callersFunctionaddSentryHintAttachment
( hint: Sentry.EventHint | undefined, attachment: NonNullable<Sentry.EventHint["attachments"]>[number] | n
apps/desktop/electron/main.ts:4424
↓ 3 callersFunctionagentsMdPath
(workspaceDir)
scripts/lib/memory-live-utils.mjs:87
↓ 3 callersFunctionaggregateSeries
(metric: MetricKey)
sdk/app-builder-sdk/reference/post-analytics/src/client/lib/sample-data.ts:235
↓ 3 callersFunctionancestorPaths
(targetPath: string)
apps/desktop/src/components/panes/MemoryPane.tsx:68
↓ 3 callersFunctionannotateTablePreviewSheets
( tableSheets: FilePreviewTableSheetPayload[], previewOnly = false, )
apps/desktop/electron/main.ts:19332
↓ 3 callersFunctionappInstallLogDir
Resolve the persistent install-log directory for an app. Stored at * `<appDir>/.holaboss/logs/` so it survives across runtime restarts * and stays
runtime/api-server/src/app-lifecycle-worker.ts:451
↓ 3 callersFunctionappIsDashboardShape
Returns true when an app dir contains a `src/client/` subdirectory, * i.e. it ships a dashboard UI (vs. an integration-only MCP module).
runtime/api-server/src/runtime-agent-tools.ts:294
↓ 3 callersFunctionappPortAllocationKey
(appId: string, kind: "http" | "mcp")
runtime/api-server/src/workspace-apps.ts:120
↓ 3 callersFunctionappUpdatePreferencesPath
()
apps/desktop/electron/main.ts:1799
↓ 3 callersFunctionappendBrowserObservedError
( tab: ObservabilityTabRecord, entry: BrowserObservedError, )
apps/desktop/electron/browser-pane/tab-observability.ts:113
↓ 3 callersFunctionappendExecutionTimelineThinkingDelta
( previous: ChatExecutionTimelineItem[], delta: string, order: number, )
apps/desktop/src/components/panes/ChatPane/index.tsx:2774
↓ 3 callersFunctionappendFakeCompaction
(params: { states: Map<string, FakeSessionState>; sessionFile: string; summary: string; firstKeptEntry
runtime/api-server/src/session-checkpoint.test.ts:157
↓ 3 callersFunctionappendProviderRoute
(baseRoot: string, provider: string)
runtime/api-server/src/agent-runtime-config.ts:1068
↓ 3 callersMethodappendTerminalSessionEventWithCapture
( params: Parameters<RuntimeStateStore["appendTerminalSessionEvent"]>[0], context: Record<string, unkn
runtime/api-server/src/terminal-session-manager.ts:572
↓ 3 callersFunctionapplyAppUpdateInfo
( info: UpdateInfo, overrides: Partial<AppUpdateStatusPayload> = {}, )
apps/desktop/electron/main.ts:2028
↓ 3 callersFunctionapplyGenAiUsageMetrics
( span: MinimalSpan, usage: GenAiUsageMetrics | null | undefined, )
runtime/api-server/src/runtime-ai-monitoring.ts:135
↓ 3 callersMethodapplyRuntimeUserProfileAuthFallback
(params: { profileId?: string; name?: string | null; timezone?: string | null; updatedAt?: str
runtime/state-store/src/store.ts:6689
↓ 3 callersFunctionarchiveWorkspaceLabSessions
(params: { store: RuntimeStateStore; labId: string; archivedAt?: string; })
runtime/api-server/src/app.ts:2188
↓ 3 callersMethodassertCronjobBelongsToWorkspace
(job: CronjobRecord, workspaceId?: string | null)
runtime/api-server/src/runtime-agent-tools.ts:6733
↓ 3 callersFunctionassessMemoryFreshness
( entry: Pick<MemoryEntryRecord, "memoryType" | "verificationPolicy" | "stalenessPolicy" | "staleAfterSecond
runtime/api-server/src/memory-governance.ts:83
↓ 3 callersFunctionassignStringListOrRemove
(target: StringMap, key: string, value: unknown)
runtime/api-server/src/runtime-config.ts:523
↓ 3 callersFunctionassistantHistoryStateFromOutputEvents
( outputEvents: SessionOutputEventPayload[], options?: { showBootstrapPhaseTrace?: boolean; showCo
apps/desktop/src/components/panes/ChatPane/index.tsx:3145
↓ 3 callersFunctionbackgroundTaskDefaultModel
( providerId: BackgroundTasksDraftProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:900
↓ 3 callersFunctionbackgroundTaskProviderDraftId
( value: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:878
↓ 3 callersFunctionbackgroundTaskStatusIndicator
(status: string)
apps/desktop/src/components/panes/BackgroundTasksPane.tsx:37
↓ 3 callersFunctionboundedObservabilityLimit
( value: unknown, fieldName = "limit", )
runtime/api-server/src/desktop-browser-tools.ts:573
↓ 3 callersFunctionbrandLogoOverride
(slug: string)
apps/desktop/src/lib/integrationLogo.ts:47
↓ 3 callersFunctionbrowserIsoFromNetworkTimestamp
(value: unknown)
apps/desktop/electron/browser-pane/observability.ts:138
↓ 3 callersFunctionbrowserLocatorOptions
(args: Record<string, unknown>, options: { requireLocator: boolean })
runtime/api-server/src/desktop-browser-tools.ts:848
↓ 3 callersFunctionbrowserObservabilityLimit
( value: string | null | undefined, defaultValue = BROWSER_OBSERVABILITY_DEFAULT_LIMIT, )
apps/desktop/electron/browser-pane/observability.ts:89
↓ 3 callersFunctionbrowserPostActionOptions
( args: Record<string, unknown>, defaultPostState: BrowserPostStateMode, )
runtime/api-server/src/desktop-browser-tools.ts:1135
↓ 3 callersFunctionbrowserSurfaceStatusSummary
(params: { browserSpace: BrowserSpaceId; controlMode: BrowserTabListPayload["controlMode"]; lifecycleSta
apps/desktop/src/components/panes/browserSessionUi.ts:88
↓ 3 callersFunctionbrowserTabSpaceTabCount
(tabSpace: BrowserTabSpaceState | null | undefined)
apps/desktop/electron/main.ts:17969
↓ 3 callersFunctionbrowserWaitForParameters
(description: string)
runtime/harnesses/src/browser-capability-tools.ts:131
↓ 3 callersFunctionbrowserWorkspaceOrEmpty
( workspaceId?: string | null, )
apps/desktop/electron/main.ts:18242
← previousnext →1,601–1,700 of 8,692, ranked by callers