MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions1,954 in github.com/Roy3838/Observer

↓ 1 callersMethoddrawStateIcon
( ctx: CanvasRenderingContext2D, cx: number, cy: number, size: number, state: string )
app/src/utils/streamManager.ts:845
↓ 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:78
↓ 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:154
↓ 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:134
↓ 1 callersFunctionfinetuneLoop
( initialPrompt: string, testCases: TestCase[], config: FinetuneConfig, onIterationComplete: (iteratio
app/src/utils/finetuneClassifier.ts:311
↓ 1 callersMethodforceStop
()
app/src/utils/recordingManager.ts:35
↓ 1 callersFunctionformatAgentFile
(content: string)
app/src/components/GenerateAgent.tsx:39
↓ 1 callersFunctionformatAgentReferenceContext
( referenceData: AgentReferenceData[] )
app/src/utils/agentParser.ts:381
↓ 1 callersFunctionformatBytes
(bytes: number, decimals = 2)
app/src/components/AvailableModels.tsx:54
↓ 1 callersFunctionformatBytes
(bytes: number, decimals = 1)
app/src/components/SettingsTab.tsx:20
↓ 1 callersFunctionformatBytes
(bytes: number)
app/src/components/AICreator/MCP.tsx:121
↓ 1 callersFunctionformatBytes
(bytes: number, decimals = 1)
app/src/components/AgentCard/StaticAgentView.tsx:19
↓ 1 callersFunctionformatContent
(content: any)
app/src/components/AgentCard/IterationStoreDebug.tsx:57
↓ 1 callersFunctionformatDate
(dateString: string)
websites/status/src/components/StatusGrid.tsx:10
↓ 1 callersFunctionformatDuration
(duration?: number)
app/src/components/AgentCard/IterationStoreDebug.tsx:52
↓ 1 callersFunctionformatFeedbackEmail
( comment: string, category: string, sentiment: 'like' | 'dislike' | null )
app/src/components/FeedbackDialog.tsx:33
↓ 1 callersFunctionformatHours
(hours: number)
app/src/components/CreditVisualization.tsx:59
↓ 1 callersFunctionformatInterval
(seconds: number)
app/src/components/CreditVisualization.tsx:37
↓ 1 callersFunctionformatTime
(date: Date)
app/src/components/GlobalLogsViewer.tsx:115
↓ 1 callersFunctionformatTime
(timestamp: number)
app/src/desktop/OverlayWindow.tsx:151
↓ 1 callersFunctionforward_audio
Browser → Deepgram: relay raw PCM bytes.
api/transcriptions.py:98
↓ 1 callersMethodframe_count
(&self)
app/mobile/src/video_frame.rs:230
↓ 1 callersFunctiongenerateAgentFromSimpleConfig
( config: SimpleConfig )
app/src/utils/agentTemplateManager.ts:166
↓ 1 callersFunctiongenerateCode
()
websites/partner_dashboard/src/App.tsx:14
↓ 1 callersFunctiongetActiveAudioStreamsForDisplay
(state: StreamState)
app/src/components/AgentCard/SensorPreviewPanel.tsx:394
↓ 1 callersFunctiongetAllRecordings
()
app/src/utils/recordingsDB.ts:60
↓ 1 callersFunctiongetAuthToken
()
app/src/components/AgentCard/ToolsModal.tsx:1164
↓ 1 callersFunctiongetBarColor
(successRate: number)
websites/status/src/components/ModelStatusBar.tsx:8
↓ 1 callersFunctiongetBarOpacity
(successRate: number)
websites/status/src/components/ModelStatusBar.tsx:14
↓ 1 callersFunctiongetBubbleStyle
()
app/src/components/LocalOnboardingTutorial.tsx:171
↓ 1 callersFunctiongetBubbleStyle
()
app/src/components/EditAgent/SimpleCreatorTutorial.tsx:67
↓ 1 callersFunctiongetCellClass
(tier: 'notLoggedIn' | 'free' | 'pro' | 'max')
app/src/components/PricingTable.tsx:193
↓ 1 callersFunctiongetChangeDetectionMode
()
app/src/utils/change_detector.ts:75
↓ 1 callersMethodgetCommittedText
Get only committed (final) text
app/src/utils/whisper/TranscriptionSubscriber.ts:20
↓ 1 callersFunctiongetConversationalSystemPrompt
()
app/src/utils/conversational_system_prompt.ts:7
↓ 1 callersFunctiongetCurrentCameraLabel
()
app/src/components/SharingPermissionsModal.tsx:128
↓ 1 callersFunctiongetCurrentCameraLabel
()
app/src/components/AgentCard/SensorPreviewPanel.tsx:570
↓ 1 callersFunctiongetCustomServerModels
()
app/src/components/AICreator/MCP.tsx:515
↓ 1 callersFunctiongetCustomServers
()
app/src/utils/inferenceServer.ts:53
↓ 1 callersFunctiongetDefaultWhisperSettings
()
app/src/config/whisper-models.ts:146
↓ 1 callersFunctiongetDetectedDataTypes
(detectedFunctions: string[])
app/src/utils/code_sanitizer.ts:95
↓ 1 callersFunctiongetDetectedSensorData
(prompt: string)
app/src/components/EditAgent/SimpleCreatorModal.tsx:113
↓ 1 callersFunctiongetField
(field: string)
app/src/utils/agentParser.ts:135
↓ 1 callersFunctiongetFocusedThreshold
()
app/src/components/AgentCard/ChangeDetectionIndicator.tsx:115
↓ 1 callersFunctiongetHeaderClass
(tier: 'free' | 'pro' | 'max')
app/src/components/PricingTable.tsx:186
↓ 1 callersFunctiongetHighlightedCode
()
app/src/components/PersonalInfoWarningModal.tsx:43
↓ 1 callersFunctiongetIapPlugin
()
app/src/hooks/useApplePayments.ts:69
↓ 1 callersFunctiongetIconComponent
(iconName: string)
app/src/components/SharingPermissionsModal.tsx:34
↓ 1 callersFunctiongetId
(field: string)
app/src/components/GenerateAgent.tsx:109
↓ 1 callersFunctiongetInactiveMessage
(threshold: 'text' | 'dhash' | 'pixel' | 'suspicious')
app/src/components/ChangeDetectionSettings.tsx:174
↓ 1 callersFunctiongetInferenceAddresses
()
app/src/utils/inferenceServer.ts:36
↓ 1 callersFunctiongetInitials
()
app/src/components/AccountModal.tsx:48
↓ 1 callersMethodgetInstance
()
app/src/utils/whisper/TranscriptionStateManager.ts:40
↓ 1 callersMethodgetInterimText
Get only interim (partial) text
app/src/utils/whisper/TranscriptionSubscriber.ts:23
↓ 1 callersMethodgetIteration
(iterationId: string)
app/src/utils/IterationStore.ts:431
↓ 1 callersMethodgetIterationsForSession
(sessionId: string)
app/src/utils/IterationStore.ts:435
↓ 1 callersMethodgetLastLoadedModelId
()
app/src/utils/localLlm/GemmaModelManager.ts:337
↓ 1 callersFunctiongetLevelColor
(level: LogLevel)
app/src/components/GlobalLogsViewer.tsx:143
← previousnext →501–600 of 1,954, ranked by callers