Skip to main content

Module interactive

Module interactive 

Source
Expand description

Interactive mode for the oxi coding agent.

Manages the TUI display loop, input handling, command dispatch, agent event processing, and state machine transitions.

Modes: Input → Thinking → ToolExecution → Display → Input

§Commands

/model, /clear, /compact, /undo, /redo, /branch, /session, /export, /settings, /help

Enums§

InteractiveState
State of the interactive loop.
SlashCommand
Parsed slash command.

Functions§

run_interactive
Run the full interactive mode loop.