Skip to main content

Module interactive

Module interactive 

Source
Expand description

Interactive readline loop using reedline.

Runs the main REPL: read user input, dispatch meta-commands, forward messages to the channel, and display responses.

Implements the “sequential input” model from RFC-014 Phase 2: while a request is being processed, new input is rejected with a message instead of being queued. This prevents the fire-and-forget confusion where responses arrive mid-typing.

Structs§

InteractiveLoop
The interactive read-eval-print loop.