Skip to main content

Crate ralph_tui

Crate ralph_tui 

Source
Expand description

§ralph-tui

Terminal user interface for the Ralph Orchestrator framework.

Built with ratatui and crossterm, this crate provides:

  • Read-only observation dashboard for monitoring agent orchestration
  • Real-time display of agent messages and state
  • Keyboard navigation and search

Re-exports§

pub use state::TuiState;
pub use widgets::footer;
pub use widgets::header;

Modules§

input
Simple key-to-action input handling for observation-only TUI.
state
State management for the TUI.
widgets

Structs§

Tui
Main TUI handle that integrates with the event bus.

Functions§

dispatch_action
Dispatches an action to the TuiState.