agentty 0.15.0

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

pub(crate) use ag_session::{
    DEFAULT_AUTO_APPROVE_ORCHESTRATION_RESEARCH, DEFAULT_ORCHESTRATION_PARALLELISM,
    MAX_ORCHESTRATION_PARALLELISM, SettingName,
};