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
llm_get_context_params
()
app/mobile/src/lib.rs:992
Function
llm_get_debug_info
(app_handle: AppHandle)
app/desktop/src/lib.rs:903
Function
llm_get_debug_info
(app_handle: AppHandle)
app/mobile/src/lib.rs:852
Function
llm_get_use_gpu
()
app/desktop/src/lib.rs:1069
Function
llm_get_use_gpu
()
app/mobile/src/lib.rs:984
Function
llm_init_engine
()
app/desktop/src/lib.rs:820
Function
llm_init_engine
()
app/mobile/src/lib.rs:760
Function
llm_is_loaded
()
app/desktop/src/lib.rs:806
Function
llm_is_loaded
()
app/mobile/src/lib.rs:746
Function
llm_is_multimodal
()
app/desktop/src/lib.rs:813
Function
llm_is_multimodal
()
app/mobile/src/lib.rs:753
Function
llm_list_gguf
(app_handle: AppHandle)
app/desktop/src/lib.rs:435
Function
llm_list_gguf
( app_handle: AppHandle, )
app/mobile/src/lib.rs:308
Function
llm_load_model
( app_handle: AppHandle, filename: String, mmproj_filename: Option<String>, image_min_tokens:
app/desktop/src/lib.rs:629
Function
llm_load_model
( app_handle: AppHandle, filename: String, mmproj_filename: Option<String>, image_min_tokens:
app/mobile/src/lib.rs:515
Function
llm_set_context_params
( n_ctx: Option<u32>, n_ctx_multimodal: Option<u32>, n_batch: Option<u32>, n_batch_multimodal:
app/desktop/src/lib.rs:1025
Function
llm_set_context_params
( n_ctx: Option<u32>, n_ctx_multimodal: Option<u32>, n_batch: Option<u32>, n_batch_multimodal:
app/mobile/src/lib.rs:1014
Function
llm_set_sampler_params
( temperature: Option<f32>, top_p: Option<f32>, top_k: Option<i32>, seed: Option<u32>, rep
app/desktop/src/lib.rs:978
Function
llm_set_sampler_params
( temperature: Option<f32>, top_p: Option<f32>, top_k: Option<i32>, seed: Option<u32>, rep
app/mobile/src/lib.rs:927
Function
llm_set_use_gpu
(use_gpu: bool)
app/desktop/src/lib.rs:1058
Function
llm_set_use_gpu
(use_gpu: bool)
app/mobile/src/lib.rs:953
Function
llm_test_init
()
app/desktop/src/lib.rs:826
Function
llm_test_init
()
app/mobile/src/lib.rs:766
Function
llm_unload_model
()
app/desktop/src/lib.rs:796
Function
llm_unload_model
()
app/mobile/src/lib.rs:732
Method
load
Load config from file, or return default if not found
cli/src/config.rs:99
Method
loaded_model_id
Get the ID of the currently loaded model
app/plugins/llm_engine/src/lib.rs:278
Function
logPlatformInfo
()
app/src/utils/platform.ts:149
Method
log_message
(self, format, *args)
docker/observer-ollama/observer_ollama/handler.py:19
Function
loop
()
app/src/components/LocalOnboardingTutorial.tsx:83
Function
loop
()
app/src/components/EditAgent/SimpleCreatorTutorial.tsx:34
Function
main
()
cli/src/main.rs:58
Function
main
()
app/desktop/build.rs:1
Function
main
()
app/desktop/src/main.rs:4
Function
main
()
app/plugins/screen-capture/build.rs:17
Function
main
()
app/mobile/build.rs:1
Function
main
()
app/mobile/src/main.rs:3
Function
main
()
app/mobile/plugins/pip/build.rs:3
Function
make_voice_call
Initiates an outbound voice call to whitelisted numbers only.
api/messaging.py:769
Function
manualChunks
(id)
app/vite.config.ts:45
Function
markClip
(label: string)
app/src/utils/handlers/utils.ts:352
Function
marketplace_root
()
api/marketplace.py:94
Function
message
(appUrl: string, title: string, message: string)
app/src/utils/handlers/utils.ts:701
Function
message_handler
---- NEW HANDLER for /message ----
app/desktop/src/notifications.rs:61
Function
model_has_mmproj
Check if a model file has an associated mmproj file
app/plugins/llm_engine/src/lib.rs:812
Function
multimodal_thinking_scenarios
()
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:152
Function
n_image_msg
(role: &str, text: &str, image: &str, n: usize)
app/plugins/llm_engine/src/multimodal_thinking_repro.rs:60
Method
nativeOnAudio
JNI native method - sends raw PCM bytes to Rust for processing
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/AudioCaptureManager.kt:47
Method
nativeOnFrame
JNI native method - sends raw RGBA bytes to Rust for processing
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:53
Method
new
()
app/plugins/screen-capture/src/audio.rs:41
Method
new
(source_rate: u32)
app/plugins/screen-capture/src/android.rs:64
Method
new
Create a new resampler for the given source sample rate # Arguments `source_rate` - The input sample rate (e.g., 48000, 44100) # Returns A new Audio
app/plugins/screen-capture/src/audio_pipeline.rs:33
Method
new
Create a new uninitialized engine
app/plugins/llm_engine/src/lib.rs:170
Method
new
()
app/mobile/src/video_frame.rs:63
Method
new
Create a new FFT-based resampler for iOS audio (44.1kHz -> 16kHz)
app/mobile/src/audio_ring.rs:59
Function
notification_handler
---- NEW HANDLER for /notification ----
app/desktop/src/notifications.rs:85
Function
notify
(title: string, message: string)
app/src/utils/handlers/utils.ts:118
Function
ol
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:219
Function
onAbort
()
app/src/mcp/useMCP.ts:171
Function
onAbort
()
app/src/mcp/registry.ts:43
Method
onBind
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:154
Method
onCreate
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:73
Method
onDestroy
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:349
Method
onMediaProjectionResult
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCapturePlugin.kt:251
Method
onModeChange
(listener: (mode: TranscriptionMode) => void)
app/src/utils/whisper/TranscriptionRouter.ts:68
Method
onStartCommand
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:101
Method
onStateChange
(listener: (state: GemmaModelState) => void)
app/src/utils/localLlm/GemmaModelManager.ts:52
Method
onStateChange
(listener: (state: NativeModelState) => void)
app/src/utils/localLlm/NativeLlmManager.ts:157
Method
onStateChange
(listener: (state: WhisperModelState) => void)
app/src/utils/whisper/WhisperModelManager.ts:37
Method
onStop
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:272
Method
onVideoStreamPermissionResult
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCapturePlugin.kt:217
Function
openSMS
()
app/src/components/WhitelistModal.tsx:50
Function
openSMS
()
app/src/components/whitelist/shared.ts:23
Function
openWhatsApp
()
app/src/components/WhitelistModal.tsx:46
Function
openWhatsApp
()
app/src/components/whitelist/shared.ts:22
Function
overlay
(appUrl: string, message: string)
app/src/utils/handlers/utils.ts:738
Function
overlay_handler
( AxumState(state): AxumState<AppState>, Json(payload): Json<OverlayPayload>, )
app/desktop/src/overlay.rs:13
Function
p
({ children })
app/src/components/AgentCard/ActiveAgentView.tsx:213
Function
post_commands_handler
POST /commands - Marks commands as completed (removes them from pending state)
app/desktop/src/commands.rs:40
Method
processFrameJni
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/ScreenCaptureService.kt:307
Function
processOutput
(agentId: string, text: string)
app/src/utils/agent-output.ts:26
Function
progressCallback
(info: any)
app/src/utils/localLlm/gemma.worker.ts:75
Function
proxy_handler
( AxumState(state): AxumState<AppState>, method: Method, headers: HeaderMap, uri: Uri, bod
app/desktop/src/lib.rs:1104
Function
proxy_handler
Proxy handler for inference requests (same as desktop)
app/mobile/src/server.rs:277
Function
pullModel
(modelName: string, serverAddress: string)
app/src/utils/pullModelManager.ts:56
Method
readAudioLoop
* Audio read loop - runs in coroutine on IO dispatcher */
app/plugins/screen-capture/android/src/main/java/com/plugin/screencapture/AudioCaptureManager.kt:115
Method
readFullLog
* Read full broadcast log (for debugging)
app/src/utils/broadcastLogService.ts:129
Function
read_broadcast_debug_log
()
app/mobile/src/lib.rs:183
Function
read_broadcast_debug_log_cmd
( app: tauri::AppHandle<R>, )
app/plugins/screen-capture/src/lib.rs:146
Function
registerProcessor
(agentId: string, processor: Function)
app/src/utils/agent-output.ts:14
Function
removeAgentCrops
(agentId: string)
app/src/utils/screenCapture.ts:48
Function
removeImage
()
app/src/components/BenchmarkPanel.tsx:130
Function
removeImage
()
app/src/components/LlmDebugPanel.tsx:167
Method
removeListener
* Remove a previously registered listener
app/src/utils/logging.ts:184
Function
renderIterationHTML
(iteration: IterationData)
app/src/utils/exportUtils.ts:136
Function
renderIterationMarkdown
(iteration: IterationData)
app/src/utils/exportUtils.ts:313
Function
renderMessage
(msg: WireMessage, idx: number)
app/src/components/AICreator/MCP.tsx:581
Function
renderSensorHTML
(sensor: SensorData)
app/src/utils/exportUtils.ts:92
Function
renderSensorMarkdown
(sensor: SensorData)
app/src/utils/exportUtils.ts:281
Function
renderToolHTML
(tool: ToolCall)
app/src/utils/exportUtils.ts:119
← previous
next →
1,701–1,800 of 1,954, ranked by callers