agentty 0.15.0

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
//! Compatibility exports for frontend-neutral project snapshots.

pub use ag_session::{
    Project, ProjectListItem, mru_project_order, ordered_project_items, project_name_from_path,
};