louietui 1.0.0

An agentic-first TUI framework with complete ontology for agent discoverability
Documentation
1
2
3
4
5
6
7
//! General-purpose utilities used across the framework.
//!
//! - [`fuzzy`]: Fuzzy string matching with scoring
//! - [`undo`]: Generic undo stack for stateful widgets

pub mod fuzzy;
pub mod undo;