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

pub(crate) mod at_mention;
pub(crate) mod chat_scroll;
pub(crate) mod confirmation;
pub(crate) mod detail;
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_comment;
pub(crate) mod session_output_metric;
pub(crate) mod session_view;
pub(crate) mod sync_blocked;