Skip to main content

Module repl

Module repl 

Source

Modules§

commands
input

Structs§

ProviderPreset
Built-in provider presets shown in /connect menu

Enums§

ReplMode
SessionPickResult

Constants§

PROVIDER_PRESETS

Functions§

connect_menu
Interactive /connect menu — lets user pick a provider from a numbered list. Prompts for URL and API key using plain stdin (no rustyline needed).
repl_command
Main REPL loop for interactive mode.
session_picker
Show an interactive session picker.
show_command_menu
Show a /command picker. Returns the chosen command string (e.g. “/session”), or None if the user pressed Esc / Ctrl-C.