a3s 0.9.8

a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI
Documentation
1
2
3
4
5
6
7
8
9
10
//! Reusable infrastructure for the umbrella A3S CLI.

pub mod components;
pub mod registry;

// Compile the process adapter in the library test target as well, so its
// hermetic fake-process contract tests do not depend on the TUI test graph.
#[cfg(test)]
#[path = "use_registry.rs"]
mod use_registry;