MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,469 in github.com/OpenHands/OpenHands

↓ 3 callersFunctionclearTelemetryData
()
src/services/telemetry.ts:833
↓ 3 callersFunctioncoerceFieldValue
( field: SettingsFieldSchema, rawValue: string | boolean, )
src/utils/sdk-settings-schema.ts:339
↓ 3 callersFunctioncollectErrorMessages
(error: unknown)
src/utils/user-facing-error.ts:13
↓ 3 callersFunctionconvertImageToBase64
(file: File)
src/utils/convert-image-to-base-64.ts:1
↓ 3 callersFunctioncountActiveFilters
(state: SkillFilterState)
src/components/features/skills/skill-filter.ts:397
↓ 3 callersFunctioncreateChatMessage
( message: string, image_urls: string[], file_urls: string[], timestamp: string, )
src/services/chat-service.ts:3
↓ 3 callersFunctioncreateCloudAppConversation
( request: AppConversationStartRequest, // Defaults to the active backend. The typed launch action passes
src/api/cloud/conversation-service.api.ts:149
↓ 3 callersFunctioncreateInterfaceManifestWithSubPages
()
__tests__/manifests/manifest-test-data.ts:152
↓ 3 callersFunctioncreatePlanComponents
(extraClassName?: string)
src/components/features/markdown/plan-components.tsx:21
↓ 3 callersFunctioncreateProfileViaUI
( page: Page, options: { profileName: string; model: string; apiKey?: string; baseUrl?: st
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:643
↓ 3 callersFunctioncreateRouter
(routes, defaultBackend = null)
scripts/proxy-utils.mjs:22
↓ 3 callersMethodcreateSecret
* Create or update a custom secret (upsert by name). * Uses the agent-server API endpoint: PUT /api/settings/secrets * * @param name - Secret
src/api/secrets-service.ts:60
↓ 3 callersFunctioncreateTitleFromKey
( key: string, values: Readonly<Record<string, unknown>>, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:39
↓ 3 callersMethoddeleteConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:791
↓ 3 callersMethoddeleteSecret
* Delete a custom secret by name. * Uses the agent-server API endpoint: DELETE /api/settings/secrets/{name} * * @param name - Secret name to
src/api/secrets-service.ts:130
↓ 3 callersFunctionderiveAutomationHealth
( automation: Automation, state: RunSummaryState | undefined, )
src/manifests/automation-insights.ts:111
↓ 3 callersFunctionderiveErrorMap
(entry: SetupEntry)
src/manifests/automation-setup.ts:403
↓ 3 callersFunctionderiveProfileNameFromModel
(model: string)
src/utils/derive-profile-name.ts:27
↓ 3 callersMethoddownloadConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:698
↓ 3 callersFunctionextractBaseHost
* Extracts the base host from conversation URL * @param conversationUrl The conversation URL containing host/port (e.g., "http://localhost:3000/api/c
src/utils/websocket-url.ts:6
↓ 3 callersFunctionextractModelAndProvider
(model: string)
src/utils/extract-model-and-provider.ts:12
↓ 3 callersFunctionextractPathPrefix
* Extracts the path prefix from conversation URL (everything before /api/conversations) * This is needed for proxy deployments where agent-servers ar
src/utils/websocket-url.ts:37
↓ 3 callersFunctionextractSettings
( formData: FormData, )
src/utils/settings-utils.ts:29
↓ 3 callersFunctionfailure
(error: string, guidance: string)
src/services/child-conversation-launch.ts:85
↓ 3 callersFunctionfetchCloudSettings
()
src/api/cloud/settings-service.api.ts:134
↓ 3 callersMethodfetchSettingsFromApi
* Fetch settings from the agent server API with retry logic. * * @param exposeSecrets - Controls how secrets are returned: * - undefined: S
src/api/settings-service/settings-service.api.ts:432
↓ 3 callersFunctionfieldText
(value: SetupFormValue | undefined)
src/manifests/manifest-local-validation.ts:100
↓ 3 callersFunctionfindAutomationCommand
( automation: Pick<RecommendedAutomation, "id" | "skill">, )
src/utils/automation-catalog.ts:69
↓ 3 callersFunctionfindInvokedCatalogSkill
(query?: string)
src/utils/skill-enablement.ts:120
↓ 3 callersFunctionfindRepoPickerField
The repository input, which supplies `repos` and an event trigger's source.
src/manifests/automation-setup.ts:134
↓ 3 callersFunctionfinish
(afterToken: number, outcome: ContextCompactionOutcome)
src/hooks/use-await-context-compaction.ts:86
↓ 3 callersFunctionfinish
(busy)
scripts/dev-safe.mjs:1141
↓ 3 callersFunctionfocusContentEditableAtEnd
( element: HTMLElement | null, )
src/components/features/chat/utils/chat-input.utils.ts:159
↓ 3 callersFunctionformatCommand
(command: readonly string[])
src/utils/acp-command.ts:176
↓ 3 callersFunctionformatCompactDuration
(ms: number | null)
src/manifests/automation-insights.ts:132
↓ 3 callersFunctionformatCompactTokenCount
(value: number)
src/utils/format-token-count.ts:2
↓ 3 callersFunctiongetACPToolCallContent
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:100
↓ 3 callersFunctiongetACPToolCallResult
( event: ACPToolCallEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:14
↓ 3 callersFunctiongetACPToolCallTitleKey
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:10
↓ 3 callersFunctiongetActionSummaryTitle
(event: ActionEvent)
src/components/conversation-events/chat/event-content-helpers/get-action-event-title.ts:24
↓ 3 callersFunctiongetActiveCloudBackend
()
src/api/cloud/git-service.api.ts:12
↓ 3 callersFunctiongetActiveCloudBackend
()
src/api/cloud/secrets-service.api.ts:14
↓ 3 callersFunctiongetAutomationIcon
( automation: RecommendedAutomation, )
src/utils/automation-catalog.ts:33
↓ 3 callersFunctiongetAutomationLaunchPrompt
( automation: RecommendedAutomation, )
src/utils/automation-catalog.ts:86
↓ 3 callersFunctiongetAutomationRunDurationMs
( run: AutomationRun, nowMs: number = Date.now(), )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:19
↓ 3 callersFunctiongetAutomationsByPopularity
( catalog: RecommendedAutomation[], )
src/utils/recommended-automation-rail.ts:9
↓ 3 callersFunctiongetBackendHealthEntry
(id: string)
src/api/backend-registry/health-store.ts:29
↓ 3 callersFunctiongetCachedAgentServerVersion
( host?: string | null, )
src/api/agent-server-compatibility.ts:244
↓ 3 callersFunctiongetCloudOrganizationMe
( orgId: string, backend?: Backend, )
src/api/cloud/organization-service.api.ts:98
↓ 3 callersFunctiongetCloudOrganizations
( backend?: Backend, )
src/api/cloud/organization-service.api.ts:43
↓ 3 callersFunctiongetCloudRepositoryBranches
(args: { provider: Provider; repository: string; query?: string; pageId?: string; limit?: number; })
src/api/cloud/git-service.api.ts:76
↓ 3 callersFunctiongetCloudTelemetryProperties
( context: CloudTelemetryContextInput | null = null, )
src/services/telemetry-context.ts:58
↓ 3 callersFunctiongetComparableAgentServerVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:204
↓ 3 callersFunctiongetContextFillTone
(usagePercentage: number)
src/components/features/conversation/usage-panel/context-meter.tsx:13
↓ 3 callersFunctiongetConversationTagIcon
( key: string, value: string, )
src/components/features/conversation-panel/conversation-card/conversation-tag-icons.ts:154
↓ 3 callersFunctiongetConversationUrlProtocol
( conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:67
↓ 3 callersFunctiongetCookieAuthCloudHost
()
src/api/agent-server-config.ts:85
↓ 3 callersFunctiongetCreatePRPrompt
(gitProvider: Provider)
src/utils/utils.ts:420
↓ 3 callersFunctiongetCurrentCloudApiKey
( backend?: Backend, )
src/api/cloud/organization-service.api.ts:66
↓ 3 callersFunctiongetDefaultConversationTitle
(conversationId: string)
src/api/agent-server-adapter.ts:319
↓ 3 callersFunctiongetFieldOptions
( name: string, field: SetupFormField, overrides: SetupFieldOverrides = {}, )
src/manifests/manifest-local-validation.ts:80
↓ 3 callersFunctiongetFirstAvailablePath
( featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:60
↓ 3 callersFunctiongetFolderBrowserRootPath
(targetPath: string)
tests/e2e/mock-llm/utils/folder-workspace-paths.ts:30
↓ 3 callersMethodgetGitChangeDiff
( _conversationId: string, path: string, )
src/api/git-service/git-service.api.ts:163
↓ 3 callersMethodgetGitChanges
(conversationId: string)
src/api/git-service/git-service.api.ts:144
↓ 3 callersFunctiongetGitPullPrompt
()
src/utils/utils.ts:400
↓ 3 callersFunctiongetGitPushPrompt
(gitProvider: Provider)
src/utils/utils.ts:408
↓ 3 callersFunctiongetGroupConversationPreview
( conversations: readonly AppConversation[], options: GroupConversationPreviewOptions, )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:71
↓ 3 callersFunctiongetI18n
()
src/i18n/index.ts:82
↓ 3 callersFunctiongetIntegrationIds
(automation: RecommendedAutomation)
src/utils/automation-catalog.ts:45
↓ 3 callersFunctiongetObservationContent
(event: ObservationEvent)
src/components/conversation-events/chat/event-content-helpers/get-observation-content.ts:358
↓ 3 callersFunctiongetObservationResult
( event: ObservationEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:22
↓ 3 callersFunctiongetPR
(isGitLab: boolean)
src/utils/utils.ts:253
↓ 3 callersFunctiongetPendingLocalTelemetryRevocationId
()
src/services/telemetry.ts:437
↓ 3 callersFunctiongetProviderName
(gitProvider: Provider)
src/utils/utils.ts:239
↓ 3 callersFunctiongetQueryClient
()
src/query-client-config.ts:99
↓ 3 callersFunctiongetRegisteredBackends
()
src/api/backend-registry/active-store.ts:146
↓ 3 callersFunctiongetRunStatusLabelKey
( runState: LatestAutomationRunState, )
src/components/features/home/featured-automations/home-automation-run-tooltip.tsx:25
↓ 3 callersFunctiongetSafeUploadFileName
(fileName: string)
src/api/workspace-upload-path.ts:15
↓ 3 callersMethodgetSecrets
* List all custom secrets (names and descriptions only, no values). * Uses the agent-server API endpoint: GET /api/settings/secrets * * Note:
src/api/secrets-service.ts:34
↓ 3 callersFunctiongetSettingsFieldConstraints
(fieldKey: string)
src/utils/sdk-settings-field-metadata.ts:66
↓ 3 callersFunctiongetSkillCategory
(skill: SkillInfo)
src/utils/skill-category.ts:63
↓ 3 callersMethodgetSkills
(projectDir?: string)
src/api/skills-service.ts:37
↓ 3 callersMethodgetStartTask
( taskId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:554
↓ 3 callersFunctiongetStatusColor
(options: { isPausing: boolean; isTask: boolean; taskStatus?: string | null; isStartingStatus: boolean
src/utils/utils.ts:652
↓ 3 callersFunctiongetStatusText
({ isPausing = false, isTask, taskStatus, taskDetail, isStartingStatus, isStopStatus, curAgentSt
src/utils/utils.ts:731
↓ 3 callersFunctiongetStyleHeightPx
(el: HTMLElement, fallback: number)
src/utils/utils.ts:46
↓ 3 callersFunctiongetTelemetryDistinctId
()
src/services/telemetry.ts:784
↓ 3 callersFunctiongetTextContent
( content: Array<{ type: string; text?: string }>, )
src/utils/transcript-export/index.ts:190
↓ 3 callersFunctiongetTriggerScheduleLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:81
↓ 3 callersFunctiongetWorkspacesUnsupportedMessage
( error: unknown, t: TFunction<"openhands">, )
src/utils/workspaces-compatibility.ts:6
↓ 3 callersFunctiongitControlBarActionButtonClassName
(isEnabled: boolean)
src/utils/git-control-bar-classes.ts:6
↓ 3 callersFunctiongitControlBarActionIconColor
(isEnabled: boolean)
src/utils/git-control-bar-classes.ts:15
↓ 3 callersFunctiongroupEvents
( events: OpenHandsEvent[], minSize: number = EVENT_GROUP_MIN_SIZE, allEvents: OpenHandsEvent[] = events
src/components/conversation-events/chat/group-events.ts:77
↓ 3 callersFunctionhandleCanvasUIAction
( action: CanvasUIAction, conversationId: string | null = null, )
src/services/canvas-ui.ts:53
↓ 3 callersFunctionhandleFilterChange
(next: SkillFilterState)
src/routes/skills-settings.tsx:111
↓ 3 callersFunctionhoverRevealActionClassName
(forceVisible = false)
src/utils/hover-reveal-classes.ts:45
↓ 3 callersMethodinstallPlugin
(request: InstallPluginRequest)
src/api/plugins-management-service.ts:44
↓ 3 callersFunctioninstalledExtensionPath
(name: string)
src/api/canvas-extensions-service.ts:90
↓ 3 callersFunctioninstalledServerMatchesQuery
( server: MCPServerConfig, catalogEntry: MarketplaceEntry | undefined, rawQuery: string, )
src/utils/mcp-marketplace-utils.ts:261
← previousnext →401–500 of 4,469, ranked by callers