MCPcopy Create free account

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

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

↓ 1 callersMethodreadOverrides
(workspaceId: string)
runtime/api-server/src/composio-mcp-manager.ts:226
↓ 1 callersFunctionreadRequestBase64FromStdin
( stdin: ReadableRequestStream, )
runtime/harness-host/src/index.ts:22
↓ 1 callersFunctionreadRuntimeConfigDocument
()
runtime/harnesses/src/native-web-search.ts:133
↓ 1 callersFunctionreadSafariExportArchive
( archivePath: string, )
apps/desktop/electron/browser-pane/import-browsers.ts:338
↓ 1 callersMethodreadScratchpad
(params: RuntimeAgentToolsReadScratchpadParams)
runtime/api-server/src/runtime-agent-tools.ts:5761
↓ 1 callersFunctionreadServers
(registry: JsonRecord)
runtime/api-server/src/workspace-runtime-plan.ts:502
↓ 1 callersFunctionreadSessionTodoStatus
(params: { workspaceRoot: string; workspaceId: string; sessionId: string; })
runtime/api-server/src/session-todo.ts:785
↓ 1 callersFunctionreadSkillCatalogFromRoot
(params: { skillsRoot: string; })
apps/desktop/electron/main.ts:15140
↓ 1 callersFunctionreadSkillMetadata
(params: { skillId: string; skillFilePath: string; sourceDir: string; origin: ResolvedSkillOrigin; o
runtime/api-server/src/workspace-skills.ts:302
↓ 1 callersFunctionreadSyncStatus
(app: AppHandleInternal, syncName: string)
sdk/app-builder-sdk/src/runtime/mcp-server.ts:400
↓ 1 callersFunctionreadSyncStatus
(app: AppHandleInternal, syncName: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:400
↓ 1 callersMethodreadTerminalSession
(params: RuntimeAgentToolsReadTerminalSessionParams)
runtime/api-server/src/runtime-agent-tools.ts:5977
↓ 1 callersFunctionreadTerminalSessionBody
(toolParams: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:506
↓ 1 callersMethodreadTodo
(params: RuntimeAgentToolsReadTodoParams)
runtime/api-server/src/runtime-agent-tools.ts:5517
↓ 1 callersMethodreadTodoStatus
(params: RuntimeAgentToolsReadTodoParams)
runtime/api-server/src/runtime-agent-tools.ts:5547
↓ 1 callersFunctionreadUserVersion
(db: Database.Database)
runtime/state-store/src/migrations.ts:211
↓ 1 callersFunctionreadWorkspaceMcpSidecarState
(workspaceDir: string)
runtime/api-server/src/workspace-mcp-sidecar.ts:176
↓ 1 callersFunctionreadWorkspacePage
(browserConfig, workspaceId)
apps/desktop/e2e/browser-workspace-isolation.test.mjs:194
↓ 1 callersFunctionreadWorkspaceReference
(workspaceDir: string, relativePath: string)
runtime/api-server/src/runner-prep.ts:48
↓ 1 callersFunctionrealWorkspaceRoot
(workspaceDirInput: string)
runtime/api-server/src/workspace-skills.ts:98
↓ 1 callersFunctionrebindingTargetsForSession
(params: { store: RuntimeStateStore; workspaceId: string; sessionId: string; })
runtime/api-server/src/main-session-event-worker.ts:198
↓ 1 callersFunctionrebuildAllIntegrationTrees
(params: { store: RuntimeStateStore; workspaceId: string; selectedModel?: string | null; sessionId?: s
runtime/api-server/src/integration-memory.ts:4675
↓ 1 callersFunctionrebuildRuntimeBundle
(reason)
apps/desktop/scripts/watch-runtime-bundle.mjs:74
↓ 1 callersMethodrebuildTurnResultsWithoutLegacyColumns
(db: Database.Database)
runtime/state-store/src/store.ts:14599
↓ 1 callersFunctionrecallEmbeddingsModelPlaceholder
( providerId: RecallEmbeddingsDraftProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:1016
↓ 1 callersFunctionrecallEmbeddingsModelSuggestions
( providerId: RecallEmbeddingsDraftProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:1033
↓ 1 callersFunctionrecallEmbeddingsProviderLabel
( providerId: RecallEmbeddingsDraftProviderId, )
apps/desktop/src/components/auth/AuthPanel.tsx:1024
↓ 1 callersFunctionrecallEmbeddingsProviderStorageId
( providerId: RecallEmbeddingsDraftProviderId, )
apps/desktop/src/components/auth/AuthPanel.tsx:983
↓ 1 callersFunctionrecallLatestComposerInput
()
apps/desktop/src/components/panes/ChatPane/index.tsx:4046
↓ 1 callersFunctionrecalledMemoryPromptSection
(context: AgentRecalledMemoryContext | null | undefined)
runtime/api-server/src/agent-runtime-prompt.ts:735
↓ 1 callersFunctionrecentCompletedTurnSummaries
(store: RuntimeStateStore, turnResult: TurnResultRecord)
runtime/api-server/src/evolve-skill-review.ts:406
↓ 1 callersFunctionrecentRuntimeContextPromptSection
( context: AgentRecentRuntimeContext | null | undefined, )
runtime/api-server/src/agent-runtime-prompt.ts:574
↓ 1 callersFunctionrecentUserMessages
(store: RuntimeStateStore, turnResult: TurnResultRecord)
runtime/api-server/src/evolve-skill-review.ts:425
↓ 1 callersFunctionrecentUserMessagesForTurn
( store: RuntimeStateStore, turnResult: TurnResultRecord, limit: number, )
runtime/api-server/src/turn-semantic-artifacts.ts:167
↓ 1 callersFunctionreconcileAgentSessionBrowserSpace
( workspaceId: string, sessionId?: string | null, )
apps/desktop/electron/browser-pane/agent-session-lifecycle.ts:263
↓ 1 callersFunctionreconcilePendingOptimisticUserMessages
( pendingMessages: PendingOptimisticUserMessage[], params: { workspaceId: string; sessionId: strin
apps/desktop/src/components/panes/ChatPane/index.tsx:1765
↓ 1 callersFunctionreconcileQueuedSessionInputs
( queuedInputs: QueuedSessionInput[], params: { workspaceId: string; sessionId: string; persis
apps/desktop/src/components/panes/ChatPane/index.tsx:1724
↓ 1 callersFunctionrecordHistoryVisit
( workspaceId: string, entry: Pick<BrowserHistoryEntryPayload, "url" | "title" | "faviconUrl">, )
apps/desktop/electron/browser-pane/tab-state.ts:1024
↓ 1 callersFunctionrecordLaunch
()
apps/desktop/src/lib/analytics/device-id.ts:45
↓ 1 callersMethodrecoverFailedMaterializedMainSessionEvents
(params: { workspaceId: string; nowIso?: string; })
runtime/state-store/src/store.ts:4569
↓ 1 callersMethodrecoverMissingWorkspaceRecord
(workspaceId: string)
runtime/state-store/src/store.ts:15490
↓ 1 callersFunctionredactDesktopSentryText
(text: string)
apps/desktop/electron/main.ts:4412
↓ 1 callersFunctionredactedRuntimeConfigAttachment
()
apps/desktop/electron/main.ts:4641
↓ 1 callersFunctionredactedRuntimeConfigAttachment
()
runtime/api-server/src/runtime-sentry.ts:307
↓ 1 callersFunctionrefinedExtractedSubjectKey
(candidate: ExtractedDurableMemoryCandidate)
runtime/api-server/src/turn-memory-writeback.ts:381
↓ 1 callersFunctionrefreshAccessToken
(refreshToken: string)
runtime/api-server/src/codex-token-refresh.ts:90
↓ 1 callersFunctionrefreshAppsForIntegrationBinding
(params: { workspaceId: string; integrationKey: string; targetType: "workspace" | "app" | "agent"
runtime/api-server/src/app.ts:4366
↓ 1 callersFunctionrefreshOpenAiCodexAccessToken
(refreshToken: string)
apps/desktop/electron/main.ts:8016
↓ 1 callersFunctionrefreshPreviewFromDisk
()
apps/desktop/src/components/panes/FileExplorerPane.tsx:2154
↓ 1 callersFunctionrefreshResource
( app: AppHandleInternal, resource: { name: string; schema: unknown; def: { fetch?: (ctx: { bridge: Bridge
sdk/app-builder-sdk/src/runtime/mcp-server.ts:364
↓ 1 callersFunctionrefreshResource
( app: AppHandleInternal, resource: { name: string; schema: unknown; def: { fetch?: (ctx: { bridge: Bridge
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:364
↓ 1 callersFunctionrefreshRunningSessions
()
apps/desktop/src/components/layout/OperationsDrawer.tsx:159
↓ 1 callersFunctionrefreshRuntimeConfig
()
apps/desktop/src/components/auth/AuthPanel.tsx:1726
↓ 1 callersFunctionrefreshRuntimeModelCatalogInBackground
()
apps/desktop/electron/main.ts:7481
↓ 1 callersMethodrefreshToken
(connection: { connectionId: string; providerId: string; secretRef: string | null; status: str
runtime/api-server/src/integration-broker.ts:245
↓ 1 callersFunctionrefreshVisibleRunningSessions
()
apps/desktop/src/components/layout/OperationsDrawer.tsx:162
↓ 1 callersFunctionrefreshVisibleSessions
()
apps/desktop/src/components/panes/SubagentSessionsPane.tsx:206
↓ 1 callersFunctionrefreshVisibleTasks
()
apps/desktop/src/components/panes/BackgroundTasksPane.tsx:232
↓ 1 callersFunctionrefreshVisibleWorkspaceSkills
()
apps/desktop/src/components/panes/ChatPane/index.tsx:5275
↓ 1 callersFunctionregisterTools
(mcp: McpServer, app: AppHandleInternal, bridge: BridgeClient)
sdk/app-builder-sdk/src/runtime/mcp-server.ts:173
↓ 1 callersFunctionregisterTools
(mcp: McpServer, app: AppHandleInternal, bridge: BridgeClient)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:173
↓ 1 callersFunctionregisterWorkspaceAgentRunEvent
(params: { workspaceId: string; sessionId: string; inputId: string; runId: string; sequence: number;
runtime/api-server/src/claimed-input-executor.ts:846
↓ 1 callersFunctionrejectMarketplaceSubmission
(submissionId: RejectMarketplaceSubmissionPathParams["submissionId"], data?: RejectMarketplaceSubmissionMutati
sdk/app-sdk/src/generated/core/rejectMarketplaceSubmission.ts:19
↓ 1 callersFunctionrejectMarketplaceSubmissionMutationKey
()
sdk/app-sdk/src/generated/react/useRejectMarketplaceSubmission.ts:13
↓ 1 callersFunctionrelationPenalty
(intent: MemoryRetrievalIntent, count: number)
runtime/api-server/src/memory-reranker.ts:344
↓ 1 callersFunctionrelativePosixPath
(baseDir: string, targetPath: string)
runtime/api-server/src/evolve-skill-review.ts:273
↓ 1 callersFunctionrelativeTime
(at: number)
apps/desktop/src/components/integration/AppIntegrationsDialog.tsx:289
↓ 1 callersFunctionrelativeWorkspaceAttachmentPath
( workspaceDir: string, absolutePath: string, )
apps/desktop/electron/main.ts:13493
↓ 1 callersFunctionreleaseInteractionBatchLease
(params: { store: RuntimeStateStore; workspaceId: string; sessionId: string; ownerId: string; })
runtime/api-server/src/turn-memory-writeback.ts:667
↓ 1 callersFunctionreleaseNameFromUpdateInfo
(info: UpdateInfo)
apps/desktop/electron/main.ts:2007
↓ 1 callersFunctionreleaseUserBrowserLock
( workspaceId: string, sessionId?: string | null, )
apps/desktop/electron/browser-pane/user-lock.ts:115
↓ 1 callersFunctionreleaseVersion
(date, releaseNumber)
apps/desktop/scripts/release-version.mjs:36
↓ 1 callersFunctionreleaseVersionLabel
(status: AppUpdateStatusPayload)
apps/desktop/src/components/ui/UpdateReminder.tsx:19
↓ 1 callersFunctionreloadApp
(appId: string)
apps/desktop/src/components/layout/shell/Sidebar.tsx:1416
↓ 1 callersFunctionreloadExpression
()
runtime/api-server/src/desktop-browser-tools.ts:2631
↓ 1 callersFunctionrelocateWorkspace
( workspaceId: string, newPath: string, )
apps/desktop/electron/main.ts:15745
↓ 1 callersFunctionrelocateWorkspace
(workspaceId: string, newPath: string)
apps/desktop/src/lib/workspaceDesktop.tsx:1614
↓ 1 callersFunctionremapDirectoryEntriesByPath
( directoryEntriesByPath: Record<string, LocalFileEntry[]>, sourcePath: string, nextPath: string, )
apps/desktop/src/components/panes/FileExplorerPane.tsx:804
↓ 1 callersFunctionremappedOpacityQualifiesForBloom
(remappedOpacity: number)
apps/desktop/src/lib/dotmatrix-core.tsx:529
↓ 1 callersMethodrememberAppPorts
* Registers the allocated ports for a healthy shell-managed app that * the current runtime did not spawn itself (for example after a * desktop r
runtime/api-server/src/app-lifecycle-worker.ts:83
↓ 1 callersFunctionrememberMainSessionEventBatchInput
( inputId: string, payload: Record<string, unknown>, )
apps/desktop/src/components/panes/ChatPane/index.tsx:4246
↓ 1 callersFunctionrememberShellLifecycleAppPorts
(params: { workspaceId?: string; appId: string; httpPort: number; mcpPort: number; })
runtime/api-server/src/app-lifecycle-worker.ts:108
↓ 1 callersFunctionrememberSubmittedComposerInput
(text: string, workspaceId: string)
apps/desktop/src/components/panes/ChatPane/index.tsx:4012
↓ 1 callersFunctionremove
(workspaceId, appId, options = {})
sdk/runtime-client/src/methods/apps.ts:126
↓ 1 callersFunctionremoveExclusion
* Remove `path` from the force-exclude set. If `path` is itself a descendant * of an excluded ancestor (e.g. user excluded `skills/`, then expanded t
apps/desktop/src/components/publish/BundleFileTree.tsx:153
↓ 1 callersFunctionremoveInstalledApp
( workspaceId: string, appId: string, )
apps/desktop/electron/main.ts:14597
↓ 1 callersFunctionremoveObsoleteFiles
(rootDir: string, keepAbsolutePaths: Set<string>)
runtime/api-server/src/interaction-memory.ts:612
↓ 1 callersFunctionremoveObsoleteFiles
(rootDir: string, keepAbsolutePaths: Set<string>)
runtime/api-server/src/integration-memory.ts:2827
↓ 1 callersFunctionremoveProviderDraftModel
( providerId: KnownProviderId, modelId: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:2297
↓ 1 callersFunctionremoveSlashCommandText
( value: string, range: { start: number; end: number }, )
apps/desktop/src/components/panes/ChatPane/helpers.ts:175
↓ 1 callersFunctionremoveWorkspaceApplication
(workspaceDir: string, appId: string)
runtime/api-server/src/workspace-apps.ts:197
↓ 1 callersFunctionrenameExplorerPath
( targetPath: string, nextName: string, workspaceId?: string | null, )
apps/desktop/electron/main.ts:20891
↓ 1 callersFunctionrenameSelectionEnd
(targetName: string, isDirectory: boolean)
apps/desktop/src/components/panes/FileExplorerPane.tsx:1087
↓ 1 callersFunctionrenderArchiveDirectoryReadOutput
(params: { archiveDisplayPath: string; subPath: string; entries: readonly { name: string; isDirectory: b
runtime/harness-host/src/pi-hashline-tools.ts:859
↓ 1 callersFunctionrenderBookmarkFolder
( folder: ReturnType<typeof buildBrowserBookmarkTree>["folders"][number], depth = 0, )
apps/desktop/src/components/panes/SpaceBrowserExplorerPane.tsx:251
↓ 1 callersFunctionrenderBookmarkFolder
( folder: ReturnType<typeof buildBrowserBookmarkTree>["folders"][number], depth = 0, )
apps/desktop/src/components/panes/BrowserPane.tsx:488
↓ 1 callersFunctionrenderDirectoryReadOutput
(params: { absolutePath: string; displayPath: string; offset?: number; limit?: number; })
runtime/harness-host/src/pi-hashline-tools.ts:827
↓ 1 callersFunctionrenderDocumentReadOutput
(params: { absolutePath: string; displayPath: string; extension: string; sizeBytes: number; offset?:
runtime/harness-host/src/pi-hashline-tools.ts:884
↓ 1 callersFunctionrenderEmptyOnboardingGuide
()
apps/desktop/electron/main.ts:15252
↓ 1 callersFunctionrenderEmptyWorkspaceYaml
()
apps/desktop/electron/main.ts:15240
← previousnext →5,801–5,900 of 8,692, ranked by callers