MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions1,954 in github.com/Roy3838/Observer

Functionapple_webhook
Handle App Store Server Notifications V2 from Apple. Apple sends signed notifications (JWS) for subscription lifecycle events: - SUBSCRI
api/apple_payments.py:415
FunctionapplySamplerParams
()
app/src/components/LlmDebugPanel.tsx:138
Functionask
(appUrl: string, title: string, question: string)
app/src/utils/handlers/utils.ts:680
Functionask_handler
--- HANDLER for /ask (no changes) ---
app/desktop/src/notifications.rs:37
Methodassemble
app/mobile/gen/android/buildSrc/src/main/java/com/observer/ai/kotlin/BuildTask.kt:17
Methodauth_path
Get the auth file path (~/.config/observe/auth.json)
cli/src/auth.rs:50
Functionawait_target_selection
( app_handle: AppHandle, state: State<'_, SelectionState>, )
app/desktop/src/lib.rs:254
MethodbuildNotification
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:190
FunctionbuildSystemPromptWithAgentContext
( baseSystemPrompt: string, referenceData: AgentReferenceData[] )
app/src/utils/agentParser.ts:480
Functioncall
(message: string, number: string, authToken: string)
app/src/utils/handlers/utils.ts:785
Functioncallback
(token: string)
app/src/utils/ModelManager.ts:102
FunctioncancelPull
()
app/src/utils/pullModelManager.ts:134
Functioncancel_target_selection
( app_handle: AppHandle, state: State<'_, SelectionState>, )
app/desktop/src/lib.rs:308
FunctioncheckLocalServerOnly
()
app/src/components/AppHeader.tsx:326
MethodcheckReady
()
app/src/utils/streamManager.ts:341
Functioncheck_is_whitelisted
Checks if a phone number is currently whitelisted for messaging.
api/messaging.py:661
Functioncheck_ollama_servers
(urls: Vec<String>)
app/desktop/src/lib.rs:129
Functioncheck_quota_endpoint
Returns the daily MONITOR credit usage for the authenticated user. Requires a valid JWT. Pro and Max users will show their tier limits.
api/compute.py:338
Methodclear
* Clear buffer without returning data
app/src/utils/audio/pcmUtils.ts:213
Methodclear
()
app/src/utils/whisper/TranscriptionSubscriber.ts:126
MethodclearAllPersistedSettings
()
app/src/utils/localLlm/GemmaModelManager.ts:365
FunctionclearInferenceAddresses
()
app/src/utils/inferenceServer.ts:40
FunctionclearLogs
()
app/src/components/GlobalLogsViewer.tsx:138
FunctionclearLogs
()
app/src/components/LlmDebugPanel.tsx:215
MethodclearLogs
* Clear all logs
app/src/utils/logging.ts:169
MethodclearModelParams
(modelName: string)
app/src/utils/inferenceConfigStore.ts:16
FunctionclearProcessor
(agentId: string)
app/src/utils/agent-output.ts:55
Functionclear_overlay_messages
( overlay_state: State<'_, OverlayState>, app_handle: tauri::AppHandle, )
app/desktop/src/lib.rs:196
Functionclick
(appUrl: string, button: 'left' | 'right' = 'left')
app/src/utils/handlers/utils.ts:767
Functionclick_handler
( AxumState(_state): AxumState<AppState>, Json(payload): Json<Option<ClickRequest>>, )
app/desktop/src/controls.rs:24
Functioncode
({ node, inline, className, children, ...props }: any)
app/src/components/AgentCard/ActiveAgentView.tsx:165
MethodcollectAndForward
(t: string)
app/src/utils/ModelManager.ts:599
Functioncommands_stream_handler
SSE endpoint for real-time command streaming
app/desktop/src/commands.rs:61
MethodcommitText
(text: string)
app/src/utils/whisper/TranscriptionSubscriber.ts:112
FunctioncomputeOffset
()
app/src/hooks/useIOSKeyboard.ts:19
Methodconfig_dir
Get the config directory path (~/.config/observe/)
cli/src/config.rs:89
Methodconfig_path
Get the config file path
cli/src/config.rs:94
Functionconfirm_multimodal_thinking
()
app/plugins/llm_engine/src/multimodal_thinking_confirm.rs:35
Methodconstructor
(view: EditorView)
app/src/components/AgentCard/ToolsModal.tsx:615
Methodconstructor
(message: string)
app/src/utils/sendApi.ts:232
Methodconstructor
()
app/src/utils/logging.ts:37
Methodconstructor
()
app/src/utils/IterationStore.ts:53
Methodconstructor
()
app/src/utils/ModelManager.ts:163
Methodconstructor
()
app/src/utils/streamManager.ts:88
Methodconstructor
()
app/src/utils/commandSSE.ts:17
Methodconstructor
()
app/src/utils/localLlm/GemmaModelManager.ts:39
Methodconstructor
()
app/src/utils/localLlm/NativeLlmManager.ts:50
Methodconstructor
* Create a new PCM buffer * * @param maxDurationMs - Maximum buffer duration in milliseconds * @param sampleRate - Sample rate (default: 1600
app/src/utils/audio/pcmUtils.ts:153
Methodconstructor
(mode?: TranscriptionMode, config?: Partial<UnifiedTranscriptionConfig>)
app/src/utils/whisper/UnifiedTranscriptionService.ts:54
Methodconstructor
()
app/src/utils/whisper/TranscriptionRouter.ts:22
Methodconstructor
(agentId: string, streamType: AudioStreamType)
app/src/utils/whisper/TranscriptionSubscriber.ts:57
Methodconstructor
()
app/src/utils/whisper/WhisperModelManager.ts:24
FunctioncopyCode
()
websites/partner_dashboard/src/App.tsx:48
MethodcreateNotificationChannel
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:174
Functioncreate_agent
(agent: Agent, user: AuthUser)
api/marketplace.py:138
Functioncreate_checkout_session
Creates a Stripe Checkout session for the currently authenticated user to purchase the Pro plan. The user's Auth0 ID is passed to Stripe for
api/payments.py:306
Functioncreate_checkout_session_max
Creates a Stripe Checkout session for the currently authenticated user to purchase the Max plan. The user's Auth0 ID is passed to Stripe for
api/payments.py:380
Functioncreate_checkout_session_plus
Creates a Stripe Checkout session for the currently authenticated user to purchase the Plus plan. The user's Auth0 ID is passed to Stripe for
api/payments.py:433
Functioncreate_customer_portal_session
Creates a Stripe Customer Portal session, allowing the user to manage their billing information, invoices, and cancel their subscription.
api/payments.py:487
Functioncreate_trial_link
Admin endpoint to generate a Stripe checkout link for a 1-week MAX tier trial. - No credit card required - Auto-cancels after 7 days if
api/payments.py:159
Methoddebug
()
app/src/utils/IterationStore.ts:574
Methoddefault
()
app/plugins/llm_engine/src/lib.rs:78
Functiondefault_button
()
app/desktop/src/controls.rs:17
MethoddeleteModel
(modelId: GemmaModelId)
app/src/utils/localLlm/GemmaModelManager.ts:298
Functiondelete_account
Permanently deletes the authenticated user's account. This will: 1. Cancel any active Stripe subscription 2. Delete all marketplace a
api/api.py:149
Functiondelete_agent
(agent_id: str, user: AuthUser)
api/marketplace.py:206
Methoddestroy
()
app/src/utils/whisper/TranscriptionSubscriber.ts:135
FunctiondismissTutorial
()
app/src/components/EditAgent/SimpleCreatorModal.tsx:261
Methoddo_GET
Routes GET requests.
docker/observer-ollama/observer_ollama/handler.py:32
Methoddo_OPTIONS
(self)
docker/observer-ollama/observer_ollama/handler.py:27
Methoddo_POST
Routes POST requests.
docker/observer-ollama/observer_ollama/handler.py:42
FunctiondownloadLogs
()
app/src/components/GlobalLogsViewer.tsx:125
MethoddrainFrames
()
app/src/utils/tauriStreamCapture.ts:525
Methoddraw
()
app/src/utils/browserStreamCapture.ts:42
Methoddraw
()
app/src/utils/tauriStreamCapture.ts:186
Methoddrop
(&mut self)
app/plugins/screen-capture/src/audio.rs:79
FunctionencodeBase64PCM
(samples: Float32Array)
app/src/utils/audio/pcmUtils.ts:42
Functionexecute_command_stream
Executes a command in a Docker container and yields SSE-formatted output. This is a generator function.
docker/observer-ollama/observer_ollama/command_executor.py:7
FunctionexitPip
()
app/src/utils/pictureInPicture.ts:31
FunctionexportAgentToFile
(agentId: string)
app/src/utils/agent_database.ts:543
FunctionextractAgentConfig
(text: string)
app/src/utils/agentParser.ts:40
FunctionextractSensorsFromPrompt
(systemPrompt: string)
app/src/utils/sensorMapping.ts:76
FunctionextractUniqueAgentReferencesFromConversation
(messages: string[])
app/src/utils/agentParser.ts:312
FunctionextractValidAgentReferencesWithPositions
(text: string)
app/src/utils/agentParser.ts:336
Methodextract_text_content_with_markers
Extract text content from a ChatContent, inserting media markers for images
app/plugins/llm_engine/src/lib.rs:544
FunctionfetchModels
()
app/src/components/AvailableModels.tsx:144
FunctionfetchToken
()
app/src/components/debug/Auth0Debug.tsx:16
MethodfinalizeAndSave
()
app/src/utils/recordingManager.ts:97
Functionfind_mmproj_by_filename
Find an mmproj file by filename in a directory
app/plugins/llm_engine/src/lib.rs:788
FunctionformatArg
(value: string)
app/src/components/AgentCard/ToolsModal.tsx:673
Functionforward_to_ollama
Forwards a request to the Ollama service and streams the response. Returns: A tuple of (status_code, response_headers, response_
docker/observer-ollama/observer_ollama/ollama_client.py:34
Methodgenerate
( messages: GemmaMessage[], onToken?: (token: string) => void, enableThinking?: boolean, onRea
app/src/utils/localLlm/GemmaModelManager.ts:129
Methodgenerate
( messages: LocalLlmMessage[], onToken?: (token: string) => void, _onReasoningToken?: (token: stri
app/src/utils/localLlm/NativeLlmManager.ts:633
Methodgenerate
Generate a response from chat messages with streaming callback. Supports both text-only and multimodal (image + text) messages. Context setup branches
app/plugins/llm_engine/src/lib.rs:337
MethodgetAgentLogs
* Get logs for a specific agent
app/src/utils/logging.ts:162
MethodgetAllIterations
()
app/src/utils/IterationStore.ts:441
MethodgetAppGroupPath
* Get the App Group path (for debugging)
app/src/utils/broadcastLogService.ts:107
MethodgetCachedGgufFiles
Sync access to the last-fetched GGUF file list.
app/src/utils/localLlm/NativeLlmManager.ts:187
MethodgetCachedModelFiles
* Convenience: all files whose filename does NOT suggest they are a projector. * Heuristic is filename-based and used for display only — not load l
app/src/utils/localLlm/NativeLlmManager.ts:195
MethodgetCachedProjectorFiles
* Convenience: all files that look like projectors (mmproj in filename). * Heuristic for display only.
app/src/utils/localLlm/NativeLlmManager.ts:205
← previousnext →1,201–1,300 of 1,954, ranked by callers