agentty 0.14.7

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
//! TUI end-to-end tests for the agentty binary.
//!
//! Uses the `testty` framework to drive the real binary in a PTY and
//! capture terminal frames for semantic assertions.
//!
//! # Running
//!
//! ```sh
//! cargo test -p agentty --test e2e
//! ```

mod common;
mod confirmation;
mod demo;
mod navigation;
mod orchestration;
mod project;
mod session;
mod setting;