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

pub mod agent;
pub mod composer;
pub mod input;
pub mod permission;
pub mod project;
pub mod session;
pub mod setting;
pub mod theme;