MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions2,101 in github.com/Roy3838/Observer

↓ 1 callersMethodcleanupLocalMode
()
app/src/utils/whisper/UnifiedTranscriptionService.ts:248
↓ 1 callersMethodcleanupSelfHostedMode
()
app/src/utils/whisper/UnifiedTranscriptionService.ts:480
↓ 1 callersFunctionclearAgentImageMemory
(agentId: string)
app/src/utils/agent_database.ts:377
↓ 1 callersMethodclearModelParams
(modelName: string)
app/src/utils/ModelManager.ts:633
↓ 1 callersMethodclearServers
* Clear all inference server addresses
app/src/utils/ModelManager.ts:355
↓ 1 callersMethodclearSubscriberTranscripts
* Clear all subscriber transcripts for an agent. * Called at the end of each agent loop iteration.
app/src/utils/streamManager.ts:227
↓ 1 callersFunctionclose
()
app/src/components/InfoTooltip.tsx:64
↓ 1 callersFunctionclose_redis
Called from the FastAPI lifespan shutdown hook.
api/redis_client.py:63
↓ 1 callersMethodcommitText
Commit final text (clears interim, adds to committed chunks)
app/src/utils/whisper/TranscriptionSubscriber.ts:32
↓ 1 callersFunctioncompareHashes
(hash1: string, hash2: string)
app/src/utils/change_detector.ts:416
↓ 1 callersFunctioncompareImages
* Compares images based on the currently selected detection mode. * Returns comparison result with metadata for ALL image pairs for UI display.
app/src/utils/change_detector.ts:277
↓ 1 callersFunctioncompareImagesByPixelDifference
* Compares two images pixel by pixel for exact differences. * Returns result with similarity value for metadata.
app/src/utils/change_detector.ts:207
↓ 1 callersFunctioncompareText
(text1: string, text2: string)
app/src/utils/change_detector.ts:156
↓ 1 callersFunctioncompletePendingUpload
(upload: NonNullable<typeof pendingUpload>)
app/src/components/CommunityTab.tsx:354
↓ 1 callersFunctioncomposeRecipePrompt
( trigger: TriggerOption | undefined, action: ActionOption | undefined, authEmail: string, )
app/src/components/AICreator/RecipeSplash.tsx:76
↓ 1 callersFunctioncomputeRMS
(samples: Float32Array)
app/src/utils/audio/pcmUtils.ts:233
↓ 1 callersMethodconnectSSE
()
app/src/utils/commandSSE.ts:67
↓ 1 callersFunctioncontactError
(kind: UserInfoKind, value: string)
app/src/utils/contactInfo.ts:46
↓ 1 callersFunctionconvertToOpenAIFormat
* Convert native image format to OpenAI format for external APIs. * Native: { type: 'image', image: 'data:...' } * OpenAI: { type: 'image_url', imag
app/src/utils/sendApi.ts:353
↓ 1 callersFunctioncopyToClipboard
(text: string, type: 'sms' | 'whatsapp')
app/src/components/WhitelistModal.tsx:40
↓ 1 callersFunctioncountIterationImages
Count images attached to an iteration without surfacing any base64 payloads.
app/src/mcp/registry.ts:50
↓ 1 callersFunctioncreateLoggerDecorator
(source: string)
app/src/utils/logging.ts:350
↓ 1 callersMethodcreateMockCameraStream
()
app/src/utils/browserStreamCapture.ts:42
↓ 1 callersMethodcreateMockCameraStream
()
app/src/utils/tauriStreamCapture.ts:179
↓ 1 callersFunctioncreatePCMAudioCapture
()
app/src/utils/audio/PCMAudioCapture.ts:177
↓ 1 callersMethodcreatePersistentVideoElement
* Create a persistent video element that stays attached to a stream. * Waits for the video to be fully ready (first frame rendered) before resolvin
app/src/utils/streamManager.ts:350
↓ 1 callersMethodcreateRecorderWithFallback
(stream: MediaStream, type: RecordableStreamType)
app/src/utils/recordingManager.ts:213
↓ 1 callersFunctioncreateToolHighlightExtension
(toolCalls: ToolCall[], onToolClick: (call: ToolCall, event?: MouseEvent) => void)
app/src/components/AgentCard/ToolsModal.tsx:610
↓ 1 callersFunctioncreateWavBlob
(samples: Float32Array, sampleRate: number = PCM_SAMPLE_RATE)
app/src/utils/audio/pcmUtils.ts:89
↓ 1 callersMethoddefault
()
app/desktop/src/shortcuts.rs:15
↓ 1 callersFunctiondeleteAgent
(agentId: string)
app/src/utils/agent_database.ts:408
↓ 1 callersFunctiondeleteMemory
(memoryId: string)
app/src/utils/agent_database.ts:382
↓ 1 callersFunctiondeleteRecording
(id: string)
app/src/utils/recordingsDB.ts:69
↓ 1 callersFunctiondelete_user
Permanently deletes a user from Auth0. Args: user_id: Auth0 user ID Returns: True if deletion was successful, False oth
api/auth0_manager.py:246
↓ 1 callersMethoddestroy
Cleanup (call when agent stops)
app/src/utils/whisper/TranscriptionSubscriber.ts:38
↓ 1 callersFunctiondetectAgentCapabilities
(systemPrompt: string, code: string, hostingContext?: 'official-web' | 'self-hosted' | 'tauri')
app/src/components/AgentCard/agentCapabilities.tsx:177
↓ 1 callersFunctiondetectAgentSensors
(systemPrompt: string)
app/src/components/AgentCard/agentCapabilities.tsx:123
↓ 1 callersFunctiondetectAgentTools
(code: string, hostingContext?: 'official-web' | 'self-hosted' | 'tauri')
app/src/components/AgentCard/agentCapabilities.tsx:143
↓ 1 callersFunctiondetectPartialAgentTyping
(text: string, cursorPosition: number)
app/src/utils/agentParser.ts:355
↓ 1 callersFunctiondetectSensitiveFunctions
(code: string)
app/src/utils/code_sanitizer.ts:42
↓ 1 callersFunctiondetectSignificantChange
( agentId: string, currentData: PreProcessorResult )
app/src/utils/change_detector.ts:84
↓ 1 callersMethoddiscardPartialProjector
* Recover from a cancelled projector download: unassign the projector * from the model and delete its .part file from disk. Called from the UI *
app/src/utils/localLlm/NativeLlmManager.ts:126
↓ 1 callersMethoddispatchWindowEventIfNeeded
* Dispatch window events based on logType - unified event system * Logger is the single source of truth; events are notifications
app/src/utils/logging.ts:208
↓ 1 callersMethoddisplay_name
(&self)
cli/src/config.rs:19
↓ 1 callersFunctiondownloadAgent
(agentId: string)
app/src/utils/agent_database.ts:568
↓ 1 callersFunctiondownloadDefaultLocalModel
()
app/src/mcp/localModel.ts:105
↓ 1 callersFunctiondownloadFile
(url: string)
websites/landing/src/DownloadsSection.tsx:128
↓ 1 callersFunctiondownloadLlamaCpp
Desktop path: download the gguf + vision projector, assign it, then load.
app/src/mcp/localModel.ts:68
↓ 1 callersFunctiondownloadTransformers
Browser path: transformers.js download+load is a single atomic call.
app/src/mcp/localModel.ts:49
↓ 1 callersFunctiondraw
()
app/src/components/shared/AudioTranscriptionVisualizer.tsx:52
↓ 1 callersMethoddrawPieChart
( ctx: CanvasRenderingContext2D, cx: number, cy: number, radius: number, progress: number,
app/src/utils/streamManager.ts:1008
↓ 1 callersMethoddrawPipOverlay
(ctx: CanvasRenderingContext2D, width: number, height: number)
app/src/utils/streamManager.ts:782
↓ 1 callersMethoddrawStateIcon
( ctx: CanvasRenderingContext2D, cx: number, cy: number, size: number, state: string )
app/src/utils/streamManager.ts:867
↓ 1 callersFunctionencode_bgra_frame
Encode a captured BGRA frame straight to JPEG. ScreenCaptureKit delivers frames already scaled to our configured output size, so there is no downscal
app/plugins/screen-capture/src/macos.rs:757
↓ 1 callersFunctionendOfFirstJsonValue
* Scan from offset and return the end index (exclusive) of the first balanced JSON * object/array starting there, accounting for strings and escapes.
app/src/utils/sendApi.ts:106
↓ 1 callersMethodendSession
(agentId: string)
app/src/utils/IterationStore.ts:369
↓ 1 callersMethodensureReady
* Ensures the transcription system is ready. * For cloud mode, always ready. For local mode, loads the model if needed. * For self-hosted mode,
app/src/utils/whisper/TranscriptionRouter.ts:167
↓ 1 callersMethodensure_channel_secret
Ensure we have the secret for a channel, prompting if needed
cli/src/config.rs:241
↓ 1 callersFunctionensure_overlay_click_through
Helper function to ensure overlay always ignores cursor events
app/desktop/src/shortcuts.rs:357
↓ 1 callersFunctionenv_i32
(key: &str, default: i32)
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:40
↓ 1 callersFunctionenv_path
(key: &str)
app/plugins/llm_engine/src/multimodal_thinking_confirm.rs:23
↓ 1 callersFunctionenv_u32
(key: &str, default: u32)
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:37
↓ 1 callersFunctionerror_iterator
()
docker/observer-ollama/observer_ollama/ollama_client.py:72
↓ 1 callersMethodestimateIterationSize
(iteration: IterationData)
app/src/utils/IterationStore.ts:537
↓ 1 callersFunctionexecuteAgentIteration
(agentId: string)
app/src/utils/main_loop.ts:257
↓ 1 callersFunctionexecuteIteration
()
app/src/utils/main_loop.ts:138
↓ 1 callersFunctionexecuteJavaScript
( response: string, agentId: string, code: string, iterationId: string, // <-- New parameter getToke
app/src/utils/handlers/javascript.ts:61
↓ 1 callersFunctionexecutePython
( response: string, agentId: string, code: string )
app/src/utils/handlers/python.ts:7
↓ 1 callersFunctionexecuteTestIteration
( agentId: string, systemPrompt: string, modelName: string, getToken?: TokenProvider )
app/src/utils/main_loop.ts:464
↓ 1 callersFunctionexportAsHTML
(data: ExportData, options: ExportOptions)
app/src/utils/exportUtils.ts:87
↓ 1 callersFunctionexportAsJSON
(data: ExportData, options: ExportOptions)
app/src/utils/exportUtils.ts:46
↓ 1 callersFunctionexportAsMarkdown
(data: ExportData, options: ExportOptions)
app/src/utils/exportUtils.ts:276
↓ 1 callersFunctionexportData
( currentIterations: IterationData[], historicalSessions: AgentSession[], options: ExportOptions )
app/src/utils/exportUtils.ts:420
↓ 1 callersFunctionextractDetectionModeTemplate
(text: string)
app/src/utils/agentParser.ts:73
↓ 1 callersFunctionextractErrorMessage
(error: any)
app/src/utils/handlers/javascript.ts:50
↓ 1 callersFunctionextractImageRequest
(text: string)
app/src/utils/agentParser.ts:62
↓ 1 callersFunctionextractImages
(messages: Array<{ role: string; content: any }>)
app/src/utils/localLlm/gemma.worker.ts:27
↓ 1 callersMethodextractModelSize
(modelId: string)
app/src/utils/whisper/WhisperModelManager.ts:356
↓ 1 callersFunctionextractMultipleAgentConfigs
(text: string)
app/src/utils/agentParser.ts:51
↓ 1 callersMethodextract_images
Extract image data from multimodal messages
app/plugins/llm_engine/src/lib.rs:525
↓ 1 callersMethodfeedCloudMode
(samples: Float32Array)
app/src/utils/whisper/UnifiedTranscriptionService.ts:331
↓ 1 callersMethodfeedLocalMode
(samples: Float32Array)
app/src/utils/whisper/UnifiedTranscriptionService.ts:214
↓ 1 callersMethodfeedSelfHostedMode
(samples: Float32Array)
app/src/utils/whisper/UnifiedTranscriptionService.ts:428
↓ 1 callersFunctionfetchCapture
()
app/src/hooks/useIterations.ts:108
↓ 1 callersFunctionfetchCount
()
app/src/hooks/useIterations.ts:194
↓ 1 callersMethodfetchFromAddress
* Fetch models from a single address
app/src/utils/ModelManager.ts:294
↓ 1 callersFunctionfetchIterations
()
app/src/hooks/useIterations.ts:27
↓ 1 callersFunctionfetchModels
()
app/src/components/GenerateAgentModal.tsx:61
↓ 1 callersFunctionfetchMyAgents
()
app/src/components/CommunityTab.tsx:234
↓ 1 callersFunctionfetchRecordings
()
app/src/components/RecordingsViewer.tsx:55
↓ 1 callersFunctionfetchSessions
()
app/src/hooks/useIterations.ts:137
↓ 1 callersFunctionfetchStatus
()
websites/status/src/App.tsx:27
↓ 1 callersFunctionfetchTools
()
app/src/hooks/useIterations.ts:72
↓ 1 callersFunctionfetchUsage
()
app/src/hooks/useIterations.ts:173
↓ 1 callersFunctionfilename_from_hf_url
Extract filename from a HuggingFace URL
app/plugins/llm_engine/src/lib.rs:758
↓ 1 callersFunctionfinalize
()
app/src/utils/sendApi.ts:214
↓ 1 callersFunctionfindIteration
Find a full iteration by id across the in-memory current session and persisted history.
app/src/mcp/registry.ts:76
↓ 1 callersFunctionfind_user_by_stripe_customer_id
Finds a user's Auth0 ID by querying their app_metadata for a Stripe Customer ID.
api/auth0_manager.py:147
↓ 1 callersFunctionfinetuneLoop
( initialPrompt: string, testCases: TestCase[], config: FinetuneConfig, onIterationComplete: (iteratio
app/src/utils/finetuneClassifier.ts:311
↓ 1 callersMethodforceStop
()
app/src/utils/recordingManager.ts:35
← previousnext →501–600 of 2,101, ranked by callers