MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions1,954 in github.com/Roy3838/Observer

↓ 1 callersMethodparseLine
* Parse a log line and emit to Logger
app/src/utils/broadcastLogService.ts:73
↓ 1 callersFunctionparse_shortcut_string
Shortcut parsing
app/desktop/src/shortcuts.rs:252
↓ 1 callersFunctionpauseAgentLoop
(agentId: string, durationMs: number)
app/src/utils/main_loop.ts:47
↓ 1 callersFunctionperformOCROnBase64
(imageData: string)
app/src/utils/screenOCR.ts:32
↓ 1 callersFunctionpoll
()
app/src/components/ModelHub.tsx:328
↓ 1 callersMethodpoll
* Poll for new log entries
app/src/utils/broadcastLogService.ts:50
↓ 1 callersFunctionprepare_certificates
Prepare SSL certificates, generating them if they don't exist.
docker/observer-ollama/observer_ollama/ssl_helper.py:11
↓ 1 callersFunctionprint_summary
(label: &str, output: &str, tokens: &[String])
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:132
↓ 1 callersFunctionprocessIterations
(iterations: IterationData[])
app/src/utils/exportUtils.ts:58
↓ 1 callersMethodprocessSensorLog
(iteration: IterationData, log: LogEntry)
app/src/utils/IterationStore.ts:136
↓ 1 callersMethodprocessToolLog
(iteration: IterationData, log: LogEntry)
app/src/utils/IterationStore.ts:210
↓ 1 callersFunctionprocessUpgrade
()
app/src/pages/UpgradeSuccessPage.tsx:28
↓ 1 callersFunctionprocess_audio
Process raw PCM audio data into AudioData
app/plugins/screen-capture/src/android.rs:449
↓ 1 callersFunctionprocess_frame
Process raw RGBA frame data into FrameData
app/plugins/screen-capture/src/android.rs:356
↓ 1 callersFunctionprocess_frame_for_channel
Process a frame and return FrameData ready for channel transmission
app/plugins/screen-capture/src/desktop.rs:322
↓ 1 callersMethodread_broadcast_debug_log
Read the broadcast extension debug log (iOS only)
app/plugins/screen-capture/src/mobile.rs:79
↓ 1 callersFunctionreceive_transcripts
Deepgram → Browser: relay transcript events.
api/transcriptions.py:120
↓ 1 callersMethodreconnectCloud
()
app/src/utils/whisper/UnifiedTranscriptionService.ts:372
↓ 1 callersMethodrecordInstall
(modelId: GemmaModelId, dtype: GemmaDtype)
app/src/utils/localLlm/GemmaModelManager.ts:292
↓ 1 callersFunctionrefreshDerived
()
app/src/components/ModelHub.tsx:289
↓ 1 callersFunctionrefresh_tokens
Refresh tokens using refresh_token
cli/src/auth.rs:245
↓ 1 callersFunctionregister_shortcuts_on_startup
( app: &mut tauri::App, )
app/desktop/src/shortcuts.rs:365
↓ 1 callersMethodreleaseService
* Release a transcription service for a stream type. * Decrements reference count; stops service when count reaches 0.
app/src/utils/whisper/TranscriptionRouter.ts:119
↓ 1 callersFunctionremoveCustomServer
(address: string)
app/src/utils/inferenceServer.ts:61
↓ 1 callersMethodremoveCustomServer
(address: string)
app/src/utils/ModelManager.ts:401
↓ 1 callersMethodremoveSubscriber
(subscriber: TranscriptionSubscriber)
app/src/utils/whisper/UnifiedTranscriptionService.ts:169
↓ 1 callersFunctionrenderBooleanInput
(key: keyof InferenceParams, meta: typeof INFERENCE_PARAM_METADATA[keyof InferenceParams])
app/src/components/InferenceParamsEditor.tsx:131
↓ 1 callersFunctionrenderCell
(value: boolean | string, dailyCredits?: number, tierName?: string, info?: string)
app/src/components/PricingTable.tsx:92
↓ 1 callersFunctionrenderChips
(chips: { icon: React.ElementType; label: string; icons?: React.ElementType[] }[])
websites/landing/src/App.tsx:223
↓ 1 callersFunctionrenderContent
()
websites/landing/src/DownloadsSection.tsx:149
↓ 1 callersFunctionrenderCropRect
()
app/src/components/AgentCard/SensorPreviewPanel.tsx:211
↓ 1 callersFunctionrenderFirstCornerMarker
()
app/src/components/AgentCard/SensorPreviewPanel.tsx:151
↓ 1 callersFunctionrenderInlineMarkdown
(text: string)
app/src/desktop/OverlayWindow.tsx:131
↓ 1 callersFunctionrenderIterations
(iterations: IterationData[], sessionLabel?: string)
app/src/components/AgentCard/AgentLogViewer.tsx:326
↓ 1 callersFunctionrenderIterations
(iterations: IterationData[], prefix: string = '')
app/src/components/AgentCard/IterationStoreDebug.tsx:83
↓ 1 callersFunctionrenderMarkdown
(text: string)
app/src/desktop/OverlayWindow.tsx:80
↓ 1 callersFunctionrenderModelPreview
(response?: string)
app/src/components/AgentCard/AgentLogViewer.tsx:240
↓ 1 callersFunctionrenderNumberInput
(key: keyof InferenceParams, meta: typeof INFERENCE_PARAM_METADATA[keyof InferenceParams])
app/src/components/InferenceParamsEditor.tsx:78
↓ 1 callersFunctionrenderParam
(key: keyof InferenceParams)
app/src/components/InferenceParamsEditor.tsx:307
↓ 1 callersFunctionrenderPasswordInput
(key: keyof InferenceParams, meta: typeof INFERENCE_PARAM_METADATA[keyof InferenceParams])
app/src/components/InferenceParamsEditor.tsx:256
↓ 1 callersFunctionrenderPreviewRect
()
app/src/components/AgentCard/SensorPreviewPanel.tsx:176
↓ 1 callersFunctionrenderProgressRow
(label: string, file: typeof modelFile, action?: React.ReactNode)
app/src/components/ModelHub.tsx:719
↓ 1 callersFunctionrenderPromptContent
(content: any)
app/src/components/AgentCard/DetailedExecution.tsx:49
↓ 1 callersFunctionrenderQuotaStatus
()
app/src/components/AppHeader.tsx:440
↓ 1 callersFunctionrenderSelectInput
(key: keyof InferenceParams, meta: typeof INFERENCE_PARAM_METADATA[keyof InferenceParams])
app/src/components/InferenceParamsEditor.tsx:171
↓ 1 callersFunctionrenderSensorPreviews
(sensors: SensorData[], modelImages?: string[], iterationId?: string)
app/src/components/AgentCard/AgentLogViewer.tsx:124
↓ 1 callersFunctionrenderStatusIndicator
()
app/src/components/AgentChip.tsx:163
↓ 1 callersFunctionrenderStringArrayInput
(key: keyof InferenceParams, meta: typeof INFERENCE_PARAM_METADATA[keyof InferenceParams])
app/src/components/InferenceParamsEditor.tsx:213
↓ 1 callersFunctionrenderSuggestions
()
app/src/components/AICreator/AgentAutocompleteInput.tsx:157
↓ 1 callersFunctionrenderTextWithAgentBadges
( text: string, agentRefs: Array<{ reference: { agentId: string; runCount: number }; start: number
app/src/components/AICreator/MultiAgentCreator.tsx:163
↓ 1 callersFunctionrenderWelcomeGroup
(shortcuts: string[], groupName: string)
app/src/desktop/OverlayWindow.tsx:315
↓ 1 callersMethodrequires_login
(&self)
cli/src/config.rs:30
↓ 1 callersMethodresample
(&mut self, input: &[f32])
app/plugins/screen-capture/src/android.rs:96
↓ 1 callersFunctionresample_linear
Simple linear interpolation resampler (fallback)
app/plugins/screen-capture/src/android.rs:506
↓ 1 callersFunctionresample_linear
Simple linear interpolation resampler for when rubato isn't needed (simpler, lower quality, but guaranteed to work)
app/plugins/screen-capture/src/audio_pipeline.rs:173
↓ 1 callersFunctionresample_linear
Simple linear interpolation resampler for iOS audio (44.1kHz -> 16kHz)
app/mobile/src/audio_ring.rs:191
↓ 1 callersMethodreset
(&self)
app/plugins/screen-capture/src/android.rs:182
↓ 1 callersFunctionresolveCrop
* Resolve a normalized (0–1) crop against an actual frame's pixel dimensions, * clamped to the frame and guaranteed at least 1px in each axis. This i
app/src/utils/streamManager.ts:36
↓ 1 callersFunctionresolveDtype
(quantized: boolean)
app/src/utils/whisper/whisper.worker.ts:37
↓ 1 callersFunctionresponse_iterator
()
docker/observer-ollama/observer_ollama/ollama_client.py:61
↓ 1 callersFunctionrestart_capture
Internal restart function (called by watchdog)
app/plugins/screen-capture/src/macos.rs:194
↓ 1 callersFunctionrun
()
app/desktop/src/lib.rs:1269
↓ 1 callersFunctionrun
(engine: &mut LlmEngine, messages: Vec<ChatMessage>, thinking: bool)
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:118
↓ 1 callersFunctionrun
()
app/mobile/src/lib.rs:1045
↓ 1 callersFunctionrunConversation
(wire: WireMessage[], deps: RunnerDeps)
app/src/mcp/runner.ts:113
↓ 1 callersFunctionrunOne
(call: PreparedCall)
app/src/mcp/runner.ts:179
↓ 1 callersFunctionrunTestSuite
( prompt: string, testCases: TestCase[], config: FinetuneConfig, onProgress?: (index: number, result:
app/src/utils/finetuneClassifier.ts:111
↓ 1 callersFunctionrun_capture_loop
( on_audio: Channel<AudioData>, stop_signal: Arc<AtomicBool>, chunk_count: Arc<std::sy
app/plugins/screen-capture/src/audio.rs:140
↓ 1 callersFunctionrun_capture_loop_with_channel
Run the capture loop, pushing frames through a channel
app/plugins/screen-capture/src/desktop.rs:201
↓ 1 callersFunctionrun_command
Run a command with inherited stdio and return the result
cli/src/runner.rs:31
↓ 1 callersMethodrun_first_time_setup
Run the full first-run setup flow: select channel + enter secret
cli/src/config.rs:222
↓ 1 callersFunctionrun_server
Configures and starts the proxy server (HTTPS or HTTP).
docker/observer-ollama/observer_ollama/server.py:14
↓ 1 callersFunctionsanitizeAssistantContent
* Make assistant messages API-safe. An assistant turn with no tool_calls MUST carry * non-empty text or Gemini's OpenAI-compat endpoint rejects the w
app/src/utils/sendApi.ts:265
↓ 1 callersMethodsave
Save config to file
cli/src/config.rs:111
↓ 1 callersMethodsaveGgufCacheToStorage
()
app/src/utils/localLlm/NativeLlmManager.ts:79
↓ 1 callersFunctionsaveRecordingToDb
(recordingBlob: Blob, markers: ClipMarker[])
app/src/utils/recordingsDB.ts:39
↓ 1 callersMethodsaveRuntimeSettings
(settings: RuntimeSettings)
app/src/utils/localLlm/GemmaModelManager.ts:323
↓ 1 callersMethodsaveSessionToIndexedDB
(agentId: string, sessionId: string)
app/src/utils/IterationStore.ts:312
↓ 1 callersFunctionsave_ollama_url
Helper function to save ollama URL while preserving shortcuts
app/desktop/src/shortcuts.rs:233
↓ 1 callersMethodselect_channel_interactive
Show interactive TUI to select notification channel
cli/src/config.rs:134
↓ 1 callersMethodsendToolMessages
* Tools-aware send path. Returns the full AssistantResponse (content + tool_calls + * finish_reason) so callers can drive native OpenAI function ca
app/src/utils/ModelManager.ts:774
↓ 1 callersFunctionsend_call_notification
Make a voice call notification via Observer API
cli/src/notify.rs:214
↓ 1 callersFunctionsend_discord_notification
Send a Discord notification about command completion
cli/src/notify.rs:51
↓ 1 callersFunctionsend_email_notification
Send an email notification via Observer API
cli/src/notify.rs:252
↓ 1 callersFunctionsend_sms_notification
Send an SMS notification via Observer API
cli/src/notify.rs:134
↓ 1 callersFunctionsend_telegram_notification
Send a Telegram notification via Observer API
cli/src/notify.rs:92
↓ 1 callersFunctionsend_whatsapp_notification
Send a WhatsApp notification via Observer API
cli/src/notify.rs:172
↓ 1 callersMethodsetCaptureQuality
(value: { maxWidth: number; jpegQuality: number; fps: number })
app/src/utils/settings.ts:213
↓ 1 callersFunctionsetChangeDetectionMode
(mode: DetectionMode)
app/src/utils/change_detector.ts:28
↓ 1 callersMethodsetEnableThinking
* Generate a response from chat messages with optional streaming * Supports multimodal messages if the loaded model has an mmproj file. * * M
app/src/utils/localLlm/NativeLlmManager.ts:625
↓ 1 callersFunctionsetJupyterConfig
(host: string, port: string, token: string)
app/src/utils/handlers/JupyterConfig.ts:26
↓ 1 callersMethodsetMode
(newMode: TranscriptionMode)
app/src/utils/whisper/TranscriptionRouter.ts:57
↓ 1 callersMethodsetModelParams
(modelName: string, params: Partial<InferenceParams>)
app/src/utils/ModelManager.ts:621
↓ 1 callersMethodsetOcrLanguage
(value: string)
app/src/utils/settings.ts:56
↓ 1 callersMethodsetPipOverlayDrawer
* Set a custom PiP overlay drawer function. * This will be called after each frame is drawn to the PiP canvas.
app/src/utils/tauriStreamCapture.ts:409
↓ 1 callersMethodsetPipOverlayStatus
Set the PiP overlay status (for mobile)
app/src/utils/streamManager.ts:261
↓ 1 callersMethodsetPreferredCameraDevice
Set the preferred camera device ID in localStorage
app/src/utils/streamManager.ts:290
↓ 1 callersMethodsetPreselectedTarget
Seat a capture target for the next display acquisition (consumed once).
app/src/utils/tauriStreamCapture.ts:135
↓ 1 callersMethodsetSelfHostedWhisperUrl
(url: string)
app/src/utils/settings.ts:181
↓ 1 callersMethodsetTokenProvider
* Set the token provider function. Call this from App.tsx during initialization.
app/src/utils/whisper/TranscriptionRouter.ts:30
← previousnext →801–900 of 1,954, ranked by callers