Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Roy3838/Observer
/ functions
Functions
1,954 in github.com/Roy3838/Observer
⨍
Functions
1,954
◇
Types & classes
422
↳
Endpoints
41
Function
submit_target_selection
( app_handle: AppHandle, state: State<'_, SelectionState>, target_id: String, )
app/desktop/src/lib.rs:297
Function
subscribe
(listener: Listener)
app/src/utils/pullModelManager.ts:140
Function
sync_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
Function
system_notify
(appUrl: string, title: string, body: string)
app/src/utils/handlers/utils.ts:720
Function
table
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:187
Function
td
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:206
Method
teardownMasterStream
* Teardown a specific master stream
app/src/utils/browserStreamCapture.ts:245
Function
telegram_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
Function
testJupyterConnection
()
app/src/components/JupyterServerModal.tsx:65
Function
testJupyterConnection
(configOverride?: { host?: string, port?: string, token?: string })
app/src/utils/handlers/JupyterConfig.ts:54
Function
test_decode_base64_data_url
()
app/plugins/llm_engine/src/lib.rs:853
Function
test_decode_base64_invalid_returns_none
()
app/plugins/llm_engine/src/lib.rs:863
Function
test_decode_base64_png_produces_png_magic
()
app/plugins/llm_engine/src/lib.rs:869
Function
test_decode_base64_raw
()
app/plugins/llm_engine/src/lib.rs:844
Function
test_find_mmproj_in_same_dir
()
app/plugins/llm_engine/src/lib.rs:907
Function
test_find_mmproj_not_found
()
app/plugins/llm_engine/src/lib.rs:925
Function
test_linear_resample
()
app/plugins/screen-capture/src/audio_pipeline.rs:232
Function
test_parts_text_only
()
app/plugins/llm_engine/src/lib.rs:882
Function
test_parts_with_image_inserts_marker
()
app/plugins/llm_engine/src/lib.rs:893
Function
test_passthrough_when_same_rate
()
app/plugins/screen-capture/src/audio_pipeline.rs:257
Function
test_resample_44k_to_16k
()
app/plugins/screen-capture/src/audio_pipeline.rs:219
Function
test_resample_48k_to_16k
()
app/plugins/screen-capture/src/audio_pipeline.rs:206
Function
test_shared_resampler
()
app/plugins/screen-capture/src/audio_pipeline.rs:245
Function
test_text_only_content_unchanged
()
app/plugins/llm_engine/src/lib.rs:875
Function
text_msg
(role: &str, text: &str)
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:46
Function
th
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:199
Function
thead
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:196
Function
time
()
app/src/utils/handlers/utils.ts:63
Function
tiny_png_bytes
()
app/plugins/llm_engine/src/lib.rs:828
Function
toggleAgent
(id: string, isCurrentlyRunning: boolean)
app/src/web/App.tsx:422
Function
togglePlay
()
app/src/components/ClipPlayer.tsx:253
Function
toggleYolo
()
app/src/components/GetStarted.tsx:38
Function
toggleYolo
()
app/src/components/AICreator/MCPPanel.tsx:47
Method
transcribe
(audioBuffer: ArrayBuffer, chunkId: number)
app/src/utils/whisper/WhisperModelManager.ts:146
Function
translate_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
Function
translate_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
Method
tryAutoLoad
()
app/src/utils/localLlm/GemmaModelManager.ts:354
Function
tryAutoLoadLocalModel
()
app/src/utils/localLlm/LocalModelManager.ts:90
Function
ul
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:216
Method
unloadModel
* Unload the current model to free memory
app/src/utils/localLlm/NativeLlmManager.ts:591
Method
unloadModel
()
app/src/utils/whisper/WhisperModelManager.ts:118
Function
updateCustomServerStatus
(address: string, status: 'online' | 'offline')
app/src/utils/inferenceServer.ts:69
Function
upgrade
(db)
app/src/utils/recordingsDB.ts:26
Function
useIterationCount
(agentId: string, pollInterval = DEFAULT_POLL_INTERVAL)
app/src/hooks/useIterations.ts:189
Function
useMockAuth
()
app/src/contexts/AuthContext.tsx:128
Function
useStorageUsage
(agentId: string)
app/src/hooks/useIterations.ts:169
Function
usesNativeLlm
()
app/src/utils/localLlm/LocalModelManager.ts:53
Function
usesWebLlm
()
app/src/utils/localLlm/LocalModelManager.ts:60
Function
validate_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
Function
verify_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
Function
voice_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
Function
voice_status_callback
Webhook endpoint to receive voice call status updates from Twilio. Validates Twilio signature to prevent spoofing attacks.
api/messaging.py:886
Function
whatsapp_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
Function
whatsapp_status_callback
Webhook endpoint to receive WhatsApp message delivery status from Twilio. Validates Twilio signature to prevent spoofing attacks.
api/messaging.py:730
← previous
1,901–1,954 of 1,954, ranked by callers