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
apple_webhook
Handle App Store Server Notifications V2 from Apple. Apple sends signed notifications (JWS) for subscription lifecycle events: - SUBSCRI
api/apple_payments.py:415
Function
applySamplerParams
()
app/src/components/LlmDebugPanel.tsx:138
Function
ask
(appUrl: string, title: string, question: string)
app/src/utils/handlers/utils.ts:680
Function
ask_handler
--- HANDLER for /ask (no changes) ---
app/desktop/src/notifications.rs:37
Method
assemble
app/mobile/gen/android/buildSrc/src/main/java/com/observer/ai/kotlin/BuildTask.kt:17
Method
auth_path
Get the auth file path (~/.config/observe/auth.json)
cli/src/auth.rs:50
Function
await_target_selection
( app_handle: AppHandle, state: State<'_, SelectionState>, )
app/desktop/src/lib.rs:254
Method
buildNotification
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:190
Function
buildSystemPromptWithAgentContext
( baseSystemPrompt: string, referenceData: AgentReferenceData[] )
app/src/utils/agentParser.ts:480
Function
call
(message: string, number: string, authToken: string)
app/src/utils/handlers/utils.ts:785
Function
callback
(token: string)
app/src/utils/ModelManager.ts:102
Function
cancelPull
()
app/src/utils/pullModelManager.ts:134
Function
cancel_target_selection
( app_handle: AppHandle, state: State<'_, SelectionState>, )
app/desktop/src/lib.rs:308
Function
checkLocalServerOnly
()
app/src/components/AppHeader.tsx:326
Method
checkReady
()
app/src/utils/streamManager.ts:341
Function
check_is_whitelisted
Checks if a phone number is currently whitelisted for messaging.
api/messaging.py:661
Function
check_ollama_servers
(urls: Vec<String>)
app/desktop/src/lib.rs:129
Function
check_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
Method
clear
* Clear buffer without returning data
app/src/utils/audio/pcmUtils.ts:213
Method
clear
()
app/src/utils/whisper/TranscriptionSubscriber.ts:126
Method
clearAllPersistedSettings
()
app/src/utils/localLlm/GemmaModelManager.ts:365
Function
clearInferenceAddresses
()
app/src/utils/inferenceServer.ts:40
Function
clearLogs
()
app/src/components/GlobalLogsViewer.tsx:138
Function
clearLogs
()
app/src/components/LlmDebugPanel.tsx:215
Method
clearLogs
* Clear all logs
app/src/utils/logging.ts:169
Method
clearModelParams
(modelName: string)
app/src/utils/inferenceConfigStore.ts:16
Function
clearProcessor
(agentId: string)
app/src/utils/agent-output.ts:55
Function
clear_overlay_messages
( overlay_state: State<'_, OverlayState>, app_handle: tauri::AppHandle, )
app/desktop/src/lib.rs:196
Function
click
(appUrl: string, button: 'left' | 'right' = 'left')
app/src/utils/handlers/utils.ts:767
Function
click_handler
( AxumState(_state): AxumState<AppState>, Json(payload): Json<Option<ClickRequest>>, )
app/desktop/src/controls.rs:24
Function
code
({ node, inline, className, children, ...props }: any)
app/src/components/AgentCard/ActiveAgentView.tsx:165
Method
collectAndForward
(t: string)
app/src/utils/ModelManager.ts:599
Function
commands_stream_handler
SSE endpoint for real-time command streaming
app/desktop/src/commands.rs:61
Method
commitText
(text: string)
app/src/utils/whisper/TranscriptionSubscriber.ts:112
Function
computeOffset
()
app/src/hooks/useIOSKeyboard.ts:19
Method
config_dir
Get the config directory path (~/.config/observe/)
cli/src/config.rs:89
Method
config_path
Get the config file path
cli/src/config.rs:94
Function
confirm_multimodal_thinking
()
app/plugins/llm_engine/src/multimodal_thinking_confirm.rs:35
Method
constructor
(view: EditorView)
app/src/components/AgentCard/ToolsModal.tsx:615
Method
constructor
(message: string)
app/src/utils/sendApi.ts:232
Method
constructor
()
app/src/utils/logging.ts:37
Method
constructor
()
app/src/utils/IterationStore.ts:53
Method
constructor
()
app/src/utils/ModelManager.ts:163
Method
constructor
()
app/src/utils/streamManager.ts:88
Method
constructor
()
app/src/utils/commandSSE.ts:17
Method
constructor
()
app/src/utils/localLlm/GemmaModelManager.ts:39
Method
constructor
()
app/src/utils/localLlm/NativeLlmManager.ts:50
Method
constructor
* 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
Method
constructor
(mode?: TranscriptionMode, config?: Partial<UnifiedTranscriptionConfig>)
app/src/utils/whisper/UnifiedTranscriptionService.ts:54
Method
constructor
()
app/src/utils/whisper/TranscriptionRouter.ts:22
Method
constructor
(agentId: string, streamType: AudioStreamType)
app/src/utils/whisper/TranscriptionSubscriber.ts:57
Method
constructor
()
app/src/utils/whisper/WhisperModelManager.ts:24
Function
copyCode
()
websites/partner_dashboard/src/App.tsx:48
Method
createNotificationChannel
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:174
Function
create_agent
(agent: Agent, user: AuthUser)
api/marketplace.py:138
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Function
create_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
Method
debug
()
app/src/utils/IterationStore.ts:574
Method
default
()
app/plugins/llm_engine/src/lib.rs:78
Function
default_button
()
app/desktop/src/controls.rs:17
Method
deleteModel
(modelId: GemmaModelId)
app/src/utils/localLlm/GemmaModelManager.ts:298
Function
delete_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
Function
delete_agent
(agent_id: str, user: AuthUser)
api/marketplace.py:206
Method
destroy
()
app/src/utils/whisper/TranscriptionSubscriber.ts:135
Function
dismissTutorial
()
app/src/components/EditAgent/SimpleCreatorModal.tsx:261
Method
do_GET
Routes GET requests.
docker/observer-ollama/observer_ollama/handler.py:32
Method
do_OPTIONS
(self)
docker/observer-ollama/observer_ollama/handler.py:27
Method
do_POST
Routes POST requests.
docker/observer-ollama/observer_ollama/handler.py:42
Function
downloadLogs
()
app/src/components/GlobalLogsViewer.tsx:125
Method
drainFrames
()
app/src/utils/tauriStreamCapture.ts:525
Method
draw
()
app/src/utils/browserStreamCapture.ts:42
Method
draw
()
app/src/utils/tauriStreamCapture.ts:186
Method
drop
(&mut self)
app/plugins/screen-capture/src/audio.rs:79
Function
encodeBase64PCM
(samples: Float32Array)
app/src/utils/audio/pcmUtils.ts:42
Function
execute_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
Function
exitPip
()
app/src/utils/pictureInPicture.ts:31
Function
exportAgentToFile
(agentId: string)
app/src/utils/agent_database.ts:543
Function
extractAgentConfig
(text: string)
app/src/utils/agentParser.ts:40
Function
extractSensorsFromPrompt
(systemPrompt: string)
app/src/utils/sensorMapping.ts:76
Function
extractUniqueAgentReferencesFromConversation
(messages: string[])
app/src/utils/agentParser.ts:312
Function
extractValidAgentReferencesWithPositions
(text: string)
app/src/utils/agentParser.ts:336
Method
extract_text_content_with_markers
Extract text content from a ChatContent, inserting media markers for images
app/plugins/llm_engine/src/lib.rs:544
Function
fetchModels
()
app/src/components/AvailableModels.tsx:144
Function
fetchToken
()
app/src/components/debug/Auth0Debug.tsx:16
Method
finalizeAndSave
()
app/src/utils/recordingManager.ts:97
Function
find_mmproj_by_filename
Find an mmproj file by filename in a directory
app/plugins/llm_engine/src/lib.rs:788
Function
formatArg
(value: string)
app/src/components/AgentCard/ToolsModal.tsx:673
Function
forward_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
Method
generate
( messages: GemmaMessage[], onToken?: (token: string) => void, enableThinking?: boolean, onRea
app/src/utils/localLlm/GemmaModelManager.ts:129
Method
generate
( messages: LocalLlmMessage[], onToken?: (token: string) => void, _onReasoningToken?: (token: stri
app/src/utils/localLlm/NativeLlmManager.ts:633
Method
generate
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
Method
getAgentLogs
* Get logs for a specific agent
app/src/utils/logging.ts:162
Method
getAllIterations
()
app/src/utils/IterationStore.ts:441
Method
getAppGroupPath
* Get the App Group path (for debugging)
app/src/utils/broadcastLogService.ts:107
Method
getCachedGgufFiles
Sync access to the last-fetched GGUF file list.
app/src/utils/localLlm/NativeLlmManager.ts:187
Method
getCachedModelFiles
* 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
Method
getCachedProjectorFiles
* Convenience: all files that look like projectors (mmproj in filename). * Heuristic for display only.
app/src/utils/localLlm/NativeLlmManager.ts:205
← previous
next →
1,201–1,300 of 1,954, ranked by callers