ag-agent 0.12.4

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
//! Agent-domain models shared by provider transports and Agentty.

pub mod agent;
pub mod permission;
pub mod session;
pub mod turn_prompt;