agentty 0.11.1

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Reusable UI components.

pub mod chat_input;
pub mod confirmation_overlay;
pub mod file_explorer;
pub mod footer_bar;
pub mod help_overlay;
pub mod info_overlay;
pub mod open_command_overlay;
pub mod publish_branch_overlay;
pub mod session_creation_overlay;
pub mod session_output;
pub mod status_bar;
pub mod tab;
pub mod tachyon_loader;