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
16
17
18
//! Domain entities and pure business logic.

pub mod agent;
pub mod composer;
pub mod file_entry;
pub mod input;
pub mod permission;
pub mod project;
pub mod question;
pub mod review;
pub mod session;
pub mod session_message;
pub mod session_order;
pub mod setting;
pub mod system_log;
pub mod theme;
pub(crate) mod transcript_notice;
pub mod turn_prompt;