ag-agent 0.12.7

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

pub(crate) mod agent;
pub(crate) mod permission;
pub(crate) mod session;