MCPcopy Create free account

hub / github.com/Roy3838/Observer / functions

Functions1,954 in github.com/Roy3838/Observer

Functionsubmit_target_selection
( app_handle: AppHandle, state: State<'_, SelectionState>, target_id: String, )
app/desktop/src/lib.rs:297
Functionsubscribe
(listener: Listener)
app/src/utils/pullModelManager.ts:140
Functionsync_subscription_endpoint
Manually sync the user's subscription status from Stripe. Call this when: - User returns from Stripe Customer Portal - User reports
api/payments.py:641
Functionsystem_notify
(appUrl: string, title: string, body: string)
app/src/utils/handlers/utils.ts:720
Functiontable
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:187
Functiontd
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:206
MethodteardownMasterStream
* Teardown a specific master stream
app/src/utils/browserStreamCapture.ts:245
Functiontelegram_webhook
Webhook endpoint for Telegram bot to automatically respond with chat IDs. This endpoint should be registered with Telegram via setWebhook wit
api/tools_router.py:363
FunctiontestJupyterConnection
()
app/src/components/JupyterServerModal.tsx:65
FunctiontestJupyterConnection
(configOverride?: { host?: string, port?: string, token?: string })
app/src/utils/handlers/JupyterConfig.ts:54
Functiontest_decode_base64_data_url
()
app/plugins/llm_engine/src/lib.rs:853
Functiontest_decode_base64_invalid_returns_none
()
app/plugins/llm_engine/src/lib.rs:863
Functiontest_decode_base64_png_produces_png_magic
()
app/plugins/llm_engine/src/lib.rs:869
Functiontest_decode_base64_raw
()
app/plugins/llm_engine/src/lib.rs:844
Functiontest_find_mmproj_in_same_dir
()
app/plugins/llm_engine/src/lib.rs:907
Functiontest_find_mmproj_not_found
()
app/plugins/llm_engine/src/lib.rs:925
Functiontest_linear_resample
()
app/plugins/screen-capture/src/audio_pipeline.rs:232
Functiontest_parts_text_only
()
app/plugins/llm_engine/src/lib.rs:882
Functiontest_parts_with_image_inserts_marker
()
app/plugins/llm_engine/src/lib.rs:893
Functiontest_passthrough_when_same_rate
()
app/plugins/screen-capture/src/audio_pipeline.rs:257
Functiontest_resample_44k_to_16k
()
app/plugins/screen-capture/src/audio_pipeline.rs:219
Functiontest_resample_48k_to_16k
()
app/plugins/screen-capture/src/audio_pipeline.rs:206
Functiontest_shared_resampler
()
app/plugins/screen-capture/src/audio_pipeline.rs:245
Functiontest_text_only_content_unchanged
()
app/plugins/llm_engine/src/lib.rs:875
Functiontext_msg
(role: &str, text: &str)
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:46
Functionth
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:199
Functionthead
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:196
Functiontime
()
app/src/utils/handlers/utils.ts:63
Functiontiny_png_bytes
()
app/plugins/llm_engine/src/lib.rs:828
FunctiontoggleAgent
(id: string, isCurrentlyRunning: boolean)
app/src/web/App.tsx:422
FunctiontogglePlay
()
app/src/components/ClipPlayer.tsx:253
FunctiontoggleYolo
()
app/src/components/GetStarted.tsx:38
FunctiontoggleYolo
()
app/src/components/AICreator/MCPPanel.tsx:47
Methodtranscribe
(audioBuffer: ArrayBuffer, chunkId: number)
app/src/utils/whisper/WhisperModelManager.ts:146
Functiontranslate_request_to_ollama
Translates an OpenAI-compatible /v1/chat/completions request to an Ollama-compatible /api/generate request. Returns a tuple of (new
docker/observer-ollama/observer_ollama/translator.py:8
Functiontranslate_response_to_openai
Translates a non-streaming Ollama /api/generate response to an OpenAI-compatible /v1/chat/completions response.
docker/observer-ollama/observer_ollama/translator.py:63
MethodtryAutoLoad
()
app/src/utils/localLlm/GemmaModelManager.ts:354
FunctiontryAutoLoadLocalModel
()
app/src/utils/localLlm/LocalModelManager.ts:90
Functionul
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:216
MethodunloadModel
* Unload the current model to free memory
app/src/utils/localLlm/NativeLlmManager.ts:591
MethodunloadModel
()
app/src/utils/whisper/WhisperModelManager.ts:118
FunctionupdateCustomServerStatus
(address: string, status: 'online' | 'offline')
app/src/utils/inferenceServer.ts:69
Functionupgrade
(db)
app/src/utils/recordingsDB.ts:26
FunctionuseIterationCount
(agentId: string, pollInterval = DEFAULT_POLL_INTERVAL)
app/src/hooks/useIterations.ts:189
FunctionuseMockAuth
()
app/src/contexts/AuthContext.tsx:128
FunctionuseStorageUsage
(agentId: string)
app/src/hooks/useIterations.ts:169
FunctionusesNativeLlm
()
app/src/utils/localLlm/LocalModelManager.ts:53
FunctionusesWebLlm
()
app/src/utils/localLlm/LocalModelManager.ts:60
Functionvalidate_twilio_request
Validate that the webhook request actually came from Twilio and return form data. Prevents attackers from spoofing webhooks to whitelist arbi
api/messaging.py:162
Functionverify_apple_transaction
Verify a StoreKit 2 signed transaction and activate the user's subscription. Called by the iOS app after a successful purchase. The app send
api/apple_payments.py:211
Functionvoice_callback
Webhook endpoint that Twilio calls when a voice call connects. Handles both incoming calls (whitelist them) and outgoing calls (speak message
api/messaging.py:834
Functionvoice_status_callback
Webhook endpoint to receive voice call status updates from Twilio. Validates Twilio signature to prevent spoofing attacks.
api/messaging.py:886
Functionwhatsapp_incoming_webhook
Webhook endpoint for incoming WhatsApp messages. Automatically whitelists the sender's number for 24 hours. Validates Twilio signature to
api/messaging.py:675
Functionwhatsapp_status_callback
Webhook endpoint to receive WhatsApp message delivery status from Twilio. Validates Twilio signature to prevent spoofing attacks.
api/messaging.py:730
← previous1,901–1,954 of 1,954, ranked by callers