Module repl

Module repl 

Source
Expand description

REPL (Read-Eval-Print-Loop) interface for Terraphim TUI

This module provides a command-line interface that matches the functionality available in the Tauri desktop application, with commands for search, chat, configuration management, and MCP tools integration.

Re-exports§

pub use handler::run_repl_offline_mode;
pub use handler::run_repl_server_mode;

Modules§

commands
Command definitions for REPL interface
handler
REPL handler implementation