agentty 0.8.11

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

pub mod agent;
pub mod agent_usage;
pub mod composer;
pub mod input;
pub mod permission;
pub mod project;
pub mod review;
pub mod session;
pub mod setting;
pub mod theme;
pub(crate) mod transcript_notice;