Skip to main content

ascii_agents/
lib.rs

1//! Public surface for the ascii-agents binary's internals — exposed so
2//! examples and integration tests can import them. The `main.rs` binary is
3//! the primary entry point.
4
5pub mod cli;
6pub mod install;
7pub mod runtime;
8pub mod tui;