MCPcopy Create free account

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

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

↓ 4 callersFunctionrequestCapabilityJson
(params: { url: string; method: CapabilityHttpMethod; headers?: Record<string, string>; body?: string;
runtime/harnesses/src/capability-http.ts:90
↓ 4 callersFunctionrequestDefaultHeaderValue
( request: Pick<HarnessHostPiRequest, "model_client">, headerName: string, )
runtime/harness-host/src/pi.ts:790
↓ 4 callersFunctionrequestHistoryViewportRestore
()
apps/desktop/src/components/panes/ChatPane/index.tsx:4174
↓ 4 callersMethodrequireLiveSession
(terminalId: string)
runtime/api-server/src/terminal-session-manager.ts:501
↓ 4 callersMethodrequireSession
(params: { workspaceId: string; sessionId: string })
runtime/state-store/src/store.ts:16802
↓ 4 callersFunctionrequireWorkspace
(store: RuntimeStateStore, workspaceId: string)
runtime/api-server/src/integrations.ts:117
↓ 4 callersMethodrequireWorkspaceId
(workspaceId?: string | null)
runtime/api-server/src/runtime-agent-tools.ts:6716
↓ 4 callersFunctionrequiredArg
(args: string[], index: number, name: string)
runtime/api-server/src/desktop-browser-tools.e2e-runner.ts:4
↓ 4 callersFunctionrequiredRecord
(value: unknown, fieldName: string)
runtime/api-server/src/session-checkpoint.ts:196
↓ 4 callersFunctionrequiredString
(value: unknown, fieldName: string)
runtime/api-server/src/resolved-app-bootstrap-shared.ts:37
↓ 4 callersFunctionrequiredString
(value: unknown, key: string)
runtime/api-server/src/workspace-mcp-host.ts:59
↓ 4 callersFunctionrequiredStringField
(payload: Record<string, unknown>, fieldName: string)
runtime/api-server/src/bridge-worker.ts:218
↓ 4 callersFunctionrerankMemoryCandidates
(params: { query: string; intent: MemoryRetrievalIntent; candidates: Array<MemoryRerankerCandidate<TEvid
runtime/api-server/src/memory-reranker.ts:378
↓ 4 callersFunctionresolveHarnessSkillMetadata
( skillMetadataByAlias: ReadonlyMap<string, HarnessSkillMetadata>, requestedName: unknown, )
runtime/harnesses/src/skill-policy.ts:45
↓ 4 callersFunctionresolvePiStateDir
(workspaceDir: string)
runtime/harness-host/src/pi.ts:1153
↓ 4 callersFunctionresolvePushCallbackConfig
( request: TsRunnerRequest, options: { logger?: LoggerLike } = {} )
runtime/api-server/src/ts-runner-contracts.ts:228
↓ 4 callersFunctionresolveRuntimeBundleState
(desktopRoot = process.cwd())
apps/desktop/scripts/runtime-bundle-state.mjs:12
↓ 4 callersFunctionresolveRuntimeHarnessAdapter
(harnessId: unknown)
runtime/api-server/src/harness-registry.ts:231
↓ 4 callersFunctionresolveRuntimeModelReference
( selectedModel: string, defaultProviderId: string, )
runtime/api-server/src/agent-runtime-config.ts:1485
↓ 4 callersFunctionresolveSubagentExecutionModel
(params?: { selectedModel?: string | null; ignoreConfiguredSubagentModel?: boolean; })
runtime/api-server/src/subagent-model.ts:110
↓ 4 callersFunctionresolveTsRunnerBootstrapState
( request: TsRunnerRequest, options: { logger?: LoggerLike } = {}, )
runtime/api-server/src/ts-runner.ts:2277
↓ 4 callersFunctionresolveWorkspaceApiUrl
()
sdk/bridge/src/env.ts:57
↓ 4 callersFunctionresolveWorkspaceFolderStateForPayload
( store: RuntimeStateStore, workspaceId: string )
runtime/api-server/src/app.ts:1157
↓ 4 callersFunctionresolveWorkspacePathForPayload
( store: RuntimeStateStore, workspaceId: string )
runtime/api-server/src/app.ts:1146
↓ 4 callersFunctionresolveWorkspaceRuntimeSession
( workspaceId: string, options: { refresh?: boolean } = {}, )
apps/desktop/electron/main.ts:13270
↓ 4 callersFunctionrestartEmbeddedRuntimeIfNeeded
( current: Record<string, string>, next: Record<string, string>, reason = "runtime_config_update", )
apps/desktop/electron/main.ts:7697
↓ 4 callersFunctionretrieveWorkspaceMemory
(params: { store: RuntimeStateStore; workspaceId: string; query: string; intent?: string | null; cat
runtime/api-server/src/workspace-memory.ts:362
↓ 4 callersFunctionreviewTurnForSkillCandidate
(params: { store: RuntimeStateStore; turnResult: TurnResultRecord; modelClient: MemoryModelClientConfig
runtime/api-server/src/evolve-skill-review.ts:524
↓ 4 callersMethodrowToAppPort
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:11199
↓ 4 callersMethodrowToConversationBinding
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:16169
↓ 4 callersMethodrowToCronjob
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:16389
↓ 4 callersMethodrowToEvolveSkillCandidate
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:16450
↓ 4 callersMethodrowToIntegrationTree
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:15817
↓ 4 callersMethodrowToMemoryEmbeddingIndex
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:15738
↓ 4 callersMethodrowToRuntimeNotification
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:16412
↓ 4 callersMethodrowToRuntimeState
(row: Record<string, unknown> | undefined)
runtime/state-store/src/store.ts:15576
↓ 4 callersMethodrowToSemanticMemoryContainmentEdge
( row: Record<string, unknown>, )
runtime/state-store/src/store.ts:16033
↓ 4 callersMethodrowToSemanticMemorySearchDoc
( row: Record<string, unknown>, )
runtime/state-store/src/store.ts:16002
↓ 4 callersMethodrowToTaskProposal
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:16432
↓ 4 callersFunctionrunHarnessHostMain
(argv: string[], deps: HarnessHostCliDeps = {})
runtime/harness-host/src/index.ts:100
↓ 4 callersFunctionrunPackageManagerCommand
(args, options = {})
runtime/deploy/build_runtime_root.mjs:105
↓ 4 callersFunctionrunRuntimeConfigCli
( argv: string[], options: { io?: { stdout: NodeJS.WritableStream; stderr: NodeJS.WritableStream };
runtime/api-server/src/runtime-config-cli.ts:75
↓ 4 callersFunctionrunTurn
(baseUrl, params)
scripts/memory-eval.mjs:305
↓ 4 callersFunctionruntimeApiPort
()
apps/desktop/electron/main.ts:1405
↓ 4 callersFunctionruntimeBundleExecutableRelativePaths
(runtimePlatform = resolveRuntimePlatform())
apps/desktop/scripts/runtime-bundle.mjs:35
↓ 4 callersFunctionruntimeBundleRoot
()
runtime/api-server/src/runner-worker.ts:60
↓ 4 callersFunctionruntimeCatalogModelSupportsCapability
( model: RuntimeProviderModelPayload, capability: RuntimeCatalogModelCapability, )
apps/desktop/src/components/auth/AuthPanel.tsx:747
↓ 4 callersFunctionruntimeConfigHasBindingMaterial
( config: Record<string, string>, )
apps/desktop/electron/main.ts:6198
↓ 4 callersFunctionruntimeConfigHasManagedWebSearchBinding
( runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:389
↓ 4 callersFunctionruntimeConfigIsControlPlaneManaged
( config: Record<string, string>, )
apps/desktop/electron/main.ts:8620
↓ 4 callersFunctionruntimeConfigResponse
(config: ProductRuntimeConfig)
runtime/api-server/src/runtime-config.ts:424
↓ 4 callersFunctionruntimeModelCapabilityList
(value: unknown)
apps/desktop/electron/main.ts:6690
↓ 4 callersFunctionruntimeProviderLabel
(providerId: string)
apps/desktop/electron/main.ts:6548
↓ 4 callersFunctionruntimeShellKind
(platform: NodeJS.Platform = process.platform)
runtime/api-server/src/runtime-shell.ts:9
↓ 4 callersFunctionruntimeStatusVisual
(status: RuntimeStatus | undefined)
apps/desktop/src/components/layout/RuntimeStatusIndicator.tsx:27
↓ 4 callersFunctionsafeScopedLegacyAll
(sql: string)
runtime/state-store/src/debug-cli.ts:319
↓ 4 callersFunctionsanitizePromptText
( value: unknown, maxChars: number, )
runtime/api-server/src/main-session-event-prompt.ts:19
↓ 4 callersMethodscheduleRun
(delayMs: number)
runtime/api-server/src/integration-context-autofetch-worker.ts:149
↓ 4 callersFunctionsdkErrorMessage
(error: unknown, fallback: string)
runtime/harness-host/src/pi.ts:1146
↓ 4 callersMethodsearchWorkspaceMemoryRecallVectors
(params: { workspaceId: string; embedding: Float32Array; limit: number; memoryTypes?: string[]
runtime/state-store/src/store.ts:10434
↓ 4 callersFunctionsendStructuredWorkspaceStoreError
(reply: FastifyReply, error: unknown)
runtime/api-server/src/app.ts:1237
↓ 4 callersFunctionserializeEvalResult
(value: unknown)
apps/desktop/electron/browser-pane/http-service.ts:263
↓ 4 callersFunctionserviceBaseUrlFromControlPlane
( controlPlaneBaseUrl: string, port: number, )
apps/desktop/electron/main.ts:1921
↓ 4 callersFunctionsessionKindForLabPurpose
(purpose: string)
runtime/api-server/src/app.ts:2141
↓ 4 callersFunctionsetBrowserGlowPreviewEnabled
(next: boolean)
apps/desktop/src/components/panes/useBrowserGlowPreview.ts:18
↓ 4 callersFunctionsetBrowserImportProfileDir
(profileDir: string)
apps/desktop/src/lib/workspaceDesktop.tsx:625
↓ 4 callersFunctionsetIsLoadingOlderHistoryState
(nextValue: boolean)
apps/desktop/src/components/panes/ChatPane/index.tsx:4213
↓ 4 callersFunctionsetLiveAssistantSegmentsState
(nextSegments: ChatAssistantSegment[])
apps/desktop/src/components/panes/ChatPane/index.tsx:4744
↓ 4 callersFunctionsetLocalSessionOpenRequestState
( next: | ChatPaneSessionOpenRequest | null | (( current: ChatPaneSessionOpenR
apps/desktop/src/components/panes/ChatPane/index.tsx:4082
↓ 4 callersMethodsetTurnContext
(ctx: TurnContext | null)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/types.ts:340
↓ 4 callersFunctionsetVisibleAgentBrowserSession
( workspace: BrowserWorkspaceState | null | undefined, sessionId?: string | null, )
apps/desktop/electron/main.ts:18438
↓ 4 callersFunctionsetupWorkspace
()
runtime/harness-host/src/pi-find-tool.test.ts:9
↓ 4 callersFunctionshellCommandInvocation
(commandText: string, platform: NodeJS.Platform = process.platform)
runtime/api-server/src/runtime-shell.ts:38
↓ 4 callersFunctionshellPathDelimiter
(platform: NodeJS.Platform = process.platform)
runtime/api-server/src/runtime-shell.ts:27
↓ 4 callersFunctionslugifyFilePathForMention
(relativePath: string)
apps/desktop/src/components/panes/ChatPane/helpers.ts:201
↓ 4 callersFunctionsortOutputs
(outputs: WorkspaceOutputRecordPayload[])
apps/desktop/src/components/panes/ChatPane/ArtifactBrowserModal.tsx:305
↓ 4 callersFunctionsqliteTableExists
( database: Database.Database, tableName: string, )
apps/desktop/electron/main.ts:3982
↓ 4 callersMethodstart
(options?: ContainerStartupOptions)
website/docs/worker-configuration.d.ts:3262
↓ 4 callersFunctionstartEmbeddedRuntime
()
apps/desktop/electron/main.ts:17575
↓ 4 callersFunctionstateDirForWorkspace
(workspaceDir: string)
runtime/api-server/src/workspace-mcp-sidecar.ts:61
↓ 4 callersFunctionstopEmbeddedRuntime
()
apps/desktop/electron/main.ts:17428
↓ 4 callersFunctionstringRecord
(value: unknown)
runtime/harness-host/src/contracts.ts:257
↓ 4 callersMethodsubscribe
(terminalId: string, listener: (event: TerminalSessionEventRecord) => void)
runtime/api-server/src/terminal-session-manager.ts:62
↓ 4 callersFunctionsumFiniteNumbers
(...values: Array<number | null | undefined>)
runtime/harness-host/src/pi.ts:678
↓ 4 callersFunctionsummarize
( stage: string, info: ComposioApiClientErrorInfo | string, )
runtime/api-server/src/app.ts:12092
↓ 4 callersFunctionsummarizeToolCalls
( toolCallsById: Map<string, ToolCallSummaryEntry>, skillInvocationsById: Map<string, SkillInvocationSumma
runtime/api-server/src/claimed-input-executor.ts:3382
↓ 4 callersFunctionsupportsIntegrationContextFetchProvider
(providerId: string)
runtime/api-server/src/integration-context-fetch.ts:4655
↓ 4 callersMethodsync
( name: string, def: SyncDef<TSchema, RAW, N>, )
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/types.ts:261
↓ 4 callersFunctionsyncManagedHolabossDefaultsToRuntimeConfigIfNeeded
( managedCatalog: RuntimeModelCatalogPayload = runtimeModelCatalogState, )
apps/desktop/electron/main.ts:7489
↓ 4 callersMethodsyncSemanticMemoryRelations
(params: { category: SemanticMemoryCategory; workspaceId?: string | null; treeId: string; rela
runtime/state-store/src/store.ts:9520
↓ 4 callersMethodsyncSemanticMemorySearchDocs
(params: { category: SemanticMemoryCategory; workspaceId?: string | null; treeId: string; docs
runtime/state-store/src/store.ts:8812
↓ 4 callersMethodsyncSemanticMemoryTree
(params: { category: SemanticMemoryCategory; workspaceId?: string | null; treeId: string; node
runtime/state-store/src/store.ts:8307
↓ 4 callersFunctiontaskPath
(taskId: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:139
↓ 4 callersFunctiontaskPayload
(params: { issue: IssueRecord; activeState?: SyncedSubagentRunState | null; latestState?: SyncedSubagent
runtime/api-server/src/runtime-agent-tools.ts:3042
↓ 4 callersFunctionteammatePayload
( record: TeammateRecord, workspaceDir: string, )
runtime/api-server/src/app.ts:1539
↓ 4 callersFunctionteammateSkillsRoot
(workspaceDir: string, teammateId: string)
runtime/api-server/src/teammate-skill-files.ts:168
↓ 4 callersFunctiontextFingerprint
(value: string)
runtime/api-server/src/memory-model-client.ts:202
↓ 4 callersFunctiontgUnwrap
( r: ProxyResult<T>, )
sdk/app-builder-sdk/reference/telegram-messaging/app.ts:46
↓ 4 callersFunctiontgUnwrap
( r: ProxyResult<T>, )
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/telegram-messaging/app.ts:46
↓ 4 callersFunctiontitleCase
(raw: string)
apps/desktop/src/components/billing/BillingSettingsPanel.tsx:66
← previousnext →1,501–1,600 of 8,692, ranked by callers