a-agent 0.3.0

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

pub use input::{InputAction, InputEditor, InputMode, mention_paths};
pub use render::{InlineRenderer, RenderLimits, RevertLine};