Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RunanywhereAI/RCLI
/ functions
Functions
741 in github.com/RunanywhereAI/RCLI
⨍
Functions
741
◇
Types & classes
161
Method
build_voice_panel
src/cli/tui_app.h:729
Method
cache_system_prompt
src/engines/metalrt_engine.cpp:285
Method
cancel
src/engines/metalrt_engine.h:67
Method
cancel
Cancel ongoing generation
src/engines/vlm_engine.h:65
Method
capacity
src/core/ring_buffer.h:121
Method
capacity_bytes
src/rag/embedding_cache.h:87
Method
capture_callback
src/audio/audio_io.cpp:219
Method
caveats
Formula/rcli.rb:22
Method
caveats
Formula/rcli-beta.rb:18
Method
check_barge_in
src/pipeline/orchestrator.cpp:1028
Method
cleanup_delete_selected
src/cli/tui_app.h:1180
Function
clear
Clear the visualizer area and restore cursor
src/cli/visualizer.h:229
Method
clear_history
Clear live conversation history
src/pipeline/orchestrator.h:140
Method
close_all_panels
src/cli/tui_app.h:1253
Method
context_size
src/engines/metalrt_engine.cpp:395
Method
count_tokens
src/engines/metalrt_engine.cpp:388
Method
count_words
src/pipeline/sentence_detector.cpp:125
Function
create_and_init_engine
Create and init engine with standard error handling. Returns nullptr on failure.
src/cli/cli_common.h:313
Method
detect
src/engines/model_profile.cpp:216
Method
detokenize
src/engines/llm_engine.cpp:128
Function
disable_raw_mode
src/cli/cli_common.h:67
Function
draw
Draw the full visualizer (dog + waveform + label). Call at ~10Hz. This draws VIS_HEIGHT lines. On subsequent calls, it first moves up to overwrite the
src/cli/visualizer.h:175
Function
draw_status_bar
src/cli/cli_common.h:212
Method
duration_ms
src/core/types.h:82
Method
duration_us
src/core/types.h:81
Method
dylib_path
src/engines/metalrt_loader.cpp:88
Method
embed_into
src/engines/embedding_engine.cpp:100
Function
enable_raw_mode
src/cli/cli_common.h:74
Method
engines_dir
src/engines/metalrt_loader.cpp:82
Method
enter_actions_mode
src/cli/tui_app.h:1913
Method
enter_cleanup_mode
src/cli/tui_app.h:1142
Method
enter_models_mode
src/cli/tui_app.h:1424
Method
enter_personality_mode
src/cli/tui_app.h:1384
Method
enter_rag_mode
src/cli/tui_app.h:2079
Method
estimate_tokens
src/rag/document_processor.cpp:84
Method
evict_one
src/rag/embedding_cache.h:120
Method
eviction_count
src/rag/embedding_cache.h:94
Method
extract_and_clean
src/engines/metalrt_engine.cpp:52
Method
extract_docx_text
src/rag/document_processor.cpp:228
Method
extract_pdf_text
src/rag/document_processor.cpp:20
Method
feed_audio
src/engines/vad_engine.cpp:49
Method
feed_from_ring_buffer
src/engines/stt_engine.cpp:75
Function
find_model_by_filename
Find model by filename
src/models/model_registry.h:404
Method
from_family
src/engines/model_profile.cpp:192
Method
from_hw
Build optimal config for current device
src/engines/embedding_engine.h:25
Method
full
src/core/ring_buffer.h:124
Method
fuse
src/rag/hybrid_retriever.cpp:138
Method
gen_tps
src/engines/vlm_engine.h:43
Method
generate
src/engines/metalrt_engine.cpp:136
Method
get_chunk_text
src/rag/hybrid_retriever.cpp:74
Function
get_default_vlm_model
src/models/vlm_model_registry.h:71
Function
get_log_level
src/core/log.h:19
Function
get_tts_upgrade_options
Get all TTS upgrade options (non-default models)
src/models/tts_model_registry.h:267
Method
gpu_supported
src/engines/metalrt_loader.cpp:101
Method
has_prompt_cache
src/engines/metalrt_engine.h:58
Method
has_result
src/engines/stt_engine.cpp:125
Method
has_segment
src/engines/vad_engine.cpp:63
Method
has_vision
src/engines/metalrt_loader.h:170
Method
hit_rate
src/rag/embedding_cache.h:89
Method
init
src/core/ring_buffer.h:39
Method
init
src/engines/metalrt_tts_engine.cpp:8
Method
init
src/engines/vlm_engine.cpp:31
Method
init
src/engines/embedding_engine.cpp:19
Method
init
src/engines/metalrt_engine.cpp:83
Method
init
src/engines/llm_engine.cpp:35
Method
init
src/engines/tts_engine.cpp:18
Method
init
src/engines/metalrt_stt_engine.cpp:11
Method
init
src/engines/stt_engine.cpp:22
Method
init
src/engines/vad_engine.cpp:18
Method
init_core_audio
src/audio/audio_io.cpp:306
Method
init_stopwords
src/rag/bm25_index.cpp:17
Method
install
Formula/rcli.rb:12
Method
install
Installs as 'rcli-beta' so it doesn't conflict with stable 'rcli'
Formula/rcli-beta.rb:13
Method
install
src/engines/metalrt_loader.cpp:409
Method
installed_version
src/engines/metalrt_loader.cpp:265
Function
is_dangerous_command
src/actions/action_helpers.h:99
Method
is_initialized
src/engines/metalrt_engine.h:70
Method
is_initialized
src/engines/llm_engine.h:98
Method
is_initialized
src/engines/metalrt_stt_engine.h:26
Method
is_initialized
src/engines/metalrt_tts_engine.h:32
Method
is_initialized
src/engines/vlm_engine.h:70
Method
is_initialized
src/engines/stt_engine.h:59
Method
is_initialized
src/engines/stt_engine.h:119
Method
is_initialized
src/engines/embedding_engine.h:55
Method
is_initialized
src/engines/vad_engine.h:57
Method
is_local_mode
src/engines/metalrt_loader.cpp:96
Method
is_playing
Barge-in support: is speaker currently outputting non-silence?
src/audio/audio_io.h:58
Method
is_secondary_break
src/pipeline/sentence_detector.cpp:121
Method
is_section_boundary
src/rag/document_processor.cpp:45
Method
is_sentence_end
src/pipeline/sentence_detector.cpp:117
Method
is_supported_image
src/engines/vlm_engine.cpp:251
Function
json_get_bool
src/actions/action_helpers.h:47
Function
json_get_int
src/actions/action_helpers.h:41
Method
last_bm25_search_us
src/rag/hybrid_retriever.h:37
Method
last_fusion_us
src/rag/hybrid_retriever.h:38
Method
last_latency_us
src/engines/metalrt_stt_engine.h:29
Method
last_latency_us
src/engines/embedding_engine.h:54
Method
last_num_samples
src/engines/metalrt_tts_engine.h:34
Method
last_result_latency_us
src/engines/stt_engine.h:57
Method
last_vector_search_us
Timing stats from last retrieval
src/rag/hybrid_retriever.h:36
← previous
next →
501–600 of 741, ranked by callers