MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,846 in github.com/OpenHands/OpenHands

↓ 5 callersFunctionuseCloudCurrentUserId
()
src/hooks/query/use-cloud-current-user-id.ts:30
↓ 5 callersFunctionuseConversationLocalStorageState
(conversationId: string)
src/utils/conversation-local-storage.ts:263
↓ 5 callersFunctionuseConversationWebSocket
()
src/contexts/conversation-websocket-context.tsx:1108
↓ 5 callersFunctionuseIsArchivedConversation
()
src/hooks/use-is-archived-conversation.ts:4
↓ 5 callersFunctionuseLlmConfigured
()
src/hooks/use-llm-configured.ts:40
↓ 5 callersFunctionuseSendMessage
()
src/hooks/use-send-message.ts:13
↓ 5 callersFunctionwithRetry
( fn: () => Promise<T>, maxRetries: number = 3, baseDelayMs: number = 500, )
src/api/with-retry.ts:4
↓ 5 callersFunctionwriteStoredActiveBackend
( selection: BackendSelection | null, )
src/api/backend-registry/storage.ts:221
↓ 4 callersFunctionaction
(overrides: Partial<CanvasUIAction>)
__tests__/services/canvas-ui.test.ts:16
↓ 4 callersFunctionactionEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:27
↓ 4 callersFunctionassertAgentServerVersionIsSupported
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:291
↓ 4 callersMethodauthorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:248
↓ 4 callersFunctionbuildAgentServerEnv
(config)
scripts/dev-safe.mjs:688
↓ 4 callersFunctionbuildAutomationRuntimeServicesInfo
(config)
scripts/dev-with-automation.mjs:999
↓ 4 callersFunctionbuildCreatePayload
( entry: SetupEntry, values: SetupFormValues, )
src/manifests/automation-setup.ts:83
↓ 4 callersFunctionbuildMcpServerPatch
( previous: MCPServer, edited: MCPServerConfig, )
src/utils/mcp-config.ts:319
↓ 4 callersFunctionbuildNpmScriptCommand
( scriptName, platform = process.platform, env = process.env, nodeExecPath = process.execPath, )
scripts/dev-safe.mjs:733
↓ 4 callersFunctionbuildRuntimeServicesInfo
(options)
scripts/runtime-services-info.mjs:60
↓ 4 callersFunctionbuildStartConversationRequest
( options: StartConversationOptions, )
src/api/agent-server-adapter.ts:962
↓ 4 callersFunctionclearAgentServerHomeDirCache
()
src/api/agent-server-home.ts:81
↓ 4 callersFunctioncommit
(next: McpHealthMap)
src/api/mcp-health/mcp-health-store.ts:19
↓ 4 callersFunctioncommit
(next: BackendHealthMap)
src/api/backend-registry/health-store.ts:19
↓ 4 callersFunctioncomputeSnapshot
( backends: Backend[], selection: BackendSelection | null, )
src/api/backend-registry/active-store.ts:64
↓ 4 callersMethodcreateConversation
( initialUserMsg?: string, conversationInstructions?: string, plugins?: PluginSpec[], metadata
src/api/conversation-service/agent-server-conversation-service.api.ts:369
↓ 4 callersFunctioncreateInterfaceManifest
( overrides: Partial<InterfaceManifest> = {}, )
__tests__/manifests/manifest-test-data.ts:78
↓ 4 callersFunctioncreateMcpProbeClient
()
src/api/mcp-service/mcp-service.api.ts:143
↓ 4 callersFunctiondefineVisualizer
( visualizer: ToolVisualizer<AK, OK>, )
src/components/features/chat/tool-visualizers/define.ts:57
↓ 4 callersMethoddeleteProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:89
↓ 4 callersFunctionensureMockLLMAgentProfile
( request: APIRequestContext, llmProfileRef = "mock-llm", )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:532
↓ 4 callersFunctionescapeCell
(value)
tests/e2e/live/scripts/render-live-e2e-report.mjs:148
↓ 4 callersFunctionescapeHtml
(value: string)
src/utils/transcript-export/index.ts:126
↓ 4 callersMethodexecuteCommand
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, command: s
src/api/runtime-service/agent-server-runtime-service.ts:25
↓ 4 callersFunctionfindCatalogEntryForServer
( server: MCPServerConfig, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:280
↓ 4 callersFunctionfindInstalledEntryMatch
( entry: MarketplaceEntry, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:165
↓ 4 callersFunctiongetAcpProviderDisplayName
( key: string | null | undefined, )
src/constants/acp-providers.ts:419
↓ 4 callersFunctiongetActiveCloudBackend
()
src/api/cloud/settings-service.api.ts:58
↓ 4 callersFunctiongetAgentServerBaseUrl
()
src/api/agent-server-config.ts:181
↓ 4 callersMethodgetAutomationRuns
( id: string, limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:480
↓ 4 callersFunctiongetBackendStatusLabel
( t: TFunction<"openhands">, backend: | { kind?: "local" | "cloud"; apiKey?: string |
src/components/features/backends/backend-status-label.ts:19
↓ 4 callersFunctiongetCredentialValidationForServer
( server: MCPServerConfig, )
src/utils/mcp-credential-validation.ts:91
↓ 4 callersFunctiongetDefaultMcpTransport
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:72
↓ 4 callersFunctiongetEventContent
( event: OpenHandsEvent | SkillReadyEvent, correspondingAction?: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:294
↓ 4 callersFunctiongetGitProviderBaseUrl
( gitProvider: Provider, host?: string | null, )
src/utils/utils.ts:206
↓ 4 callersFunctiongetImportExportSpec
()
src/manifests/automation-interface.ts:270
↓ 4 callersFunctiongetInstallableMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:66
↓ 4 callersFunctiongetLastRenderableEventId
()
src/hooks/chat/model-command-event-anchor.ts:4
↓ 4 callersFunctiongetLockedCloudAuthMode
()
src/api/agent-server-config.ts:177
↓ 4 callersFunctiongetMcpConnectionOptions
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:30
↓ 4 callersFunctiongetNoContentActionContent
()
src/components/conversation-events/chat/event-content-helpers/get-action-content.ts:44
↓ 4 callersFunctiongetPR
(isGitLab: boolean)
src/utils/utils.ts:253
↓ 4 callersFunctiongetPostHogForConsentedCapture
Return the shared client only when a consented capture is safe to emit.
src/services/telemetry.ts:741
↓ 4 callersFunctiongetRemoteHeaderFields
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:103
↓ 4 callersFunctiongetSettingValue
( settings: Settings, key: string, source: SettingsValueSource = "agent_settings", )
src/utils/sdk-settings-schema.ts:99
↓ 4 callersFunctiongetSkillCardDescription
(skill: SkillInfo)
src/components/features/skills/get-skill-card-description.ts:48
↓ 4 callersFunctiongetTaskStatusI18nKey
( taskStatus: AppConversationStartTaskStatus, )
src/utils/status.ts:31
↓ 4 callersFunctiongetUserFacingConnectionErrorMessage
( error: unknown, )
src/utils/user-facing-error.ts:81
↓ 4 callersFunctionhasRedactedMcpSecretLeaf
(value: unknown)
src/utils/mcp-config.ts:44
↓ 4 callersFunctioninferInitialView
( settings: Settings, schemaOverride?: SettingsSchema | null, source: SettingsValueSource = "agent_setti
src/utils/sdk-settings-schema.ts:266
↓ 4 callersFunctioninterpretMcpTestResponse
( server: MCPServerConfig, response: ExtendedMCPTestResponse, )
src/api/mcp-health/probe-mcp-server-health.ts:46
↓ 4 callersFunctioninvalidateConversationQueries
( queryClient: QueryClient, conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:173
↓ 4 callersFunctionisCorsOrNetworkErrorMessage
( message: string | null | undefined, )
src/utils/user-facing-error.ts:47
↓ 4 callersFunctionisGoalConversationStateUpdateEvent
( event: ConversationStateUpdateEvent, )
src/types/agent-server/type-guards.ts:220
↓ 4 callersFunctionisOnboardingPreviewActive
( search = typeof window !== "undefined" ? window.location.search : "", )
src/components/features/onboarding/onboarding-preview.ts:21
↓ 4 callersFunctionisOneOf
( value: unknown, allowed: T, )
src/manifests/manifest-validation.ts:57
↓ 4 callersFunctionisPlanningFileEditorObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:143
↓ 4 callersFunctionisProfileNameValid
( value: string, { isRequired = false }: { isRequired?: boolean } = {}, )
src/utils/derive-profile-name.ts:14
↓ 4 callersFunctionisSkillReadyEvent
(event: unknown)
src/components/conversation-events/chat/event-content-helpers/create-skill-ready-event.ts:24
↓ 4 callersFunctionisSubscriptionLlmConfig
( llm: Record<string, unknown> | null | undefined, )
src/constants/llm-subscription.ts:71
↓ 4 callersFunctionisTelemetryEnabled
()
src/services/telemetry.ts:617
↓ 4 callersFunctionisValidSettingsSchema
( schema: SettingsSchema | null | undefined, )
src/utils/sdk-settings-schema.ts:51
↓ 4 callersMethodlistInstalledPlugins
()
src/api/plugins-management-service.ts:43
↓ 4 callersFunctionmain
()
scripts/dev-safe.mjs:832
↓ 4 callersFunctionmapAnyGitStatusToClientStatus
( status: SupportedGitStatus, )
src/utils/git-status-mapper.ts:10
↓ 4 callersFunctionmapServiceErrors
( errors: readonly ManifestServiceError[], errorMap: Record<string, string[]>, )
src/manifests/manifest-error-map.ts:111
↓ 4 callersFunctionnormalizeServiceErrors
( body: unknown, payload: SetupRequestBody | null, )
src/manifests/manifest-error-map.ts:75
↓ 4 callersFunctionnotifyTelemetryConsentListeners
()
src/services/telemetry.ts:466
↓ 4 callersFunctiononTabChange
(value: ConversationTab | null)
src/hooks/use-select-conversation-tab.ts:28
↓ 4 callersFunctionparseCommand
(value: string)
src/utils/acp-command.ts:65
↓ 4 callersFunctionpartitionImagesForUpload
( images: File[], markedUploadAsFileNames: readonly string[], )
src/components/features/chat/utils/chat-input.utils.ts:42
↓ 4 callersFunctionpatchConversationInCache
( queryClient: QueryClient, conversationId: string, patch: Partial<AppConversation>, )
src/hooks/mutation/conversation-mutation-utils.ts:131
↓ 4 callersFunctionrenderVisualizer
(ui: React.ReactElement)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:24
↓ 4 callersMethodresolveConversationWorkingDir
( conversationId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:529
↓ 4 callersFunctionresolveEffectiveAcpModel
(inputs: { runtimeName?: string | null; runtimeId?: string | null; configured?: string | null; sdkLlm?
src/constants/acp-providers.ts:48
↓ 4 callersFunctionseedMcpServerHealth
( server: MCPServerConfig, response: ExtendedMCPTestResponse, otherServers: MCPServerConfig[], )
src/api/mcp-health/probe-mcp-server-health.ts:125
↓ 4 callersFunctionsendMessageWithAttachments
(options: { conversationId: string; content: string; images: File[]; files: File[]; imagesMarkedUplo
src/utils/send-message-with-attachments.ts:22
↓ 4 callersFunctionsetTelemetryCloudContext
( context: CloudTelemetryContextInput | null, )
src/services/telemetry.ts:126
↓ 4 callersFunctionsetTelemetryIdentity
( distinctId: string | null, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:587
↓ 4 callersFunctionsetValue
(key: string, value: string)
src/components/features/mcp-page/install-server-modal.tsx:181
↓ 4 callersFunctionshouldRenderEvent
(event: OpenHandsEvent)
src/components/conversation-events/chat/event-content-helpers/should-render-event.ts:39
↓ 4 callersFunctionsignalProcessTree
(proc, signal)
scripts/dev-process-utils.mjs:80
↓ 4 callersFunctionspawn
( command: string, args: readonly string[], options?: SpawnSyncOptions, )
__tests__/scripts/stryker-diff.test.ts:38
↓ 4 callersFunctionstripRedundantTitlePrefix
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:52
↓ 4 callersMethodtestServer
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:180
↓ 4 callersFunctiontextFromContent
( content: Array<TextContent | ImageContent>, )
src/components/features/chat/tool-visualizers/text-content.ts:11
↓ 4 callersFunctiontoAppConversation
( info: DirectConversationInfo, )
src/api/agent-server-adapter.ts:305
↓ 4 callersFunctiontrackEvent
( eventName: string, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:809
↓ 4 callersFunctionuploadFilesToConversation
( conversationId: string, files: File[], currentConversation?: AppConversation | null, )
src/api/conversation-file-upload.api.ts:72
↓ 4 callersFunctionuseAllCloudOrganizations
()
src/hooks/query/use-cloud-organizations.ts:16
↓ 4 callersFunctionuseAutomationHealth
()
src/hooks/query/use-automation-health.ts:7
↓ 4 callersFunctionuseDispatchAutomation
()
src/hooks/query/use-automations.ts:94
← previousnext →201–300 of 3,846, ranked by callers