MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions1,954 in github.com/Roy3838/Observer

↓ 1 callersFunctiongetLevelText
(level: LogLevel)
app/src/components/GlobalLogsViewer.tsx:159
↓ 1 callersFunctiongetLocalModelManager
()
app/src/utils/localLlm/LocalModelManager.ts:43
↓ 1 callersMethodgetLocalModelState
* Get unified state for a local model by server type. * Returns the current loading/loaded state for the specified engine.
app/src/utils/ModelManager.ts:478
↓ 1 callersMethodgetLocalModels
* Get local models converted to the unified Model format. * On Tauri: returns both llama.cpp models AND transformers.js models. * On web: return
app/src/utils/ModelManager.ts:218
↓ 1 callersFunctiongetMaskedValue
(val: string)
app/src/components/InferenceParamsEditor.tsx:263
↓ 1 callersMethodgetMasterStreamsForPseudoStream
* Map pseudo-stream type to required master streams (Tauri-specific logic) * In Tauri, screenAudio is INDEPENDENT from display (unlike browser)
app/src/utils/tauriStreamCapture.ts:388
↓ 1 callersFunctiongetMcpSystemPrompt
()
app/src/mcp/systemPrompt.ts:15
↓ 1 callersMethodgetMode
()
app/src/utils/whisper/TranscriptionRouter.ts:53
↓ 1 callersMethodgetOcrCorePath
()
app/src/utils/settings.ts:47
↓ 1 callersMethodgetOcrLangPath
()
app/src/utils/settings.ts:41
↓ 1 callersMethodgetOcrWorkerPath
()
app/src/utils/settings.ts:35
↓ 1 callersFunctiongetPlaceholder
()
app/src/components/AICreator/MCP.tsx:649
↓ 1 callersFunctiongetPlaceholderSuggestion
(funcName: string)
app/src/utils/code_sanitizer.ts:102
↓ 1 callersFunctiongetPlaceholderText
()
app/src/components/AICreator/MultiAgentCreator.tsx:769
↓ 1 callersFunctiongetPlatformName
()
app/src/utils/platform.ts:113
↓ 1 callersFunctiongetProviderName
(model: Model | undefined)
app/src/components/EditAgent/SimpleCreatorModal.tsx:134
↓ 1 callersFunctiongetProviderName
(ownedBy?: string, server?: string)
app/src/components/AgentCard/StaticAgentView.tsx:70
↓ 1 callersFunctiongetPulseClasses
(shortcutKey: string, baseClasses: string)
app/src/desktop/OverlayWindow.tsx:167
↓ 1 callersFunctiongetRecentAgentRuns
* Gets recent runs for an agent from IterationStore * @param agentId Agent ID * @param count Number of recent runs to fetch * @returns Array of rec
app/src/utils/agentParser.ts:236
↓ 1 callersFunctiongetRequiredStreamsForPrompt
(systemPrompt: string)
app/src/utils/main_loop.ts:23
↓ 1 callersFunctiongetRequiredStreamsFromSensors
(sensors: SensorPlaceholder[])
app/src/utils/sensorMapping.ts:68
↓ 1 callersFunctiongetRootComponent
()
app/src/main.tsx:23
↓ 1 callersFunctiongetSensorIcon
(sensorType: string)
app/src/components/AgentCard/AgentLogViewer.tsx:84
↓ 1 callersFunctiongetSensorIcon
(type: SensorData['type'])
app/src/components/AgentCard/IterationStoreDebug.tsx:40
↓ 1 callersFunctiongetServerForModel
(modelName: string, isUsingObServer: boolean)
app/src/utils/finetuneClassifier.ts:457
↓ 1 callersMethodgetServers
* Get all inference server addresses
app/src/utils/ModelManager.ts:348
↓ 1 callersMethodgetState
()
app/src/utils/whisper/WhisperModelManager.ts:33
↓ 1 callersFunctiongetStreamIcon
()
app/src/components/AgentCard/TranscriptionModal.tsx:45
↓ 1 callersMethodgetSubscriber
* Get an existing subscriber for an agent and stream type. * Returns undefined if no subscriber exists.
app/src/utils/streamManager.ts:196
↓ 1 callersFunctiongetThresholdState
(threshold: 'text' | 'dhash' | 'pixel' | 'suspicious')
app/src/components/ChangeDetectionSettings.tsx:168
↓ 1 callersFunctiongetThresholds
()
app/src/utils/change_detector.ts:433
↓ 1 callersFunctiongetToolIcon
(toolName: string)
app/src/components/AgentCard/ToolStatus.tsx:11
↓ 1 callersFunctiongetToolIcon
(toolName: string)
app/src/components/AgentCard/DetailedExecution.tsx:95
↓ 1 callersFunctiongetToolSpecs
()
app/src/mcp/registry.ts:772
↓ 1 callersMethodgetToolsFromLastIteration
(agentId: string)
app/src/utils/IterationStore.ts:422
↓ 1 callersMethodgetVideo
* Get the current video buffer as base64 array. * Returns whatever chunks currently exist in the buffer. * In BUFFERING state: returns just this
app/src/utils/recordingManager.ts:269
↓ 1 callersFunctionget_all_conversation_metrics
Get all conversation metrics (for admin endpoint).
api/compute.py:150
↓ 1 callersFunctionget_all_usage_data
()
api/quota_manager.py:173
↓ 1 callersMethodget_app_group_path
Get the App Group container path (iOS only)
app/plugins/screen-capture/src/mobile.rs:71
↓ 1 callersFunctionget_bool_env
Reads an environment variable and interprets it as a boolean.
docker/observer-ollama/observer_ollama/__main__.py:17
↓ 1 callersMethodget_channel_secret
Get the secret for a channel, or None if not configured
cli/src/config.rs:229
↓ 1 callersMethodget_frame
(&self)
app/plugins/screen-capture/src/mobile.rs:63
↓ 1 callersFunctionget_hourly_status
Generate status page response with hourly uptime data for all models. Returns pre-computed success rates for the last 24 hours.
api/compute.py:160
↓ 1 callersFunctionget_tier_from_price
Returns (is_pro, is_max, is_plus) for a given price_id.
api/payments.py:46
↓ 1 callersFunctionget_usage_for_service
(user_id: str, service: str)
api/quota_manager.py:140
↓ 1 callersFunctiongroupRecordingsByDate
(recordings: RecordingData[])
app/src/components/RecordingsViewer.tsx:21
↓ 1 callersFunctiongroupToolCallsByCategory
(calls: ToolCall[])
app/src/components/AgentCard/ToolsModal.tsx:546
↓ 1 callersFunctionhandleAddHistoryImage
(image: ClassifiedImage)
app/src/components/AICreator/DetectionMode/DetectionModePanel.tsx:190
↓ 1 callersFunctionhandleCancel
()
app/src/components/AgentCard/SensorPreviewPanel.tsx:146
↓ 1 callersFunctionhandleCaptureQualityChange
(field: 'maxWidth' | 'jpegQuality' | 'fps', value: number)
app/src/components/SettingsTab.tsx:87
↓ 1 callersFunctionhandleCardClick
(iteration: IterationData, scrollContainer: HTMLElement)
app/src/components/AgentCard/AgentLogViewer.tsx:263
↓ 1 callersFunctionhandleChipClick
(e: React.MouseEvent, label: string)
websites/landing/src/App.tsx:211
↓ 1 callersFunctionhandleClose
()
app/src/components/WelcomeModal.tsx:95
↓ 1 callersFunctionhandleClose
()
app/src/components/FeedbackBubble.tsx:53
↓ 1 callersMethodhandleCommand
(commandData: any)
app/src/utils/commandSSE.ts:109
↓ 1 callersFunctionhandleContextParamChange
(key: keyof ContextParams, value: number)
app/src/components/ModelHub.tsx:420
↓ 1 callersFunctionhandleCreateMemory
()
app/src/components/MemoryStoreTab.tsx:72
↓ 1 callersFunctionhandleDHashSimilarityChange
(e: React.ChangeEvent<HTMLInputElement>)
app/src/components/ChangeDetectionSettings.tsx:133
↓ 1 callersFunctionhandleDelete
(e: React.MouseEvent, id: string)
app/src/components/RecordingsViewer.tsx:96
↓ 1 callersFunctionhandleDeleteAgent
(agent: MarketplaceAgent)
app/src/components/CommunityTab.tsx:746
↓ 1 callersFunctionhandleDeleteImage
(index: number)
app/src/components/MemoryManager.tsx:153
↓ 1 callersFunctionhandleDeleteMemory
(memoryId: string)
app/src/components/MemoryStoreTab.tsx:99
↓ 1 callersFunctionhandleDetectionModeClose
(messageId: number)
app/src/components/AICreator/MultiAgentCreator.tsx:660
↓ 1 callersFunctionhandleDetectionModeComplete
(messageId: number, agentBlock: string)
app/src/components/AICreator/MultiAgentCreator.tsx:664
↓ 1 callersFunctionhandleDownload
(e: React.MouseEvent, recording: RecordingData)
app/src/components/RecordingsViewer.tsx:84
↓ 1 callersFunctionhandleDownloadPreset
(preset: ModelPreset)
app/src/components/ModelHub.tsx:436
↓ 1 callersFunctionhandleEditClick
(agent: MarketplaceAgent)
app/src/components/CommunityTab.tsx:463
↓ 1 callersFunctionhandleEditMemory
(memoryId: string)
app/src/components/MemoryStoreTab.tsx:116
↓ 1 callersMethodhandleEndOfLoop
()
app/src/utils/recordingManager.ts:25
↓ 1 callersFunctionhandleHistoryDragStart
(e: React.DragEvent, image: ClassifiedImage)
app/src/components/AICreator/DetectionMode/DetectionModePanel.tsx:208
↓ 1 callersFunctionhandleImport
(agent: MarketplaceAgent)
app/src/components/CommunityTab.tsx:397
↓ 1 callersMethodhandleInterimResult
(data: { text: string; chunkId: number })
app/src/utils/whisper/WhisperModelManager.ts:269
↓ 1 callersFunctionhandleLabelSubmit
()
app/src/components/AICreator/DetectionMode/ClassificationColumns.tsx:63
↓ 1 callersFunctionhandleLogout
()
app/src/components/AppHeader.tsx:166
↓ 1 callersFunctionhandleMarkerClick
(markerTimestamp: number)
app/src/components/ClipPlayer.tsx:183
↓ 1 callersFunctionhandleMediaResponse
(messageId: number, result: string | { type: 'image', data: string } | null)
app/src/components/AICreator/MultiAgentCreator.tsx:753
↓ 1 callersFunctionhandleMinimize
(agentId: string)
app/src/web/App.tsx:160
↓ 1 callersFunctionhandleMmprojAssignment
(modelFilename: string, mmprojFilename: string | null)
app/src/components/ModelHub.tsx:401
↓ 1 callersFunctionhandleModeSelect
(mode: DetectionMode)
app/src/components/ChangeDetectionSettings.tsx:102
↓ 1 callersFunctionhandlePixelSimilarityChange
(e: React.ChangeEvent<HTMLInputElement>)
app/src/components/ChangeDetectionSettings.tsx:145
↓ 1 callersFunctionhandlePlayRecording
(record: TranscriptionRecord)
app/src/components/SettingsTab.tsx:520
↓ 1 callersFunctionhandleProCheckout
()
app/src/components/WelcomeModal.tsx:45
↓ 1 callersMethodhandleProgress
(info: any)
app/src/utils/localLlm/GemmaModelManager.ts:206
↓ 1 callersMethodhandleProgressMessage
(progress: ProgressItem)
app/src/utils/whisper/WhisperModelManager.ts:275
↓ 1 callersFunctionhandleReportClick
(agent: MarketplaceAgent)
app/src/components/CommunityTab.tsx:474
↓ 1 callersFunctionhandleRestore
(agentId: string)
app/src/web/App.tsx:163
↓ 1 callersFunctionhandleSamplerParamChange
(key: keyof SamplerParams, value: number)
app/src/components/ModelHub.tsx:406
↓ 1 callersFunctionhandleSelect
(targetId: string)
app/src/desktop/ScreenSelectorWindow.tsx:100
↓ 1 callersFunctionhandleSentimentClick
(newSentiment: 'like' | 'dislike')
app/src/components/FeedbackBubble.tsx:48
↓ 1 callersFunctionhandleShare
(agent: MarketplaceAgent)
app/src/components/CommunityTab.tsx:446
↓ 1 callersFunctionhandleStarGithub
()
app/src/components/WelcomeModal.tsx:91
↓ 1 callersMethodhandleStreamEnd
* Handle unexpected stream end
app/src/utils/browserStreamCapture.ts:292
↓ 1 callersFunctionhandleStreamingResponse
* Handles streaming response from the API * @param response The fetch response object * @param onStreamChunk Optional callback for each chunk * @re
app/src/utils/sendApi.ts:13
↓ 1 callersFunctionhandleStreamingResponseWithTools
* Streaming handler for tool-calling requests. A single turn may interleave prose and * tool-call fragments; prose is forwarded via onStreamChunk whi
app/src/utils/sendApi.ts:138
↓ 1 callersFunctionhandleSuggestionClick
(agentId: string)
app/src/components/AICreator/AgentAutocompleteInput.tsx:104
↓ 1 callersFunctionhandleSuspiciousSimilarityChange
(e: React.ChangeEvent<HTMLInputElement>)
app/src/components/ChangeDetectionSettings.tsx:139
↓ 1 callersFunctionhandleTabClick
(tab: string)
app/src/components/PersistentSidebar.tsx:23
↓ 1 callersFunctionhandleTextSimilarityChange
(e: React.ChangeEvent<HTMLInputElement>)
app/src/components/ChangeDetectionSettings.tsx:127
↓ 1 callersFunctionhandleToggleExpand
(id: string)
app/src/components/RecordingsViewer.tsx:80
↓ 1 callersFunctionhandleToggleUnifiedGpu
(enabled: boolean)
app/src/components/ModelHub.tsx:430
← previousnext →601–700 of 1,954, ranked by callers