Expand description
§ralph-tui
Terminal user interface for the Ralph Orchestrator framework.
Built with ratatui and crossterm, this crate provides:
- Interactive terminal UI for monitoring agent orchestration
- Real-time display of agent messages and state
- Keyboard navigation and input handling
Re-exports§
pub use state::LoopMode;pub use state::TuiState;pub use widgets::terminal::TerminalWidget;pub use widgets::header;
Modules§
- input
- Input routing for TUI prefix commands.
- scroll
- Scroll mode management for terminal output.
- state
- State management for the TUI.
- widgets
Structs§
- Tui
- Main TUI handle that integrates with the event bus.