a-agent 0.2.1

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

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