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
7
8
//! Shared CLI subprocess helpers for agent-backed transports.
//!
//! This parent module intentionally acts as a router only so shared stdin I/O
//! and provider-aware exit guidance can be reused by session turns and one-shot
//! utility prompts without duplicating subprocess details.

pub(crate) mod error;
pub(crate) mod stdin;