MCPcopy Create free account

hub / github.com/RunanywhereAI/runanywhere-sdks / functions

Functions8,121 in github.com/RunanywhereAI/runanywhere-sdks

↓ 3 callersMethodremoveProvider
Remove a registered provider.
sdk/runanywhere-web/packages/core/src/Infrastructure/ExtensionPoint.ts:214
↓ 3 callersFunctionrenderMessage
(msg: ChatMessage)
examples/web/RunAnywhereAI/src/views/chat.ts:651
↓ 3 callersFunctionrenderSuggestions
Populate suggestion chips (general or tool-specific depending on toggle).
examples/web/RunAnywhereAI/src/views/chat.ts:399
↓ 3 callersFunctionrequestMicrophonePermission
()
examples/react-native/RunAnywhereAI/src/screens/STTScreen.tsx:290
↓ 3 callersMethodrequireProvider
* Retrieve a registered provider or throw a descriptive error. * Use in code that requires a specific backend to be registered.
sdk/runanywhere-web/packages/core/src/Infrastructure/ExtensionPoint.ts:195
↓ 3 callersMethodsaveMetadata
* Save model metadata map to OPFS as a small JSON file. * Used for LRU tracking (lastUsedAt timestamps).
sdk/runanywhere-web/packages/core/src/Infrastructure/OPFSStorage.ts:352
↓ 3 callersMethodsaveModel
* Save model data to OPFS. * * Supports nested paths: `saveModel('org/model/file.gguf', data)` creates * `models/org/model/` directories and
sdk/runanywhere-web/packages/core/src/Infrastructure/OPFSStorage.ts:111
↓ 3 callersMethodsecureDelete
sdk/runanywhere-react-native/packages/core/cpp/bridges/InitBridge.cpp:1183
↓ 3 callersFunctionsecureGet
sdk/runanywhere-react-native/packages/core/cpp/bridges/InitBridge.cpp:111
↓ 3 callersFunctionserializeConversation
(conversation: Conversation)
examples/react-native/RunAnywhereAI/src/stores/conversationStore.ts:31
↓ 3 callersFunctionserializeStreamChunk
sdk/runanywhere-commons/src/server/json_utils.cpp:81
↓ 3 callersMethodsetBaseUrl
* Set the base URL for telemetry HTTP requests. * Should be called before SDK initialization if using a custom URL. */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeTelemetry.kt:279
↓ 3 callersMethodsetExtra
(key: string, extra: unknown)
sdk/runanywhere-react-native/packages/core/src/Foundation/Logging/Destinations/SentryDestination.ts:47
↓ 3 callersMethodsetLocalFileStorage
Set the local file storage backend for persistent model storage.
sdk/runanywhere-web/packages/core/src/Infrastructure/ModelManager.ts:125
↓ 3 callersMethodsetSecureString
* Store a string value securely * @param key Unique identifier for the value * @param value String value to store * @throws SDKError.Se
sdk/runanywhere-kotlin/src/commonMain/kotlin/com/runanywhere/sdk/security/SecureStorage.kt:20
↓ 3 callersMethodsetShowModelSelection
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/vision/VLMViewModel.kt:118
↓ 3 callersFunctionskip_whitespace
* @brief Skip whitespace in string */
sdk/runanywhere-commons/src/features/llm/tool_calling.cpp:231
↓ 3 callersMethodstart
Playground/openclaw-hybrid-assistant/src/audio/audio_capture.cpp:157
↓ 3 callersFunctionstartListening
Begin capturing audio and monitoring with SDK VAD
examples/web/RunAnywhereAI/src/views/voice.ts:319
↓ 3 callersMethodstartListening
()
sdk/runanywhere-react-native/packages/core/src/Features/VoiceSession/VoiceSessionHandle.ts:462
↓ 3 callersMethodstartRecording
* Start recording audio * @param onAudioData Callback for audio data chunks
sdk/runanywhere-react-native/packages/core/src/Features/VoiceSession/AudioCaptureManager.ts:177
↓ 3 callersMethodstart_object
sdk/runanywhere-commons/src/infrastructure/telemetry/telemetry_json.cpp:29
↓ 3 callersMethodstop
Playground/linux-voice-assistant/src/audio/audio_capture.cpp:206
↓ 3 callersMethodstopCapture
* Stop audio capture */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/domain/services/AudioCaptureService.kt:143
↓ 3 callersMethodstopPlayback
* Stop audio playback * iOS Reference: stopPlayback() using AVAudioPlayer */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/tts/TextToSpeechViewModel.kt:620
↓ 3 callersFunctionstopRecording
()
sdk/runanywhere-react-native/packages/core/src/Public/Extensions/RunAnywhere+Audio.ts:241
↓ 3 callersFunctionstopVoiceVAD
()
examples/web/RunAnywhereAI/src/views/voice.ts:383
↓ 3 callersMethodstoreString
* Store a string in the specified namespace. * * @param namespace The storage namespace * @param key The key to store under * @par
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeStorage.kt:840
↓ 3 callersMethodsynthesize
* Synthesize speech from text * @param text Text to synthesize * @param voiceId Voice ID to use * @param speedRate Speech speed rate (1.0 = n
sdk/runanywhere-react-native/packages/core/src/specs/RunAnywhereCore.nitro.ts:458
↓ 3 callersFunctiontest_vad_stt
Playground/openclaw-hybrid-assistant/tests/test_components.cpp:274
↓ 3 callersMethodtoJson
* Convert to JSON string for C++ interop. */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeTTS.kt:277
↓ 3 callersMethodtoJson
* Convert to JSON string for C++ interop. */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeSTT.kt:273
↓ 3 callersMethodtranscribe
* Transcribe audio data * @param audioBase64 Base64 encoded audio data * @param sampleRate Audio sample rate * @param language Language code
sdk/runanywhere-react-native/packages/core/src/specs/RunAnywhereCore.nitro.ts:407
↓ 3 callersFunctiontranscribeAudio
(pcmFloat32: Float32Array, sampleRate?: number)
examples/web/RunAnywhereAI/src/views/transcribe.ts:280
↓ 3 callersMethodunload
sdk/runanywhere-react-native/packages/onnx/cpp/bridges/VADBridge.cpp:90
↓ 3 callersMethodunloadAdapter
Remove a specific loaded adapter by path. */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/lora/LoraViewModel.kt:123
↓ 3 callersMethodunloadModelByCategory
Unload the currently loaded model for a specific category
sdk/runanywhere-web/packages/core/src/Infrastructure/ModelManager.ts:625
↓ 3 callersMethodunloadSTTModel
* Unload the current STT model
sdk/runanywhere-react-native/packages/core/src/specs/RunAnywhereCore.nitro.ts:398
↓ 3 callersMethodunload_model
sdk/runanywhere-commons/src/backends/onnx/onnx_backend.cpp:410
↓ 3 callersMethodunmount
* Unmount a directory (and remove it). * @param mountDir - The directory path (e.g. /mnt-123)
sdk/runanywhere-web/packages/llamacpp/src/Foundation/LlamaCppBridge.ts:496
↓ 3 callersMethodunregister
* Unregister the ONNX backend from C++ registry. * @returns Promise<boolean> true if unregistered successfully
sdk/runanywhere-react-native/packages/onnx/src/ONNXProvider.ts:79
↓ 3 callersFunctionupdateEmptyState
Show/hide the empty state based on whether there are messages.
examples/web/RunAnywhereAI/src/views/chat.ts:392
↓ 3 callersFunctionupdateStorageLocationUI
()
examples/web/RunAnywhereAI/src/views/storage.ts:181
↓ 3 callersFunctionvalidate_component_ready
* @brief Validate that a component is ready for use * * Performs defensive checks: * 1. Handle is non-null * 2. Component is in LOADED state * *
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:97
↓ 3 callersFunctionwaitForContentScript
* Wait for content script to become available with timeout * Returns true if content script is ready, false otherwise
Playground/on-device-browser-agent/src/background/index.ts:292
↓ 2 callersFunctionCodeSection
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/chat/components/ToolCallViews.kt:200
↓ 2 callersFunctionConfigureCustomTopBar
* Screens with a fully custom top bar (Chat, VLM) call this. * The root Scaffold renders [content] instead of the default TopAppBar. */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/components/TopBarState.kt:52
↓ 2 callersFunctionDetailSection
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/chat/components/ToolCallViews.kt:180
↓ 2 callersFunctionDetailsSection
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/chat/ChatScreen.kt:1723
↓ 2 callersFunctionJava_com_runanywhere_sdk_native_bridge_RunAnywhereBridge_racVadComponentProcess
sdk/runanywhere-commons/src/jni/runanywhere_commons_jni.cpp:1996
↓ 2 callersFunctionModelPickerRow
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/rag/DocumentRAGScreen.kt:206
↓ 2 callersFunctionRunAnywhereHttpDownloadReportComplete
sdk/runanywhere-react-native/packages/core/cpp/bridges/InitBridge.cpp:1498
↓ 2 callersFunctionSectionHeader
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/lora/LoraAdapterPickerSheet.kt:172
↓ 2 callersFunctionSectionLabel
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/models/ModelSelectionBottomSheet.kt:369
↓ 2 callersFunctionStorageManagementButton
* Storage Management Button - iOS StorageManagementButton with icon, title, subtitle */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/settings/SettingsScreen.kt:637
↓ 2 callersFunctionVoicePipelineSetupView
* Voice Pipeline Setup View * * VoicePipelineSetupView * * A setup view specifically for Voice Assistant which requires 3 models: * - STT (Speech
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/voice/VoiceAssistantScreen.kt:235
↓ 2 callersMethodadd_bool_always
Always outputs a boolean value
sdk/runanywhere-commons/src/infrastructure/telemetry/telemetry_json.cpp:110
↓ 2 callersMethodadd_chunks_batch
sdk/runanywhere-commons/src/features/rag/bm25_index.cpp:107
↓ 2 callersMethodadd_document
sdk/runanywhere-commons/src/features/rag/rag_backend.cpp:121
↓ 2 callersMethodadd_raw
sdk/runanywhere-commons/src/infrastructure/telemetry/telemetry_json.cpp:150
↓ 2 callersMethodanalyzeForAction
* Analyze a page screenshot for navigation actions
Playground/on-device-browser-agent/src/background/vision-engine.ts:104
↓ 2 callersMethodappend_context
sdk/runanywhere-commons/src/backends/llamacpp/llamacpp_backend.cpp:1023
↓ 2 callersFunctionare_all_models_available
Playground/openclaw-hybrid-assistant/src/config/model_config.h:220
↓ 2 callersFunctionare_all_models_available
Check if all required models are available
Playground/linux-voice-assistant/src/config/model_config.h:288
↓ 2 callersFunctionare_wakeword_models_available
Playground/openclaw-hybrid-assistant/src/config/model_config.h:229
↓ 2 callersFunctionare_wakeword_models_available
Check if wake word models are available
Playground/linux-voice-assistant/src/config/model_config.h:298
↓ 2 callersFunctionarrayBufferToBase64
(buffer: ArrayBuffer)
sdk/runanywhere-react-native/packages/core/src/Public/Extensions/RunAnywhere+Audio.ts:681
↓ 2 callersMethodarrayBufferToBase64
(buffer: ArrayBuffer)
sdk/runanywhere-react-native/packages/core/src/Features/VoiceSession/AudioPlaybackManager.ts:495
↓ 2 callersFunctionbase64Encode
sdk/runanywhere-react-native/packages/core/cpp/HybridRunAnywhereCore.cpp:122
↓ 2 callersFunctionbase64Encode
sdk/runanywhere-react-native/packages/onnx/cpp/HybridRunAnywhereONNX.cpp:47
↓ 2 callersMethodbool
sdk/runanywhere-kotlin/src/commonMain/kotlin/com/runanywhere/sdk/public/extensions/LLM/ToolCallingTypes.kt:69
↓ 2 callersFunctionbuildPromptFromOpenAI
sdk/runanywhere-commons/src/server/openai_translation.cpp:106
↓ 2 callersFunctionbuildSimplePrompt
sdk/runanywhere-commons/src/server/openai_translation.cpp:189
↓ 2 callersFunctionbuildVLMImageInput
Build VLMImageInput from JS bridge parameters
sdk/runanywhere-react-native/packages/llamacpp/cpp/HybridRunAnywhereLlama.cpp:131
↓ 2 callersFunctionbuildVlmResultJson
Helper: Build a VLM result JSON string matching what Kotlin expects
sdk/runanywhere-commons/src/jni/runanywhere_commons_jni.cpp:3964
↓ 2 callersFunctionbuild_backend_config
sdk/runanywhere-commons/src/features/rag/rac_rag_pipeline.cpp:44
↓ 2 callersFunctionbuild_wav_header
* @brief Build a WAV header for PCM audio * * @param header Buffer to write header to (must be at least 44 bytes) * @param sample_rate Sample rate
sdk/runanywhere-commons/src/core/rac_audio_utils.cpp:49
↓ 2 callersFunctioncalculateChecksumFromBytes
* Shared implementation for byte array checksum calculation. * Platform-specific: Uses java.security.MessageDigest. */
sdk/runanywhere-kotlin/src/androidMain/kotlin/com/runanywhere/sdk/platform/Checksum.kt:61
↓ 2 callersFunctioncalculateChecksumFromBytes
* Shared implementation for byte array checksum calculation. * Platform-specific: Uses java.security.MessageDigest. */
sdk/runanywhere-kotlin/src/jvmMain/kotlin/com/runanywhere/sdk/platform/Checksum.kt:59
↓ 2 callersFunctioncalculateChecksumFromFile
* Shared implementation for file-based checksum calculation. * Platform-specific: Uses java.io.File for file I/O. */
sdk/runanywhere-kotlin/src/androidMain/kotlin/com/runanywhere/sdk/platform/Checksum.kt:33
↓ 2 callersFunctioncalculateChecksumFromFile
* Shared implementation for file-based checksum calculation. * Platform-specific: Uses java.io.File for file I/O. */
sdk/runanywhere-kotlin/src/jvmMain/kotlin/com/runanywhere/sdk/platform/Checksum.kt:31
↓ 2 callersFunctioncalculateRMS
* Calculate RMS (Root Mean Square) for audio level visualization */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/public/extensions/RunAnywhere+VoiceAgent.jvmAndroid.kt:304
↓ 2 callersFunctioncalculate_overall_progress
sdk/runanywhere-commons/src/infrastructure/download/download_manager.cpp:76
↓ 2 callersMethodcancelGeneration
* Cancel ongoing text generation
sdk/runanywhere-react-native/packages/core/src/specs/RunAnywhereCore.nitro.ts:356
↓ 2 callersFunctioncancelVLMGeneration
()
sdk/runanywhere-react-native/packages/llamacpp/src/RunAnywhere+VLM.ts:390
↓ 2 callersMethodcancelVLMGeneration
()
sdk/runanywhere-react-native/packages/core/src/Public/Extensions/RunAnywhere+VLM.ts:50
↓ 2 callersMethodcapitalize
sdk/runanywhere-react-native/packages/core/android/src/main/java/com/margelo/nitro/runanywhere/HybridRunAnywhereDeviceInfo.kt:222
↓ 2 callersMethodcaptureScreenshot
* Capture a screenshot of the current tab
Playground/on-device-browser-agent/src/background/vision-engine.ts:57
↓ 2 callersMethodchat
* Send a chat completion request to the LLM
Playground/on-device-browser-agent/src/background/llm-engine.ts:208
↓ 2 callersMethodcheckLoraCompatibility
* Check if a LoRA adapter is compatible with the currently loaded model. * * @param loraPath Path to the LoRA adapter file * @return nu
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeLLM.kt:954
↓ 2 callersMethodcheckNetworkStatus
* Check network connectivity and return detailed status. * * @return Pair of (isAvailable, statusMessage) */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeDownload.kt:1528
↓ 2 callersMethodcheckServiceAvailability
* Check if a service is available. * * @param serviceType The service type to check * @return The availability status
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgePlatform.kt:515
↓ 2 callersMethodcleanTempFiles
* Clean temporary files */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/settings/SettingsViewModel.kt:351
↓ 2 callersMethodcleanup
Clean up the VAD resources.
sdk/runanywhere-web/packages/onnx/src/Extensions/RunAnywhere+VAD.ts:251
↓ 2 callersMethodcleanupAll
* Cleanup all registered backends in reverse registration order. * Called during SDK shutdown.
sdk/runanywhere-web/packages/core/src/Infrastructure/ExtensionPoint.ts:269
↓ 2 callersMethodcleanupResources
()
sdk/runanywhere-web/packages/core/src/Infrastructure/VideoCapture.ts:273
↓ 2 callersMethodcleanupResources
()
sdk/runanywhere-web/packages/core/src/Infrastructure/AudioCapture.ts:237
↓ 2 callersMethodclearAll
Clear all loaded adapters. */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/lora/LoraViewModel.kt:138
↓ 2 callersMethodclearError
* Clear error state */
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/chat/ChatViewModel.kt:894
↓ 2 callersMethodclearLoraAdapters
* Remove all LoRA adapters. * * @return 0 on success, error code on failure */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeLLM.kt:916
← previousnext →1,001–1,100 of 8,121, ranked by callers