a3s 0.9.5

a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI
Documentation
1
2
3
4
5
mod assets;
mod static_files;

pub(super) use assets::find_default_web_dir;
pub(super) use static_files::{api_only_fallback, serve_static};