agentty 0.10.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
//! `AppMode`-specific key handling modules.

pub(crate) mod at_mention;
pub(crate) mod confirmation;
pub(crate) mod diff;
pub(crate) mod help;
pub(crate) mod input_key;
pub(crate) mod list;
pub(crate) mod prompt;
pub(crate) mod question;
pub(crate) mod review_detail;
pub(crate) mod session_view;
pub(crate) mod sync_blocked;