MCPcopy Create free account

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

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

↓ 2 callersFunctionmatchingHitRank
(hits, terms)
scripts/memory-eval.mjs:606
↓ 2 callersFunctionmaterializeMarketplaceTemplate
(data: MaterializeMarketplaceTemplateMutationRequest, config: Partial<RequestConfig<MaterializeMarketplaceTemp
sdk/app-sdk/src/generated/core/materializeMarketplaceTemplate.ts:19
↓ 2 callersFunctionmaterializeTeammateSkill
(params: { workspaceDir: string; teammateId: string; skill: NormalizedDesiredSkill; })
runtime/api-server/src/teammate-skill-files.ts:423
↓ 2 callersFunctionmaxFiniteNumber
(...values: Array<number | null | undefined>)
runtime/api-server/src/session-checkpoint.ts:253
↓ 2 callersFunctionmaybeCreateBackgroundIntegrationNotification
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3096
↓ 2 callersFunctionmaybeCreateCronjobCompletionNotification
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3039
↓ 2 callersFunctionmaybeCreateMainSessionCompletionNotification
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3165
↓ 2 callersFunctionmaybeFinalizeMainSessionEvents
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:4125
↓ 2 callersFunctionmaybePlayMainSessionCompletionChime
(params: { sessionId: string | null | undefined; inputId?: string | null; completedAt?: string | n
apps/desktop/src/components/panes/ChatPane/index.tsx:4763
↓ 2 callersFunctionmaybeQueueCronjobCompletionFollowup
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:2917
↓ 2 callersFunctionmaybeRenderStructuralSummary
(params: { displayPath: string; extension: string; sizeBytes: number; normalizedText: string; tag: s
runtime/harness-host/src/pi-hashline-tools.ts:701
↓ 2 callersMethodmaybeWriteWorkspaceIdentityFile
(workspacePath: string, workspaceId: string)
runtime/state-store/src/store.ts:15296
↓ 2 callersFunctionmcpJsonRpc
(base: string, sessionId: string, method: string, params: unknown)
sdk/app-builder-sdk/test/mcp-server.test.ts:370
↓ 2 callersFunctionmcpListTools
(base: string, sessionId: string)
sdk/app-builder-sdk/test/mcp-server.test.ts:360
↓ 2 callersFunctionmcpServerIdMap
(params: { workspaceId: string; sandboxId: string; compiledPlan: CompiledWorkspaceRuntimePlan; })
runtime/api-server/src/runner-prep.ts:91
↓ 2 callersFunctionmcpServerMappingMetadata
( serverIdMap: Readonly<Record<string, string>> )
runtime/api-server/src/runner-prep.ts:168
↓ 2 callersFunctionmcpServerNames
(manifest: AgentCapabilityManifest)
runtime/api-server/src/agent-capability-registry.ts:1394
↓ 2 callersFunctionmergeExtractedCandidates
( candidates: ExtractedDurableMemoryCandidate[] )
runtime/api-server/src/memory-writeback-extractor.ts:214
↓ 2 callersFunctionmergeHarnessUsageMetrics
( current: HarnessGenAiUsageMetrics | null, next: HarnessGenAiUsageMetrics | null, )
runtime/harness-host/src/pi.ts:729
↓ 2 callersFunctionmergeImportedBookmarksIntoWorkspace
( workspace: BrowserWorkspaceImportTarget, importedBookmarks: BrowserBookmarkPayload[], )
apps/desktop/electron/browser-pane/import-browsers.ts:492
↓ 2 callersFunctionmergeImportedHistoryIntoWorkspace
( workspace: BrowserWorkspaceImportTarget, importedHistoryEntries: BrowserHistoryEntryPayload[], )
apps/desktop/electron/browser-pane/import-browsers.ts:540
↓ 2 callersFunctionmergePreparedMcpServerPayloads
( basePayloads: PreparedMcpServerPayload[], overridePayloads: PreparedMcpServerPayload[] )
runtime/api-server/src/runner-prep.ts:239
↓ 2 callersFunctionmergeSessionOutputEvents
( existing: SessionOutputEventPayload[], incoming: SessionOutputEventPayload[], )
apps/desktop/src/components/panes/ChatPane/index.tsx:1991
↓ 2 callersFunctionmergeSessionOutputs
( existing: WorkspaceOutputRecordPayload[], incoming: WorkspaceOutputRecordPayload[], )
apps/desktop/src/components/panes/ChatPane/index.tsx:1998
↓ 2 callersFunctionmergeUniqueByKey
( existing: T[], incoming: T[], keyForItem: (item: T) => string, )
apps/desktop/src/components/panes/ChatPane/index.tsx:1975
↓ 2 callersFunctionmergeWorkspaceListResponses
( ...responses: WorkspaceListResponsePayload[] )
apps/desktop/electron/main.ts:14010
↓ 2 callersFunctionmetadataWithCronjobDefaults
(params: { metadata: Record<string, unknown> | null | undefined; holabossUserId: string | null | undefined
runtime/api-server/src/runtime-agent-tools.ts:2602
↓ 2 callersMethodmigrateIntegrationConnectionIdentityColumns
(db: Database.Database)
runtime/state-store/src/store.ts:14321
↓ 2 callersFunctionmigrateLegacyWorkspaceMemoryIfNeeded
(params: { workspaceRoot: string; workspaceDir: string; workspaceId: string; })
runtime/api-server/src/workspace-bundle-paths.ts:60
↓ 2 callersFunctionminimatch
* Very small glob-to-regex converter supporting `*` and `?` wildcards. * Good enough for the patterns used in .hbignore files.
apps/desktop/electron/workspace-packager.ts:254
↓ 2 callersFunctionmodelBudgetFromCatalogEntry
(entry: { contextWindow?: unknown; maxTokens?: unknown; } | null | undefined)
runtime/harnesses/src/model-routing.ts:497
↓ 2 callersFunctionmodelCostFromCatalogEntry
(entry: HarnessCatalogModelEntry | null | undefined)
runtime/harnesses/src/model-routing.ts:517
↓ 2 callersFunctionmodelTokenLabel
(token: string)
apps/desktop/src/lib/chat/useChatComposerModelSelection.ts:81
↓ 2 callersFunctionmultiRuntimeHomeRoot
()
scripts/isolated-runtime-launchers.mjs:88
↓ 2 callersMethodname
()
runtime/harnesses/src/attachment-content.ts:24
↓ 2 callersFunctionnativeWebSearchPayload
(payload: unknown)
runtime/harnesses/src/native-web-search.ts:812
↓ 2 callersFunctionnavigateActiveBrowserTab
Wrap tab-state's navigateActiveBrowserTab with workspace materialization.
apps/desktop/electron/main.ts:18731
↓ 2 callersFunctionnavigateActiveWorkspace
(page, workspaceId, url)
apps/desktop/e2e/browser-workspace-isolation.test.mjs:238
↓ 2 callersFunctionnavigateTo
(rawInput: string)
apps/desktop/src/components/panes/SpaceBrowserDisplayPane.tsx:193
↓ 2 callersFunctionnestedRecord
(value: Record<string, unknown>, key: string)
runtime/api-server/src/workspace-skills.ts:163
↓ 2 callersFunctionnewestExistingMtime
(targetPath)
apps/desktop/scripts/ensure-app-sdk.mjs:20
↓ 2 callersFunctionnewestExistingMtime
(targetPath)
apps/desktop/scripts/ensure-runtime-client.mjs:20
↓ 2 callersFunctionnextFakeEntryId
()
runtime/api-server/src/session-checkpoint.test.ts:35
↓ 2 callersFunctionnextHarnessTodoIds
(phases: HarnessTodoPhase[])
runtime/harnesses/src/todo-policy.ts:150
↓ 2 callersFunctionnextSessionTodoIds
(phases: SessionTodoPhase[])
runtime/api-server/src/session-todo.ts:145
↓ 2 callersFunctionnodeScore
(params: { query: string; candidate: NodeCandidate; lexicalRank: number | null; embeddingModelId: stri
runtime/api-server/src/interaction-memory.ts:2576
↓ 2 callersFunctionnodeScore
(params: { query: string; candidate: NodeCandidate; lexicalRank: number | null; embeddingModelId: stri
runtime/api-server/src/integration-memory.ts:5035
↓ 2 callersFunctionnodeSortKey
(node: MemoryBrowserGraphNodePayload)
apps/desktop/src/components/panes/MemoryPane.tsx:173
↓ 2 callersFunctionnormalizeAgentSessionRecord
( record: AgentSessionRecordPayload, )
apps/desktop/electron/main.ts:13841
↓ 2 callersFunctionnormalizeAppCatalogSource
(value: unknown)
apps/desktop/electron/control-plane-owned-state.ts:565
↓ 2 callersFunctionnormalizeBoolean
(value: unknown)
runtime/api-server/src/memory-reranker.ts:133
↓ 2 callersFunctionnormalizeChatAttachment
(value: unknown)
apps/desktop/src/components/panes/ChatPane/index.tsx:941
↓ 2 callersFunctionnormalizeComparablePath
(targetPath: string)
apps/desktop/src/components/panes/InternalSurfacePane.tsx:42
↓ 2 callersFunctionnormalizeDeferredRuntimeRestartReason
(reason: string)
apps/desktop/electron/main.ts:7557
↓ 2 callersFunctionnormalizeDelegateTask
(taskParams: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:294
↓ 2 callersFunctionnormalizeDelivery
(params: { channel: string; mode?: string | null; to?: unknown; })
runtime/api-server/src/runtime-agent-tools.ts:2640
↓ 2 callersFunctionnormalizeErrorMessage
(error: unknown)
apps/desktop/src/components/panes/IntegrationsPane.tsx:69
↓ 2 callersFunctionnormalizeGrantedToolName
(value: unknown)
runtime/harnesses/src/workspace-skills.ts:71
↓ 2 callersFunctionnormalizeHarnessHostCommand
(value: unknown)
runtime/harness-host/src/harness-registry.ts:20
↓ 2 callersFunctionnormalizeHarnessMcpToolParametersSchema
(schema: unknown)
runtime/harnesses/src/mcp.ts:137
↓ 2 callersFunctionnormalizeIdentity
(value: unknown)
runtime/api-server/src/app.ts:5278
↓ 2 callersFunctionnormalizeIdentityValue
(value: unknown)
apps/desktop/electron/control-plane-owned-state.ts:544
↓ 2 callersFunctionnormalizeIntegrationProviderId
(providerId: string)
runtime/api-server/src/integration-catalog.ts:117
↓ 2 callersFunctionnormalizeKeyToken
(value: string)
runtime/api-server/src/interaction-memory.ts:747
↓ 2 callersFunctionnormalizeLines
(value: unknown, maxItems: number, maxChars = 220)
runtime/api-server/src/evolve-skill-review.ts:113
↓ 2 callersFunctionnormalizeOpenAiModelId
(value: string)
runtime/api-server/src/memory-model-client.ts:162
↓ 2 callersFunctionnormalizePathLikeInput
(value: string)
runtime/harness-host/src/pi-find-tool.ts:54
↓ 2 callersFunctionnormalizePersistedHarnessTodoItem
(value: unknown, fallbackId: string)
runtime/harnesses/src/todo-policy.ts:170
↓ 2 callersFunctionnormalizePersistedSessionTodoItem
(value: unknown, fallbackId: string)
runtime/api-server/src/session-todo.ts:177
↓ 2 callersFunctionnormalizePositiveInteger
(value: unknown, fallback: number)
runtime/harnesses/src/tool-replay-budget-ledger.ts:32
↓ 2 callersFunctionnormalizePresentationText
(value: string)
apps/desktop/electron/main.ts:19930
↓ 2 callersFunctionnormalizeProviderId
(providerId: string)
apps/desktop/shared/model-catalog.ts:272
↓ 2 callersFunctionnormalizeProviderId
(value: string | null)
runtime/api-server/src/ts-runner.ts:1148
↓ 2 callersFunctionnormalizeProviderKind
( rawKind: string, providerId: string, baseUrl: string, )
runtime/api-server/src/agent-runtime-config.ts:377
↓ 2 callersFunctionnormalizeProviderKind
( kind: string | null | undefined, providerId: string, )
runtime/harnesses/src/native-web-search.ts:179
↓ 2 callersFunctionnormalizeRelativePath
(relativePath: string)
runtime/api-server/src/turn-output-capture.ts:94
↓ 2 callersFunctionnormalizeRuntimeApiBaseUrl
(value: unknown)
runtime/harnesses/src/capability-http.ts:10
↓ 2 callersFunctionnormalizeRuntimeModelCapabilities
(rawValues: unknown[])
apps/desktop/electron/main.ts:6673
↓ 2 callersFunctionnormalizeRuntimeProviderModelGroups
( rawGroups: unknown[], )
apps/desktop/electron/main.ts:6856
↓ 2 callersFunctionnormalizeRuntimeProviderModelToken
( providerId: string, token: string, modelId: string, )
apps/desktop/electron/main.ts:6530
↓ 2 callersFunctionnormalizeRuntimeStateRecord
( record: SessionRuntimeRecordPayload, )
apps/desktop/electron/main.ts:13778
↓ 2 callersFunctionnormalizeSessionKind
(value: string | null | undefined)
runtime/api-server/src/harness-registry.ts:103
↓ 2 callersFunctionnormalizeSlug
(slug: string)
apps/desktop/src/lib/integrationLogo.ts:43
↓ 2 callersFunctionnormalizeStoredChatModelPreference
(value: string | null | undefined)
apps/desktop/src/components/panes/ChatPane/index.tsx:847
↓ 2 callersFunctionnormalizeStoredChatModelPreference
(value: string | null | undefined)
apps/desktop/src/lib/chat/useChatComposerModelSelection.ts:88
↓ 2 callersFunctionnormalizeSubagentToolProfile
(params: { tools?: string[] | null; timeoutMs?: number | null; })
runtime/api-server/src/runtime-agent-tools.ts:2264
↓ 2 callersFunctionnormalizeTaskProposalSource
(value: string | null | undefined)
runtime/state-store/src/store.ts:1376
↓ 2 callersFunctionnormalizeUrl
(rawInput: string)
apps/desktop/src/components/panes/SpaceBrowserDisplayPane.tsx:37
↓ 2 callersFunctionnormalizeWebSearchProviderSelection
( providerId: WebSearchProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:399
↓ 2 callersFunctionnormalizeWorkspaceCommandId
(value: unknown)
runtime/harnesses/src/workspace-skills.ts:172
↓ 2 callersFunctionnormalizeWritableTableString
(value: unknown)
apps/desktop/electron/main.ts:19690
↓ 2 callersFunctionnormalizedBaseUrl
(name: string)
runtime/api-server/src/bridge-worker.ts:142
↓ 2 callersMethodnormalizedConversationBindingKey
(value: string | null | undefined)
runtime/state-store/src/store.ts:16733
↓ 2 callersFunctionnormalizedFailureKindSegment
(value: string)
runtime/api-server/src/claimed-input-executor.ts:2636
↓ 2 callersMethodnormalizedIssueAttachments
( attachments: | Array<Partial<IssueAttachmentRecord> & { name: string; mimeType
runtime/state-store/src/store.ts:16626
↓ 2 callersMethodnormalizedIssueParentId
(params: { workspaceId: string; parentIssueId?: string | null; issueId: string; })
runtime/state-store/src/store.ts:2739
↓ 2 callersFunctionnormalizedLowercaseString
(value: unknown)
runtime/api-server/src/workspace-skills.ts:129
↓ 2 callersFunctionnormalizedMimeType
(value: string | null | undefined)
runtime/api-server/src/runtime-agent-tools.ts:2306
↓ 2 callersFunctionnormalizedOnboardingStateValue
(value: unknown)
runtime/api-server/src/ts-runner.ts:1207
↓ 2 callersFunctionnormalizedRelativeBundlePath
(value: string, fieldName: string)
runtime/api-server/src/teammate-skill-files.ts:184
← previousnext →2,901–3,000 of 8,692, ranked by callers