ag-tui-text 0.13.1

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
7
8
//! Shared terminal text rendering helpers for Agentty frontends.

pub mod markdown;
pub mod mermaid;
mod style;
pub mod text_util;

pub use style::{TextPalette, TextRenderSettings};