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§
- Interactive
Loop - The interactive read-eval-print loop.