agentty 0.8.3

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

pub mod diff;
pub mod fyi;
pub mod project_list;
pub mod session_chat;
pub mod session_list;
pub mod setting;
pub mod stat;
pub mod task;