MCPcopy Create free account

hub / github.com/RunanywhereAI/RCLI / functions

Functions741 in github.com/RunanywhereAI/RCLI

↓ 6 callersMethodnum_enabled
src/actions/action_registry.cpp:194
↓ 6 callersFunctionpicker_no_changes
Print the "no changes / cancelled" feedback.
src/cli/model_pickers.h:42
↓ 6 callersFunctionrcli_set_personality
src/api/rcli_api.cpp:2268
↓ 6 callersFunctionrcli_stop_speaking
src/api/rcli_api.cpp:2203
↓ 6 callersFunctionrcli_vlm_backend_name
src/api/rcli_api.cpp:3087
↓ 6 callersFunctionrcli_vlm_get_stats
src/api/rcli_api.cpp:3099
↓ 6 callersFunctionrcli_vlm_model_name
src/api/rcli_api.cpp:3093
↓ 6 callersFunctionread_engine_preference
Read the engine preference from config (empty string if not set)
src/models/model_registry.h:507
↓ 6 callersFunctionread_picker_choice
Read a picker choice from STDIN. Returns 0 for "no input / enter", -1 for q/Q (cancel), -2 for a/A (auto-detect), or 1..N for numeric choice.
src/cli/model_pickers.h:24
↓ 6 callersMethodset_external_tool_definitions
src/tools/tool_engine.cpp:72
↓ 5 callersFunctioncap_history
Cap conversation history to last N entries (must be even to keep pairs aligned)
src/api/rcli_api.cpp:781
↓ 5 callersMethoddevice_name
src/engines/metalrt_engine.cpp:439
↓ 5 callersFunctiongauge_with_label
src/cli/tui_app.h:140
↓ 5 callersMethodgenerate_raw_continue
src/engines/metalrt_engine.cpp:306
↓ 5 callersMethodget_result
src/engines/stt_engine.cpp:85
↓ 5 callersFunctionmetalrt_crash_breadcrumb_path
src/pipeline/orchestrator.cpp:23
↓ 5 callersMethodmodel_name
src/engines/metalrt_engine.cpp:429
↓ 5 callersFunctionpipeline_state_str
src/core/types.h:27
↓ 5 callersFunctionprint_missing_models
src/cli/cli_common.h:168
↓ 5 callersMethodprocess_tick
src/engines/stt_engine.cpp:142
↓ 5 callersFunctionrcli_rag_query
src/api/rcli_api.cpp:2551
↓ 5 callersFunctionrcli_set_transcript_callback
src/api/rcli_api.cpp:2825
↓ 5 callersFunctionrcli_vlm_analyze
src/api/rcli_api.cpp:3052
↓ 5 callersFunctionread_selected_stt_id
src/models/stt_model_registry.h:180
↓ 5 callersFunctionread_selected_tts_id
Read the user-selected TTS model id from config
src/models/tts_model_registry.h:288
↓ 5 callersMethodset_enabled
src/actions/action_registry.cpp:162
↓ 5 callersMethodset_model_profile
Set the active model profile for format-aware parsing (non-owning pointer)
src/tools/tool_engine.h:30
↓ 5 callersMethodsize
src/rag/embedding_cache.h:85
↓ 5 callersMethodusing_metalrt_tts
src/pipeline/orchestrator.h:144
↓ 5 callersFunctionvlm_init_locked
Internal init (caller must hold engine->mutex) VLM is only available on the llama.cpp engine. MetalRT VLM support coming soon.
src/api/rcli_api.cpp:2988
↓ 4 callersFunctionavailable_disk_mb
src/cli/setup_cmds.h:14
↓ 4 callersMethodbuild_system_prefix
src/engines/model_profile.cpp:377
↓ 4 callersFunctionclear_selected_model
Clear the user's model selection (preserves other keys)
src/models/model_registry.h:672
↓ 4 callersFunctionclear_selected_stt
src/models/stt_model_registry.h:233
↓ 4 callersFunctionclear_selected_tts
Clear TTS selection (preserves other keys)
src/models/tts_model_registry.h:344
↓ 4 callersFunctionconfirm_download
Ask Y/n confirmation. Returns true for yes (default).
src/cli/model_pickers.h:34
↓ 4 callersMethodextract_speech
src/engines/vad_engine.cpp:92
↓ 4 callersMethodformat_results
src/tools/tool_engine.cpp:223
↓ 4 callersMethodgenerate_with_cached_prompt
src/engines/llm_engine.cpp:328
↓ 4 callersMethodis_running
src/audio/audio_io.h:53
↓ 4 callersMethodlast_latency_us
src/engines/stt_engine.h:120
↓ 4 callersMethodlast_synthesis_ms
src/engines/metalrt_tts_engine.h:33
↓ 4 callersFunctionmaybe_auto_compact
Auto-compact: when context usage exceeds threshold, summarize older turns into a brief recap and replace them. Preserves key context while freeing tok
src/api/rcli_api.cpp:793
↓ 4 callersMethodplayback_ring_buffer
src/pipeline/orchestrator.h:98
↓ 4 callersFunctionrcli_get_active_engine
src/api/rcli_api.cpp:2911
↓ 4 callersFunctionrcli_process_and_speak
src/api/rcli_api.cpp:1614
↓ 4 callersFunctionrcli_rag_clear
src/api/rcli_api.cpp:2639
↓ 4 callersFunctionrcli_rag_ingest
src/api/rcli_api.cpp:2427
↓ 4 callersFunctionrcli_set_state_callback
src/api/rcli_api.cpp:2832
↓ 4 callersFunctionrcli_stop_capture_and_transcribe
src/api/rcli_api.cpp:702
↓ 4 callersFunctionrcli_stop_processing
src/api/rcli_api.cpp:2218
↓ 4 callersFunctionrcli_vlm_init
src/api/rcli_api.cpp:3045
↓ 4 callersFunctionread_selected_metalrt_stt_id
Read the user-selected MetalRT STT model id from config
src/models/model_registry.h:617
↓ 4 callersMethodregister_tool
src/tools/tool_engine.cpp:15
↓ 4 callersMethodreset
src/pipeline/sentence_detector.cpp:112
↓ 4 callersMethodset_callback
Set callback for streaming results
src/engines/stt_engine.h:50
↓ 4 callersFunctiontry_parse_bare_tool_calls
Fallback: detect bare function calls like "func_name(arg=val)" without tool-call tags. Matches against known action names so we don't false-positive o
src/api/rcli_api.cpp:914
↓ 4 callersFunctionwrite_selected_model_id
Write the user-selected model id to config (preserves other keys like tts_model=, stt_model=)
src/models/model_registry.h:473
↓ 3 callersMethodabi_version
src/engines/metalrt_loader.h:60
↓ 3 callersMethodadd_response
src/cli/tui_app.h:2712
↓ 3 callersMethodanalyze_image
src/engines/vlm_engine.cpp:117
↓ 3 callersFunctionapply_gguf_template
src/engines/model_profile.cpp:290
↓ 3 callersMethodbuild_tool_continuation_prompt
src/engines/llm_engine.cpp:280
↓ 3 callersMethodcheck
Check if transcript contains a wake phrase. Returns true if found.
src/pipeline/wake_word_detector.h:27
↓ 3 callersFunctioncmd_interactive
src/cli/main.cpp:76
↓ 3 callersFunctionconfig_get_string
Simple JSON string value extractor (for config parsing)
src/api/rcli_api.cpp:161
↓ 3 callersFunctiondefault_models_dir
src/cli/cli_common.h:123
↓ 3 callersMethodembedding_dim
src/engines/embedding_engine.h:53
↓ 3 callersFunctionensure_mic_permission
Defined in cli_common.h as a forward declaration; implemented here because it depends on the Objective-C mic_permission bridge compiled into this TU.
src/cli/main.cpp:40
↓ 3 callersFunctionfind_best_installed
Find the highest-priority model that exists in models_dir
src/models/model_registry.h:379
↓ 3 callersFunctiongenerate_silence
Generate silence
src/test/test_pipeline.cpp:98
↓ 3 callersMethodgenerate_with_tools
src/engines/llm_engine.cpp:261
↓ 3 callersMethodget_all_defs
src/actions/action_registry.cpp:284
↓ 3 callersFunctionget_default_model
Get the default model (the one installed by `rcli setup`)
src/models/model_registry.h:413
↓ 3 callersFunctionget_offline_stt_models
src/models/stt_model_registry.h:162
↓ 3 callersFunctionget_trimmed_history
Compute trimmed history for a given user input and system prompt. Accepts pre-computed token counts to avoid redundant tokenization.
src/api/rcli_api.cpp:742
↓ 3 callersFunctiongpu_supports_metal31
src/engines/metalrt_loader.cpp:10
↓ 3 callersFunctionmake_gemma
src/engines/model_profile.cpp:120
↓ 3 callersFunctionmake_llama3
src/engines/model_profile.cpp:102
↓ 3 callersFunctionmake_mistral
src/engines/model_profile.cpp:138
↓ 3 callersFunctionmedia_control
src/actions/media_actions.cpp:14
↓ 3 callersFunctionmove_up
src/cli/visualizer.h:54
↓ 3 callersFunctionpick_stt
src/cli/model_pickers.h:133
↓ 3 callersFunctionpick_tts
src/cli/model_pickers.h:235
↓ 3 callersFunctionprint_action_result
src/cli/cli_common.h:201
↓ 3 callersFunctionprint_usage
src/cli/help.h:8
↓ 3 callersMethodprompt_tps
src/engines/llm_engine.h:41
↓ 3 callersFunctionrcli_clear_history
src/api/rcli_api.cpp:2236
↓ 3 callersFunctionrcli_get_audio_level
src/api/rcli_api.cpp:2893
↓ 3 callersFunctionrcli_get_personality
src/api/rcli_api.cpp:2262
↓ 3 callersFunctionrcli_is_action_enabled
src/api/rcli_api.cpp:2700
↓ 3 callersFunctionrcli_rag_load_index
src/api/rcli_api.cpp:2506
↓ 3 callersFunctionrcli_set_action_callback
src/api/rcli_api.cpp:2839
↓ 3 callersFunctionrcli_speak_streaming
src/api/rcli_api.cpp:1491
↓ 3 callersFunctionrcli_stop_listening
src/api/rcli_api.cpp:688
↓ 3 callersFunctionread_personality_preference
Read personality preference from config
src/models/model_registry.h:562
↓ 3 callersMethodreal_time_factor
src/engines/tts_engine.h:33
↓ 3 callersFunctionresolve_contact
src/actions/communication_actions.cpp:7
↓ 3 callersFunctionresolve_local_repo
src/engines/metalrt_loader.cpp:53
↓ 3 callersFunctionrun_subprocess
Internal: run a command with args[], capture stdout+stderr, enforce timeout
src/actions/applescript_executor.cpp:13
← previousnext →101–200 of 741, ranked by callers