ag-agent 0.15.5

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Antigravity persistent-runtime module router.
//!
//! Concrete NDJSON session orchestration lives in the child modules while
//! this router exposes only the production client to the provider registry.

mod client;
mod lifecycle;
mod stream_parser;
mod usage;

pub(crate) use client::RealAntigravityClient;