MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,467 in github.com/OpenHands/OpenHands

↓ 6 callersFunctionbuildSafeDevConfig
(cwd = process.cwd(), env = process.env)
scripts/dev-safe.mjs:537
↓ 6 callersFunctioncloudProfilesTarget
* Resolve the backend + base path for the active cloud backend's profiles: * the org-gated route when an org is bound, else the per-user settings rou
src/api/cloud/profiles-service.api.ts:33
↓ 6 callersFunctionfetchConversationData
( conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:12
↓ 6 callersFunctionformatTimeDelta
(date: Date | string)
src/utils/format-time-delta.ts:38
↓ 6 callersFunctiongetBackendTelemetryProperties
({ backendKind, agentServerVersion, automationSdkVersion, backendVersion, connectionMethod, }: Backe
src/services/telemetry-context.ts:33
↓ 6 callersFunctiongetGitPath
( selectedRepository: string | null | undefined, workingDir?: string | null, )
src/utils/get-git-path.ts:3
↓ 6 callersFunctiongetSchemaFields
(schema: SettingsSchema)
src/utils/sdk-settings-schema.ts:57
↓ 6 callersFunctionhandleEventForUI
( event: OpenHandsEvent, uiEvents: OpenHandsEvent[], )
src/utils/handle-event-for-ui.ts:327
↓ 6 callersFunctionisACPToolCallEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:258
↓ 6 callersFunctionisAgentErrorEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:77
↓ 6 callersFunctionisCloud
()
src/api/agent-profiles-service/agent-profiles-service.api.ts:39
↓ 6 callersFunctionisCloudActive
()
src/api/git-service/git-service.api.ts:17
↓ 6 callersFunctionisCloudBackend
()
src/api/profiles-service/profiles-service.api.ts:54
↓ 6 callersFunctionisInvalidProvider
(provider: string | null | undefined)
src/api/git-service/git-service.api.ts:24
↓ 6 callersFunctionisMessageEvent
(event: OpenHandsEvent)
src/types/agent-server/type-guards.ts:91
↓ 6 callersFunctionisProcessRunning
(proc)
scripts/dev-process-utils.mjs:13
↓ 6 callersFunctionisRecord
(value: unknown)
src/utils/mcp-config.ts:44
↓ 6 callersFunctionisSdkHttpStatusError
(error: unknown, status: number)
src/api/agent-server-compatibility.ts:156
↓ 6 callersFunctionobservationEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:44
↓ 6 callersFunctionremoveStoredConversationMetadata
( conversationId: string, )
src/api/conversation-metadata-store.ts:85
↓ 6 callersFunctionsafeProvider
(value: string)
src/api/git-service/git-service.api.ts:15
↓ 6 callersFunctionsanitizeForComment
(value)
tests/e2e/live/scripts/render-live-e2e-report.mjs:138
↓ 6 callersMethodsearchEvents
( conversationUrl: string | null, sessionApiKey: string | null | undefined, options: SearchOptions
src/api/bash-service/bash-service.api.ts:77
↓ 6 callersFunctionsetSelectedTab
(tab: ConversationTab | null)
__tests__/components/features/conversation/conversation-tab-content.test.tsx:68
↓ 6 callersFunctionsetTelemetryConsent
( consent: ResolvedTelemetryConsent, { syncToCloud = true }: SetTelemetryConsentOptions = {}, )
src/services/telemetry.ts:450
↓ 6 callersFunctionsidebarNavLabelClassName
(collapsed: boolean)
src/components/features/sidebar/sidebar-layout.ts:75
↓ 6 callersFunctionstartStaticServer
(config)
scripts/dev-static.mjs:372
↓ 6 callersFunctionuseAgentProfiles
(options: UseAgentProfilesOptions = {})
src/hooks/query/use-agent-profiles.ts:23
↓ 6 callersFunctionuseIsAuthed
()
src/hooks/query/use-is-authed.ts:3
↓ 6 callersFunctionuseUserConversation
( cid: string | null, refetchInterval?: RefetchInterval, )
src/hooks/query/use-user-conversation.ts:21
↓ 5 callersFunction__resetHealthStoreForTests
()
src/api/backend-registry/health-store.ts:96
↓ 5 callersMethodactivateProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:107
↓ 5 callersFunctionbatchGetCloudConversations
( ids: string[], )
src/api/cloud/conversation-service.api.ts:90
↓ 5 callersFunctionbuildAgentCanvasPath
(path: string)
src/utils/base-path.ts:27
↓ 5 callersFunctionbuildAgentServerCommand
(env = process.env)
scripts/dev-safe.mjs:411
↓ 5 callersFunctionbuildRuntimeServicesInfo
(options)
scripts/runtime-services-info.mjs:60
↓ 5 callersFunctioncalculateToastDuration
( message: string | null | undefined, minDuration: number = 5000, maxDuration: number = 10000, )
src/utils/toast-duration.ts:8
↓ 5 callersFunctionclearCachedAgentServerInfo
()
src/api/agent-server-compatibility.ts:131
↓ 5 callersFunctionclient
()
src/api/workspaces-service/workspaces-service.api.ts:25
↓ 5 callersFunctioncreateUserMessageEvent
(id: string)
test-utils.tsx:222
↓ 5 callersFunctionformatMissingUvxGuidance
(cwd = process.cwd())
scripts/dev-safe.mjs:320
↓ 5 callersFunctiongetAgentServerSessionApiKey
()
src/api/agent-server-config.ts:192
↓ 5 callersFunctiongetApiErrorMessage
(error: unknown, fallback: string)
src/utils/api-error-message.ts:13
↓ 5 callersFunctiongetDefaultI18n
()
src/i18n/index.ts:74
↓ 5 callersFunctiongetDefaultQueryClient
()
src/query-client-config.ts:86
↓ 5 callersFunctiongetDisplayAgentServerVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:191
↓ 5 callersFunctiongetManagementClient
()
src/api/plugins-management-service.ts:59
↓ 5 callersFunctiongetProcessTreeSpawnOptions
(options = {})
scripts/dev-process-utils.mjs:30
↓ 5 callersFunctiongetReasoningContent
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:28
↓ 5 callersFunctionisAuthRequired
()
src/api/agent-server-config.ts:214
↓ 5 callersFunctionisCloudBackend
()
src/api/plugins-management-service.ts:55
↓ 5 callersFunctionisConversationStateUpdateEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:202
↓ 5 callersFunctionisExecutionPaused
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:19
↓ 5 callersFunctionisHookExecutionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:250
↓ 5 callersFunctionisSameCloudHost
( host: string | null | undefined, lockedHost: string | null | undefined, )
src/api/agent-server-config.ts:167
↓ 5 callersFunctionisSameStreamingSender
( a: OpenHandsEvent & { isFromPlanningAgent?: boolean }, b: OpenHandsEvent & { isFromPlanningAgent?: boole
src/utils/handle-event-for-ui.ts:34
↓ 5 callersFunctionlogError
(message)
scripts/dev-with-automation.mjs:124
↓ 5 callersFunctionlogError
(message)
scripts/dev-static.mjs:99
↓ 5 callersFunctionnormalizeHost
(host: string)
src/components/features/backends/backend-form-modal.tsx:98
↓ 5 callersMethodrenameProfile
( name: string, newName: string, )
src/api/profiles-service/profiles-service.api.ts:96
↓ 5 callersFunctionrequestSubscriptionEndpoint
( path: string, init: RequestInit = {}, )
src/api/llm-subscription-service.ts:73
↓ 5 callersFunctionsetMcpServerHealth
(key: string, health: McpServerHealth)
src/api/mcp-health/mcp-health-store.ts:63
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-with-automation.mjs:574
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-static.mjs:218
↓ 5 callersFunctionsplitInlineThink
( content: string, options?: { streaming?: boolean }, )
src/components/conversation-events/chat/event-thought-helpers.ts:56
↓ 5 callersFunctionstripAnsi
(str)
scripts/logger.mjs:36
↓ 5 callersFunctiontimestampForEvent
(index: number)
tests/e2e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts:34
↓ 5 callersFunctionuseActivateLlmProfile
()
src/hooks/mutation/use-activate-llm-profile.ts:9
↓ 5 callersFunctionuseAgentSettingsSchema
( fallbackSchema?: SettingsSchema | null, )
src/hooks/query/use-agent-settings-schema.ts:71
↓ 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:1114
↓ 5 callersFunctionuseIsArchivedConversation
()
src/hooks/use-is-archived-conversation.ts:4
↓ 5 callersFunctionuseLlmConfigured
()
src/hooks/use-llm-configured.ts:39
↓ 5 callersFunctionuseSendMessage
()
src/hooks/use-send-message.ts:13
↓ 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:279
↓ 4 callersMethodauthorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:267
↓ 4 callersFunctionbuildAgentServerEnv
(config)
scripts/dev-safe.mjs:687
↓ 4 callersFunctionbuildNpmScriptCommand
( scriptName, platform = process.platform, env = process.env, nodeExecPath = process.execPath, )
scripts/dev-safe.mjs:732
↓ 4 callersFunctionbuildStartConversationRequest
( options: StartConversationOptions, )
src/api/agent-server-adapter.ts:907
↓ 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:40
↓ 4 callersMethodcreateConversation
( initialUserMsg?: string, conversationInstructions?: string, plugins?: PluginSpec[], metadata
src/api/conversation-service/agent-server-conversation-service.api.ts:369
↓ 4 callersFunctioncreateMcpProbeClient
()
src/api/mcp-service/mcp-service.api.ts:162
↓ 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 callersFunctiondownloadBlob
(blob: Blob, filename: string)
src/utils/utils.ts:25
↓ 4 callersFunctionensureMockLLMAgentProfile
( request: APIRequestContext, llmProfileRef = "mock-llm", )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:508
↓ 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 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:392
↓ 4 callersFunctionfindCatalogEntryForServer
( server: MCPServerConfig, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:280
↓ 4 callersFunctionformatEventOn
(on: string | string[] | undefined)
src/utils/automation-schedule.ts:109
↓ 4 callersFunctiongetAcpProviderDisplayName
( key: string | null | undefined, )
src/constants/acp-providers.ts:419
↓ 4 callersFunctiongetActiveCloudBackend
()
src/api/cloud/settings-service.api.ts:58
← previousnext →101–200 of 3,467, ranked by callers