Skip to main content

Module repl

Module repl 

Source
Expand description

REPL command handling and display helpers.

Handles slash commands (/model, /provider, /help, /quit) and the interactive provider/model pickers.

Enums§

ReplAction
Action to take after processing a REPL command.

Constants§

PROVIDERS
Available providers for the interactive picker.

Functions§

handle_command
Parse and handle a slash command. Returns the action for the main loop.