a-agent 0.1.0

Fast, terminal-native coding agent with progressive context
Documentation
1
2
3
4
5
mod args;
mod runtime;

pub use args::{CliArgs, CliError, parse_args, parse_args_with};
pub use runtime::run;