flow-tui 0.1.2

Terminal UI for Flow with Kanban board, agent status, and dependency graph views
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Terminal UI for Agent Flow with Kanban board and agent status views.
//!
//! Built on [ratatui](https://docs.rs/ratatui) with multiple view modes:
//! - Kanban board for feature status tracking
//! - Agent status dashboard
//! - Dependency graph visualization
//!
//! Integrates with `flow-db` and `flow-resolver` for real-time data.

pub mod app;
pub mod input;
pub mod theme;
pub mod views;