MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions1,954 in github.com/Roy3838/Observer

↓ 1 callersMethodsetTranscriptionMode
(mode: TranscriptionMode)
app/src/utils/settings.ts:172
↓ 1 callersMethodsetWhisperChunkDuration
(durationMs: number)
app/src/utils/settings.ts:154
↓ 1 callersMethodsetWhisperDevice
(device: WhisperDevice)
app/src/utils/settings.ts:147
↓ 1 callersMethodsetWhisperLanguage
(language?: string)
app/src/utils/settings.ts:131
↓ 1 callersMethodsetWhisperModelId
(modelId: string)
app/src/utils/settings.ts:115
↓ 1 callersMethodsetWhisperQuantized
(quantized: boolean)
app/src/utils/settings.ts:141
↓ 1 callersMethodsetWhisperTask
(task?: 'transcribe' | 'translate')
app/src/utils/settings.ts:121
↓ 1 callersFunctionset_ollama_destination
Updates the global Ollama destination URL.
docker/observer-ollama/observer_ollama/ollama_client.py:21
↓ 1 callersFunctionsetupListener
()
app/src/desktop/ScreenSelectorWindow.tsx:70
↓ 1 callersFunctionsetupListeners
()
app/src/desktop/OverlayWindow.tsx:51
↓ 1 callersFunctionsetup_logging
Configures logging to output structured JSON. This should be called once when the application starts.
api/logging_config.py:5
↓ 1 callersMethodshowSelector
* Open the screen selector window. * This shows a custom UI for selecting screens/windows. * Desktop only.
app/src/utils/tauriStreamCapture.ts:1451
↓ 1 callersFunctionsleepOrAbort
Resolve after `ms`, or reject as soon as `signal` aborts (so a blocking wait is cancellable).
app/src/mcp/registry.ts:40
↓ 1 callersFunctionsliderToSeconds
(sliderValue: number)
app/src/components/CreditVisualization.tsx:22
↓ 1 callersMethodstart
(&self)
app/mobile/plugins/pip/src/mobile.rs:22
↓ 1 callersMethodstartAudioStream
* Start audio-only capture stream. * Independent from video - use startVideoStream separately if you also need video. * Works on both desktop (m
app/src/utils/tauriStreamCapture.ts:665
↓ 1 callersMethodstartCloudStreamTimer
()
app/src/utils/whisper/UnifiedTranscriptionService.ts:340
↓ 1 callersFunctionstartCommandSSE
(getToken?: TokenProvider)
app/src/utils/commandSSE.ts:135
↓ 1 callersMethodstartForegroundService
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCapturePlugin.kt:274
↓ 1 callersFunctionstartMic
()
app/src/components/AICreator/MCP.tsx:491
↓ 1 callersMethodstartPCMCapture
* Start PCM capture to feed samples to the transcription service
app/src/utils/streamManager.ts:702
↓ 1 callersMethodstartSession
(agentId: string, sessionId: string)
app/src/utils/IterationStore.ts:362
↓ 1 callersMethodstartVideoStream
* Start video-only capture stream. * Independent from audio - use startAudioStream separately if you also need audio. * Works on both desktop an
app/src/utils/tauriStreamCapture.ts:463
↓ 1 callersFunctionstart_audio_ring_reader
Start the audio ring reader background task
app/mobile/src/audio_ring.rs:462
↓ 1 callersMethodstart_audio_stream
(&self)
app/plugins/screen-capture/src/mobile.rs:109
↓ 1 callersFunctionstart_capture
(on_audio: Channel<AudioData>)
app/plugins/screen-capture/src/audio.rs:88
↓ 1 callersFunctionstart_server
Start the HTTP server on localhost:3838
app/mobile/src/server.rs:338
↓ 1 callersFunctionstart_static_server
(app_handle: tauri::AppHandle)
app/desktop/src/lib.rs:1180
↓ 1 callersFunctionstart_video_frame_reader
Start the video frame reader background task
app/mobile/src/video_frame.rs:251
↓ 1 callersFunctionstart_watchdog
Start watchdog that monitors stream health and auto-restarts if dead
app/plugins/screen-capture/src/macos.rs:125
↓ 1 callersFunctionstatusColor
()
app/src/components/AgentChip.tsx:155
↓ 1 callersMethodstop
* Stop capturing and clean up resources
app/src/utils/audio/PCMAudioCapture.ts:122
↓ 1 callersMethodstop
(&self)
app/mobile/plugins/pip/src/mobile.rs:29
↓ 1 callersMethodstopCapture
()
app/src/utils/tauriStreamCapture.ts:1325
↓ 1 callersFunctionstop_audio_ring_reader
Stop the audio ring reader background task
app/mobile/src/audio_ring.rs:566
↓ 1 callersMethodstop_audio_stream
(&self)
app/plugins/screen-capture/src/mobile.rs:127
↓ 1 callersFunctionstop_video_frame_reader
Stop the video frame reader background task
app/mobile/src/video_frame.rs:334
↓ 1 callersMethodstop_video_stream
(&self)
app/plugins/screen-capture/src/mobile.rs:118
↓ 1 callersMethodstreamStopped
(type: AudioStreamType)
app/src/utils/whisper/TranscriptionStateManager.ts:116
↓ 1 callersMethodsubscribeToEngineEvents
()
app/src/utils/localLlm/NativeLlmManager.ts:55
↓ 1 callersFunctionsummarizeIteration
Base64-free summary of a single iteration.
app/src/mcp/registry.ts:59
↓ 1 callersFunctionsync_user_from_apple
Sync a user's subscription state from Apple transaction info to Auth0. This is the Apple equivalent of sync_user_from_stripe(). Called b
api/apple_payments.py:331
↓ 1 callersMethodteardownAudioMixer
()
app/src/utils/streamManager.ts:669
↓ 1 callersMethodteardownDisplayStream
()
app/src/utils/streamManager.ts:595
↓ 1 callersMethodteardownMicrophoneStream
()
app/src/utils/streamManager.ts:653
↓ 1 callersMethodteardownScreenAudioStream
()
app/src/utils/streamManager.ts:617
↓ 1 callersFunctiontestImage
* Test a single image against the prompt using the vision model
app/src/utils/finetuneClassifier.ts:54
↓ 1 callersFunctiontest_proxy
()
docker/observer-ollama/test.py:9
↓ 1 callersFunctiontiny_png_data_url
()
app/plugins/llm_engine/src/lib.rs:835
↓ 1 callersFunctiontoDataUrl
(raw: string)
app/src/mcp/registry.ts:106
↓ 1 callersFunctiontoggleCustomServer
(address: string)
app/src/utils/inferenceServer.ts:65
↓ 1 callersMethodtoggleCustomServer
(address: string)
app/src/utils/ModelManager.ts:409
↓ 1 callersFunctiontoggleIteration
(iterationId: string)
app/src/components/AgentCard/IterationStoreDebug.tsx:19
↓ 1 callersFunctiontoggleSection
(sectionId: string)
app/src/components/AgentCard/IterationStoreDebug.tsx:26
↓ 1 callersFunctiontoggleSession
(sessionId: string)
app/src/components/AgentCard/IterationStoreDebug.tsx:33
↓ 1 callersFunctiontoggleSettings
(modelName: string)
app/src/components/AvailableModels.tsx:205
↓ 1 callersFunctiontoggleTool
(tool: SimpleTool)
app/src/components/EditAgent/SimpleCreatorModal.tsx:395
↓ 1 callersFunctiontoggleTooltip
(key: string)
app/src/components/InferenceParamsEditor.tsx:29
↓ 1 callersFunctiontoolResultContent
Serialize a ToolResult into the string content of a `role: 'tool'` message.
app/src/mcp/runner.ts:75
↓ 1 callersFunctiontrack
(action: string, context?: Record<string, unknown>)
app/src/utils/analytics.ts:5
↓ 1 callersMethodtranscribePCM
* Transcribe PCM audio directly (unified pipeline). * Accepts Float32Array at 16kHz mono - no decoding needed. * * @param audio - Float32Arra
app/src/utils/whisper/WhisperModelManager.ts:197
↓ 1 callersMethodtryAutoLoad
()
app/src/utils/localLlm/NativeLlmManager.ts:740
↓ 1 callersFunctiontry_install_cli
()
app/desktop/src/install_cli.rs:6
↓ 1 callersMethodunloadLocalModel
* Unload the currently loaded local model for a given server type.
app/src/utils/ModelManager.ts:541
↓ 1 callersMethodunloadModel
()
app/src/utils/localLlm/GemmaModelManager.ts:113
↓ 1 callersMethodupdate
(update: ViewUpdate)
app/src/components/AgentCard/ToolsModal.tsx:619
↓ 1 callersFunctionupdateCallOnLine
( code: string, lineNumber: number, functionName: string, newArgs: string[] )
app/src/components/AgentCard/ToolsModal.tsx:683
↓ 1 callersFunctionupdateCommandSSEToken
(getToken?: TokenProvider)
app/src/utils/commandSSE.ts:137
↓ 1 callersMethodupdateProgressItems
(currentProgress: ProgressItem[], newProgress: ProgressItem)
app/src/utils/whisper/WhisperModelManager.ts:281
↓ 1 callersFunctionupdateRotation
()
websites/landing/src/AgentDiagram.tsx:143
↓ 1 callersMethodupdateToken
(getToken?: TokenProvider)
app/src/utils/commandSSE.ts:58
↓ 1 callersFunctionupdate_hourly_stats
Update hourly statistics for a model. Freezes past hours into percentages. This is called on every model request to maintain up-to-date hourl
api/compute.py:49
↓ 1 callersFunctionuseEditAgentModalLogic
({ isOpen, onClose, createMode, agent, code: existingCode, onSave, getToken }: UseEditAgentModal
app/src/components/EditAgent/useEditAgentModalLogic.ts:78
↓ 1 callersFunctionuseIOSKeyboard
()
app/src/hooks/useIOSKeyboard.ts:9
↓ 1 callersFunctionuseLastCapture
( agentId: string, pollInterval = DEFAULT_POLL_INTERVAL )
app/src/hooks/useIterations.ts:100
↓ 1 callersFunctionuseLastTools
( agentId: string, pollInterval = DEFAULT_POLL_INTERVAL )
app/src/hooks/useIterations.ts:64
↓ 1 callersFunctionuseMCP
(options: UseMCPOptions)
app/src/mcp/useMCP.ts:52
↓ 1 callersFunctionuseOverlaySetup
()
app/src/desktop/OverlayWindow.tsx:13
↓ 1 callersFunctionuseWhitelistPolling
( initial: PhoneEntry[], getToken: () => Promise<string | undefined>, channel?: WhitelistChannel, enab
app/src/components/whitelist/shared.ts:63
↓ 1 callersFunctionvalidateAllShortcuts
()
app/src/components/SettingsTab.tsx:193
↓ 1 callersFunctionvalidateAllShortcuts
()
app/src/desktop/LauncherShell.tsx:254
↓ 1 callersFunctionvalidateArgs
(tool: ToolDefinition, rawArgs: string)
app/src/mcp/validate.ts:30
↓ 1 callersFunctionverify_token_from_string
Verify a JWT token string directly (for WebSocket auth). Returns AuthenticatedUser or None if invalid.
api/auth.py:111
↓ 1 callersFunctionviewDetails
(agent: MarketplaceAgent)
app/src/components/CommunityTab.tsx:434
↓ 1 callersMethodwaitForPendingStart
(streamType: AudioStreamType)
app/src/utils/whisper/TranscriptionRouter.ts:151
↓ 1 callersFunctionwait_for_whitelist
Wait for a phone number to be whitelisted, polling every second Shows instructions and a spinner while waiting
cli/src/preflight.rs:55
↓ 1 callersFunctionwhoami
Show current auth status
cli/src/auth.rs:286
↓ 1 callersFunctionwriteString
(view: DataView, offset: number, str: string)
app/src/utils/audio/pcmUtils.ts:130
FunctionAcceptToS
({ isOpen, onAccept })
app/src/components/AcceptToS.tsx:11
FunctionAccountModal
({ isOpen, onClose, user, onLogout, onDeleteAccount, })
app/src/components/AccountModal.tsx:14
FunctionActiveAgentView
({ streams, liveStatus, lastResponse, responseKey, agentId, agent, loopProgress,
app/src/components/AgentCard/ActiveAgentView.tsx:347
FunctionAgentActivityModal
({ isOpen, onClose, agentId, agentName, getToken, isAuthenticated })
app/src/components/AgentCard/AgentActivityModal.tsx:18
FunctionAgentApprovalCard
({ calls, onDecision })
app/src/components/AICreator/MCP.tsx:300
FunctionAgentAutocompleteInput
({ value, onChange, placeholder, disabled, className, disableAutocomplete = false, onImagePaste, previewIm
app/src/components/AICreator/AgentAutocompleteInput.tsx:21
FunctionAgentCard
({ agent, code, isRunning, isStarting, isMemoryFlashing, onEdit, onDelete, onToggle, onMemory, onActivity,
app/src/components/AgentCard/AgentCard.tsx:63
FunctionAgentCardFooter
({ agentId, isPythonAgent, isJupyterConnected, isMemoryFlashing, onEdit, onDelete, onMemory, onActivit
app/src/components/AgentCard/AgentCardFooter.tsx:19
FunctionAgentCardHeader
({ agentId, agentName, agentDescription, isRunning, isStarting, hasQuotaError, onToggle })
app/src/components/AgentCard/AgentCardHeader.tsx:16
FunctionAgentChip
({ agent, isRunning, isStarting, isMinimized, onRestore })
app/src/components/AgentChip.tsx:15
FunctionAgentDiagram
()
websites/landing/src/AgentDiagram.tsx:374
FunctionAgentImportHandler
({ onAddAgent, agentCount, activeAgentCount, isRefreshing, onRefresh }: AgentImportHandlerProps)
app/src/components/AgentImportHandler.tsx:13
← previousnext →901–1,000 of 1,954, ranked by callers