agentty 0.13.0

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
//! Full-screen UI page modules.

pub mod diff;
pub mod fyi;
pub mod inbox;
pub mod issue_detail;
pub mod issue_list;
pub mod project_list;
pub mod review_detail;
pub mod session_chat;
pub mod session_list;
pub mod setting;