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§
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.