MCPcopy Create free account

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

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

↓ 3 callersMethodhashCode
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeTTS.kt:391
↓ 3 callersMethodhashCode
sdk/runanywhere-kotlin/src/commonMain/kotlin/com/runanywhere/sdk/data/network/MultipartSupport.kt:113
↓ 3 callersMethodinit
* Initialize the Worker and its WASM instance. * Must be called once before loadModel/process. * * Reads the WASM URL and acceleration mode f
sdk/runanywhere-web/packages/llamacpp/src/Infrastructure/VLMWorkerBridge.ts:203
↓ 3 callersFunctioninit_model_system
Playground/openclaw-hybrid-assistant/src/config/model_config.h:140
↓ 3 callersFunctioninitialize
* Initialize the RunAnywhere SDK. * * This only initializes the TypeScript infrastructure: * 1. Configure logging * 2. Initialize stor
sdk/runanywhere-web/packages/core/src/Public/RunAnywhere.ts:92
↓ 3 callersFunctionisAmazonTask
(task: string)
Playground/on-device-browser-agent/src/background/agents/amazon-state-machine.ts:552
↓ 3 callersFunctionisElementReady
* Check if an element is ready for interaction (visible, not covered)
Playground/on-device-browser-agent/src/content/action-executor.ts:116
↓ 3 callersMethodisModelDownloaded
* Check if a model is downloaded * @param modelId Model identifier * @returns true if model exists locally
sdk/runanywhere-react-native/packages/core/src/specs/RunAnywhereCore.nitro.ts:155
↓ 3 callersFunctionisVLMReady
()
Playground/on-device-browser-agent/src/offscreen/vision.ts:126
↓ 3 callersMethodis_playing
Playground/openclaw-hybrid-assistant/src/audio/waiting_chime.cpp:142
↓ 3 callersFunctionjsonToToolValues
(obj: Record<string, unknown>)
sdk/runanywhere-web/packages/llamacpp/src/Extensions/RunAnywhere+ToolCalling.ts:442
↓ 3 callersFunctionjson_add_bool
Add bool field to JSON buffer
sdk/runanywhere-commons/src/infrastructure/network/api_types.cpp:169
↓ 3 callersFunctionjson_add_double
Add double field to JSON buffer
sdk/runanywhere-commons/src/infrastructure/network/api_types.cpp:158
↓ 3 callersFunctionjson_find_value
Find value for key in JSON object (returns pointer to value start)
sdk/runanywhere-commons/src/infrastructure/network/api_types.cpp:184
↓ 3 callersFunctionjson_read_bool
sdk/runanywhere-commons/src/features/diffusion/diffusion_json.cpp:98
↓ 3 callersFunctionjstringToStdString
sdk/runanywhere-react-native/packages/core/android/src/main/cpp/cpp-adapter.cpp:189
↓ 3 callersMethodlistModels
* List all stored models (top-level files only).
sdk/runanywhere-web/packages/core/src/Infrastructure/OPFSStorage.ts:292
↓ 3 callersMethodloadSTTModelIfNeeded
Playground/android-use-agent/app/src/main/java/com/runanywhere/agent/AgentViewModel.kt:299
↓ 3 callersFunctionloadSherpaModule
( filename: string, exportNames: readonly string[], )
sdk/runanywhere-web/packages/onnx/src/Foundation/SherpaHelperLoader.ts:74
↓ 3 callersMethodload_model
sdk/runanywhere-commons/src/backends/onnx/onnx_backend.cpp:143
↓ 3 callersMethodlogError
* Log error with full context using SDKLogger.
sdk/runanywhere-react-native/packages/core/src/Foundation/ErrorTypes/SDKError.ts:202
↓ 3 callersFunctionlogWarn
(...args: unknown[])
sdk/runanywhere-web/packages/llamacpp/src/Infrastructure/VLMWorkerRuntime.ts:169
↓ 3 callersFunctionmetalrt_free_result
sdk/runanywhere-commons/src/backends/metalrt/stubs/metalrt_c_api_stub.c:49
↓ 3 callersFunctionmetalrt_vision_free_result
sdk/runanywhere-commons/src/backends/metalrt/stubs/metalrt_c_api_stub.c:145
↓ 3 callersFunctionmodel
sdk/runanywhere-kotlin/src/commonMain/kotlin/com/runanywhere/sdk/public/extensions/RunAnywhere+ModelManagement.kt:294
↓ 3 callersMethodmodelExists
(fileName: string)
sdk/runanywhere-react-native/packages/core/src/native/NativeRunAnywhereCore.ts:260
↓ 3 callersFunctionmodelInfoToJson
Helper to convert C model info to JSON string for Kotlin
sdk/runanywhere-commons/src/jni/runanywhere_commons_jni.cpp:2192
↓ 3 callersMethodnotifyListeners
()
sdk/runanywhere-web/packages/core/src/Infrastructure/ModelRegistry.ts:263
↓ 3 callersFunctiononInputChange
()
examples/web/RunAnywhereAI/src/views/chat.ts:447
↓ 3 callersMethodonModelUnassigned
* Called when a model assignment is removed. * * @param componentType The component type * @param previousModelId The previ
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeModelAssignment.kt:216
↓ 3 callersMethodonProgress
* Subscribe to VLM loading progress
Playground/on-device-browser-agent/src/background/vision-engine.ts:158
↓ 3 callersMethodonProgress
* Subscribe to progress updates from the Worker. * Returns an unsubscribe function.
sdk/runanywhere-web/packages/llamacpp/src/Infrastructure/VLMWorkerBridge.ts:178
↓ 3 callersMethodonServiceStateChanged
* Called when a service state changes. * * @param serviceType The service type * @param previousState The previous state
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeServices.kt:377
↓ 3 callersMethodonSynthesisCompleted
* Called when synthesis completes. * * @param result The synthesis result */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeTTS.kt:438
↓ 3 callersMethodonSynthesisStarted
* Called when synthesis starts. * * @param text The input text */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeTTS.kt:431
↓ 3 callersMethodonToken
* Called for each generated token. * * @param token The generated token text * @return true to continue generation, false t
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeLLM.kt:405
↓ 3 callersMethodonTranscriptionCompleted
* Called when transcription completes. * * @param result The transcription result */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeSTT.kt:393
↓ 3 callersMethodonTranscriptionStarted
* Called when transcription starts. */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeSTT.kt:386
↓ 3 callersMethodopenInputStream
examples/react-native/RunAnywhereAI/android/app/src/main/java/com/runanywhereaI/DocumentServiceModule.kt:117
↓ 3 callersFunctionparse_test_args
sdk/runanywhere-commons/tests/test_common.h:354
↓ 3 callersMethodplayAudio
* Play synthesized TTS audio * iOS Reference: AudioPlaybackManager.play() in VoiceSessionHandle * * Plays WAV audio data through AudioT
examples/android/RunAnywhereAI/app/src/main/java/com/runanywhere/runanywhereai/presentation/voice/VoiceAssistantViewModel.kt:436
↓ 3 callersMethodpost
(path: string, data?: T)
sdk/runanywhere-web/packages/core/src/services/HTTPService.ts:184
↓ 3 callersFunctionpressEnterOn
(element: HTMLInputElement | HTMLTextAreaElement)
Playground/on-device-browser-agent/src/content/action-executor.ts:378
↓ 3 callersMethodprocessFrame
* Process a single audio frame for real-time detection. * * @param audioData Raw audio data bytes for the frame * @param config Detecti
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeVAD.kt:797
↓ 3 callersMethodprocessImage
( image: VLMImage, prompt: string, options?: VLMGenerationOptions )
sdk/runanywhere-react-native/packages/core/src/Public/Extensions/RunAnywhere+VLM.ts:40
↓ 3 callersFunctionprogressCallback
(progress: { status: string; progress?: number; file?: string })
Playground/on-device-browser-agent/src/offscreen/offscreen.ts:183
↓ 3 callersMethodracAnalyticsEventEmitStorage
* Emit a storage event. * Maps to rac_analytics_storage_t struct in C++. */
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/native/bridge/RunAnywhereBridge.kt:852
↓ 3 callersFunctionrac_alloc
* Allocate memory using the RAC allocator. */
sdk/runanywhere-commons/src/core/rac_memory.cpp:18
↓ 3 callersFunctionrac_audio_int16_to_wav
sdk/runanywhere-commons/src/core/rac_audio_utils.cpp:168
↓ 3 callersFunctionrac_audio_pipeline_state_name
* @brief Get string representation of audio pipeline state * * Ported from Swift AudioPipelineState enum rawValue (lines 4-24) */
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:978
↓ 3 callersFunctionrac_benchmark_timing_to_json
sdk/runanywhere-commons/src/core/rac_benchmark_log.cpp:61
↓ 3 callersFunctionrac_download_manager_start
sdk/runanywhere-commons/src/infrastructure/download/download_manager.cpp:172
↓ 3 callersFunctionrac_download_strategy_get
sdk/runanywhere-commons/src/infrastructure/model_management/model_strategy.cpp:124
↓ 3 callersFunctionrac_energy_vad_destroy
sdk/runanywhere-commons/src/features/vad/energy_vad.cpp:334
↓ 3 callersFunctionrac_error_is_commons_error
sdk/runanywhere-commons/src/core/rac_error.cpp:365
↓ 3 callersFunctionrac_error_set_model_context
sdk/runanywhere-commons/src/core/rac_structured_error.cpp:152
↓ 3 callersFunctionrac_framework_uses_directory_based_models
sdk/runanywhere-commons/src/infrastructure/model_management/model_types.cpp:188
↓ 3 callersFunctionrac_get_lora_registry
sdk/runanywhere-commons/src/core/rac_core.cpp:328
↓ 3 callersFunctionrac_http_download
sdk/runanywhere-commons/src/core/rac_core.cpp:193
↓ 3 callersFunctionrac_is_initialized
sdk/runanywhere-commons/src/core/rac_core.cpp:146
↓ 3 callersFunctionrac_lifecycle_acquire_service
sdk/runanywhere-commons/src/core/capabilities/lifecycle_manager.cpp:260
↓ 3 callersFunctionrac_lifecycle_release_service
sdk/runanywhere-commons/src/core/capabilities/lifecycle_manager.cpp:277
↓ 3 callersFunctionrac_llm_component_cancel
sdk/runanywhere-commons/src/features/llm/llm_component.cpp:1059
↓ 3 callersFunctionrac_llm_component_cleanup
sdk/runanywhere-commons/src/features/llm/llm_component.cpp:317
↓ 3 callersFunctionrac_llm_component_unload
sdk/runanywhere-commons/src/features/llm/llm_component.cpp:307
↓ 3 callersFunctionrac_llm_llamacpp_get_model_info
sdk/runanywhere-commons/src/backends/llamacpp/rac_llm_llamacpp.cpp:384
↓ 3 callersFunctionrac_logger_log
sdk/runanywhere-commons/src/core/rac_logger.cpp:219
↓ 3 callersFunctionrac_model_paths_get_downloads_directory
sdk/runanywhere-commons/src/infrastructure/model_management/model_paths.cpp:311
↓ 3 callersFunctionrac_model_paths_get_temp_directory
sdk/runanywhere-commons/src/infrastructure/model_management/model_paths.cpp:297
↓ 3 callersFunctionrac_model_registry_get_downloaded
sdk/runanywhere-commons/src/infrastructure/model_management/model_registry.cpp:403
↓ 3 callersFunctionrac_rag_get_statistics
sdk/runanywhere-commons/src/features/rag/rac_rag_pipeline.cpp:322
↓ 3 callersFunctionrac_set_last_error
sdk/runanywhere-commons/src/core/rac_structured_error.cpp:901
↓ 3 callersFunctionrac_storage_strategy_get
sdk/runanywhere-commons/src/infrastructure/model_management/model_strategy.cpp:110
↓ 3 callersFunctionrac_structured_output_extract_json
sdk/runanywhere-commons/src/features/llm/structured_output.cpp:251
↓ 3 callersFunctionrac_stt_component_cleanup
sdk/runanywhere-commons/src/features/stt/stt_component.cpp:300
↓ 3 callersFunctionrac_stt_onnx_supports_streaming
sdk/runanywhere-commons/src/backends/onnx/rac_onnx.cpp:160
↓ 3 callersFunctionrac_tool_call_build_initial_prompt
sdk/runanywhere-commons/src/features/llm/tool_calling.cpp:1727
↓ 3 callersFunctionrac_tool_call_free
sdk/runanywhere-commons/src/features/llm/tool_calling.cpp:1411
↓ 3 callersFunctionrac_tool_call_normalize_json
sdk/runanywhere-commons/src/features/llm/tool_calling.cpp:720
↓ 3 callersFunctionrac_tool_call_parse
sdk/runanywhere-commons/src/features/llm/tool_calling.cpp:1247
↓ 3 callersFunctionrac_tts_component_cleanup
sdk/runanywhere-commons/src/features/tts/tts_component.cpp:282
↓ 3 callersFunctionrac_tts_onnx_stop
sdk/runanywhere-commons/src/backends/onnx/rac_onnx.cpp:424
↓ 3 callersFunctionrac_vad_component_destroy
sdk/runanywhere-commons/src/features/vad/vad_component.cpp:285
↓ 3 callersFunctionrac_vad_component_is_initialized
sdk/runanywhere-commons/src/features/vad/vad_component.cpp:193
↓ 3 callersFunctionrac_vad_onnx_start
sdk/runanywhere-commons/src/backends/onnx/rac_onnx.cpp:526
↓ 3 callersFunctionrac_vad_onnx_stop
sdk/runanywhere-commons/src/backends/onnx/rac_onnx.cpp:531
↓ 3 callersFunctionrac_vlm_component_cleanup
sdk/runanywhere-commons/src/features/vlm/vlm_component.cpp:393
↓ 3 callersFunctionrac_vlm_result_free
sdk/runanywhere-commons/src/features/vlm/rac_vlm_service.cpp:200
↓ 3 callersFunctionrac_voice_agent_cleanup
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:517
↓ 3 callersFunctionrac_voice_agent_generate_response
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:842
↓ 3 callersFunctionrac_voice_agent_is_llm_loaded
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:391
↓ 3 callersFunctionrac_voice_agent_is_stt_loaded
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:381
↓ 3 callersFunctionrac_voice_agent_is_tts_loaded
sdk/runanywhere-commons/src/features/voice_agent/voice_agent.cpp:401
↓ 3 callersFunctionreadString
Read a null-terminated ASCII string from a tar header field.
sdk/runanywhere-web/packages/core/src/Infrastructure/ArchiveUtility.ts:165
↓ 3 callersMethodreadString
(ptr: number)
sdk/runanywhere-web/packages/onnx/src/Foundation/SherpaONNXBridge.ts:480
↓ 3 callersFunctionread_wav
Playground/openclaw-hybrid-assistant/tests/test_components.cpp:45
↓ 3 callersMethodregisterBackend
* Register the ONNX backend with the C++ service registry. * Registers STT, TTS, and VAD providers. * Safe to call multiple times - subsequent c
sdk/runanywhere-react-native/packages/onnx/src/specs/RunAnywhereONNX.nitro.ts:37
↓ 3 callersMethodregisterProvider
* Register a typed provider implementation for a capability. * * Backend packages call this during their registration phase: * ```ts * Ext
sdk/runanywhere-web/packages/core/src/Infrastructure/ExtensionPoint.ts:170
↓ 3 callersMethodremoveDestination
* Remove a log destination * Matches iOS: removeDestination(_ identifier: String)
sdk/runanywhere-react-native/packages/core/src/Foundation/Logging/Services/LoggingManager.ts:298
↓ 3 callersMethodremoveLoraAdapter
* Remove a specific LoRA adapter by path. * * @param adapterPath Path used when loading the adapter * @return 0 on success, error code
sdk/runanywhere-kotlin/src/jvmAndroidMain/kotlin/com/runanywhere/sdk/foundation/bridge/extensions/CppBridgeLLM.kt:893
← previousnext →901–1,000 of 8,121, ranked by callers