Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
4,469 in github.com/OpenHands/OpenHands
⨍
Functions
4,469
◇
Types & classes
1,131
↓ 4 callers
Function
interpretMcpTestResponse
( server: MCPServerConfig, response: ExtendedMCPTestResponse, )
src/api/mcp-health/probe-mcp-server-health.ts:46
↓ 4 callers
Function
invalidateConversationQueries
( queryClient: QueryClient, conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:173
↓ 4 callers
Function
isAutomationForRepository
( automation: Pick<Automation, "repository">, repository: string | null | undefined, )
src/utils/conversation-overview-project-scope.ts:29
↓ 4 callers
Function
isCatalogSkill
(name: string)
src/utils/skill-enablement.ts:14
↓ 4 callers
Function
isCorsOrNetworkErrorMessage
( message: string | null | undefined, )
src/utils/user-facing-error.ts:47
↓ 4 callers
Function
isGoalConversationStateUpdateEvent
( event: ConversationStateUpdateEvent, )
src/types/agent-server/type-guards.ts:235
↓ 4 callers
Function
isMarkdownFilePath
(path: string)
src/utils/is-markdown-file-path.ts:7
↓ 4 callers
Function
isOnboardingPreviewActive
( search = typeof window !== "undefined" ? window.location.search : "", )
src/components/features/onboarding/onboarding-preview.ts:21
↓ 4 callers
Function
isOneOf
( value: unknown, allowed: T, )
src/manifests/manifest-validation.ts:78
↓ 4 callers
Function
isPlanningFileEditorObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:146
↓ 4 callers
Function
isProfileNameValid
( value: string, { isRequired = false }: { isRequired?: boolean } = {}, )
src/utils/derive-profile-name.ts:14
↓ 4 callers
Function
isSkillReadyEvent
(event: unknown)
src/components/conversation-events/chat/event-content-helpers/create-skill-ready-event.ts:24
↓ 4 callers
Function
isSubscriptionLlmConfig
( llm: Record<string, unknown> | null | undefined, )
src/constants/llm-subscription.ts:71
↓ 4 callers
Function
isTelemetryEnabled
()
src/services/telemetry.ts:617
↓ 4 callers
Function
isValidSettingsSchema
( schema: SettingsSchema | null | undefined, )
src/utils/sdk-settings-schema.ts:51
↓ 4 callers
Method
listInstalledPlugins
()
src/api/plugins-management-service.ts:43
↓ 4 callers
Function
main
()
scripts/dev-safe.mjs:943
↓ 4 callers
Function
makeBashAction
( id: string, thought: TextContent[] = [], )
__tests__/components/conversation-events/chat/group-events.test.ts:28
↓ 4 callers
Function
makeBashObservation
( id: string, actionId: string, )
__tests__/components/conversation-events/chat/group-events.test.ts:58
↓ 4 callers
Function
mapAnyGitStatusToClientStatus
( status: SupportedGitStatus, )
src/utils/git-status-mapper.ts:10
↓ 4 callers
Function
mapServiceErrors
( errors: readonly ManifestServiceError[], errorMap: Record<string, string[]>, )
src/manifests/manifest-error-map.ts:127
↓ 4 callers
Function
mergeStreamingDeltaEvent
( incoming: StreamingDeltaEvent, existing: StreamingDeltaEvent, )
src/utils/handle-event-for-ui.ts:20
↓ 4 callers
Function
navigateToTab
(tab: ConversationTab)
src/services/canvas-ui.ts:21
↓ 4 callers
Function
normalizeServiceErrors
( body: unknown, payload: SetupRequestBody | null, )
src/manifests/manifest-error-map.ts:75
↓ 4 callers
Function
notifyTelemetryConsentListeners
()
src/services/telemetry.ts:466
↓ 4 callers
Function
onTabChange
(value: ConversationTab | null)
src/hooks/use-select-conversation-tab.ts:37
↓ 4 callers
Function
parseCommand
(value: string)
src/utils/acp-command.ts:65
↓ 4 callers
Function
partitionImagesForUpload
( images: File[], markedUploadAsFileNames: readonly string[], )
src/components/features/chat/utils/chat-input.utils.ts:42
↓ 4 callers
Function
patchConversationInCache
( queryClient: QueryClient, conversationId: string, patch: Partial<AppConversation>, )
src/hooks/mutation/conversation-mutation-utils.ts:131
↓ 4 callers
Function
renderVisualizer
(ui: React.ReactElement)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:24
↓ 4 callers
Function
resolveEffectiveAcpModel
(inputs: { runtimeName?: string | null; runtimeId?: string | null; configured?: string | null; sdkLlm?
src/constants/acp-providers.ts:48
↓ 4 callers
Function
resolveEnabledCatalogSkills
( enablement: SkillEnablement, )
src/utils/skill-enablement.ts:35
↓ 4 callers
Function
seedMcpServerHealth
( server: MCPServerConfig, response: ExtendedMCPTestResponse, otherServers: MCPServerConfig[], )
src/api/mcp-health/probe-mcp-server-health.ts:125
↓ 4 callers
Method
sendMessage
( conversationId: string, message: SendMessageRequest, runtime?: ConversationRuntimeContext | null
src/api/conversation-service/agent-server-conversation-service.api.ts:359
↓ 4 callers
Function
sendMessageWithAttachments
(options: { conversationId: string; content: string; images: File[]; files: File[]; imagesMarkedUplo
src/utils/send-message-with-attachments.ts:22
↓ 4 callers
Function
setTelemetryCloudContext
( context: CloudTelemetryContextInput | null, )
src/services/telemetry.ts:126
↓ 4 callers
Function
setTelemetryIdentity
( distinctId: string | null, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:587
↓ 4 callers
Function
setValue
(key: string, value: string)
src/components/features/mcp-page/install-server-modal.tsx:181
↓ 4 callers
Function
shouldRenderEvent
(event: OpenHandsEvent)
src/components/conversation-events/chat/event-content-helpers/should-render-event.ts:53
↓ 4 callers
Function
signalProcessTree
(proc, signal)
scripts/dev-process-utils.mjs:85
↓ 4 callers
Function
stripRedundantTitlePrefix
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:52
↓ 4 callers
Method
testServer
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:180
↓ 4 callers
Function
textFromContent
( content: Array<TextContent | ImageContent>, )
src/components/features/chat/tool-visualizers/text-content.ts:11
↓ 4 callers
Function
toAppConversation
( info: DirectConversationInfo, )
src/api/agent-server-adapter.ts:323
↓ 4 callers
Function
toSkillEnablement
(settings: { enabled_skills?: string[]; disabled_skills?: string[]; })
src/utils/skill-enablement.ts:90
↓ 4 callers
Method
updateConversationTitle
( conversationId: string, title: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:802
↓ 4 callers
Function
uploadFilesToConversation
( conversationId: string, files: File[], currentConversation?: AppConversation | null, )
src/api/conversation-file-upload.api.ts:72
↓ 4 callers
Function
useAcpCredentialForm
( providerKey: string | null | undefined, )
src/hooks/use-acp-credential-form.ts:49
↓ 4 callers
Function
useAllCloudOrganizations
()
src/hooks/query/use-cloud-organizations.ts:16
↓ 4 callers
Function
useBackendScopedPath
()
src/hooks/use-backend-scoped-path.ts:15
↓ 4 callers
Function
useDispatchAutomation
()
src/hooks/query/use-automations.ts:94
↓ 4 callers
Function
useHandleBuildPlanClick
()
src/hooks/use-handle-build-plan-click.ts:14
↓ 4 callers
Function
useHandlePlanClick
()
src/hooks/use-handle-plan-click.ts:20
↓ 4 callers
Function
useLocalWorkspaces
({ enabled = true, }: UseLocalWorkspacesOptions = {})
src/hooks/query/use-local-workspaces.ts:13
↓ 4 callers
Function
useOnboardingCompletion
()
src/components/features/onboarding/use-onboarding-completion.ts:29
↓ 4 callers
Function
useSaveLlmProfile
()
src/hooks/mutation/use-save-llm-profile.ts:16
↓ 4 callers
Function
useScrollToBottom
(scrollRef: RefObject<HTMLDivElement | null>)
src/hooks/use-scroll-to-bottom.ts:3
↓ 4 callers
Function
useSearchSecrets
(options: UseSearchSecretsOptions = {})
src/hooks/query/use-get-secrets.ts:17
↓ 4 callers
Function
useSubConversationTaskPolling
( taskId: string | null, parentConversationId: string | null, )
src/hooks/query/use-sub-conversation-task-polling.ts:22
↓ 4 callers
Function
useTaskList
()
src/hooks/use-task-list.ts:35
↓ 4 callers
Function
useToggleAutomation
()
src/hooks/query/use-automations.ts:35
↓ 4 callers
Function
useUnifiedPauseConversation
()
src/hooks/mutation/use-unified-stop-conversation.ts:16
↓ 4 callers
Function
useUnifiedWebSocketStatus
()
src/hooks/use-unified-websocket-status.ts:9
↓ 4 callers
Function
validateLocalAgentServerPath
(localPath)
scripts/dev-safe.mjs:877
↓ 4 callers
Function
waitForOnboardingStep
(page: Page, step: number)
tests/e2e/support/onboarding-helpers.ts:101
↓ 4 callers
Function
writeStoredBackends
(backends: Backend[])
src/api/backend-registry/storage.ts:95
↓ 3 callers
Method
_send_json
(self, status: int, payload: dict)
tests/e2e/mock-llm/scripts/mock-llm-server.py:334
↓ 3 callers
Function
adaptSystemMessage
( events: OHEvent[], )
src/utils/system-message-adapter.ts:13
↓ 3 callers
Function
addValue
(values: Set<string>, value: unknown)
src/utils/redact-mcp-secrets.ts:33
↓ 3 callers
Method
addWorkspaceParents
( items: LocalWorkspaceParent[], )
src/api/workspaces-service/workspaces-service.api.ts:56
↓ 3 callers
Method
addWorkspaces
( items: LocalWorkspace[], )
src/api/workspaces-service/workspaces-service.api.ts:46
↓ 3 callers
Function
api
(path, { method = "GET", body } = {})
scripts/seed-automation-ux-data.mjs:626
↓ 3 callers
Function
appendBootLog
(name, line, level)
electron/main.mjs:466
↓ 3 callers
Function
applyColorTheme
(key: ColorThemeKey)
src/themes/color-themes.ts:240
↓ 3 callers
Function
applyGroupFolderOrder
( groups: readonly T[], order: readonly string[], )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:492
↓ 3 callers
Function
applySkillFilters
( skills: SkillInfo[], isEnabled: SkillEnabledPredicate, state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:287
↓ 3 callers
Function
assertAgentServerVersionIsSupported
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:302
↓ 3 callers
Function
assertPortsFree
(portConfigs, host = "127.0.0.1")
scripts/dev-safe.mjs:266
↓ 3 callers
Function
automationCreateEndpoint
(entry?: SetupEntry)
src/manifests/automation-setup.ts:44
↓ 3 callers
Function
barColorClassForStatus
( status: AutomationRunStatus | string, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:66
↓ 3 callers
Function
beginMcpHealthCheck
(key: string)
src/api/mcp-health/mcp-health-store.ts:36
↓ 3 callers
Function
buildAcpAgentSettingsDiff
( providerKey: string, options: { command?: string[]; model?: string | null; allowUnknownServe
src/constants/acp-providers.ts:484
↓ 3 callers
Function
buildAgentServerAutomationEnv
(config)
scripts/dev-with-automation.mjs:876
↓ 3 callers
Function
buildAutomationCommand
* Build the uvx command for running automation backend. * * Environment variables (highest precedence first): * - OH_AUTOMATION_LOCAL_PATH: Absolut
scripts/dev-with-automation.mjs:309
↓ 3 callers
Function
buildAutomationMetadataPills
( automation: Automation, scheduleLabel: string, )
src/components/features/automations/build-automation-pills.tsx:18
↓ 3 callers
Function
buildAutomationTelemetryEnv
(env = process.env)
scripts/dev-with-automation.mjs:888
↓ 3 callers
Function
buildConfig
(args, env = process.env)
scripts/ingress.mjs:137
↓ 3 callers
Function
buildConversationWorkingDir
(conversationId: string)
src/api/agent-server-config.ts:209
↓ 3 callers
Function
buildHomeAutomationMenuItems
({ automation, t, canManage, canEdit, isRunPending, isCancelPending, canCancel, testIdPrefix,
src/components/features/home/featured-automations/build-home-automation-menu-items.tsx:44
↓ 3 callers
Function
buildLiveLlmSettings
()
tests/e2e/live/utils/agent-server-conversation.ts:184
↓ 3 callers
Function
buildLocalServiceRouteArgs
(config)
scripts/dev-static.mjs:304
↓ 3 callers
Function
buildPluginLaunchPath
(plugins: PluginSpec[])
src/utils/plugin-launch-url.ts:13
↓ 3 callers
Function
buildSdkSettingsPayload
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, )
src/utils/sdk-settings-schema.ts:411
↓ 3 callers
Function
buildSkillFacetGroups
( skills: SkillInfo[], isEnabled: SkillEnabledPredicate, state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:359
↓ 3 callers
Function
buildSkillPills
( skill: SkillInfo, translate: TFunction, options: BuildSkillPillsOptions = {}, )
src/components/features/skills/build-skill-pills.tsx:36
↓ 3 callers
Function
buildWebSocketUrl
( conversationId: string | undefined, conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:109
↓ 3 callers
Function
clearMcpServerHealth
(key: string)
src/api/mcp-health/mcp-health-store.ts:68
↓ 3 callers
Function
clearPeekCloseTimer
()
src/hooks/use-conversation-overview-panel-peek.ts:9
↓ 3 callers
Function
clearPendingCloudTelemetryConsent
( expected?: ResolvedTelemetryConsent, )
src/services/telemetry.ts:514
↓ 3 callers
Function
clearSkillFilterFacets
( state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:391
← previous
next →
301–400 of 4,469, ranked by callers