a-agent 0.2.1

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

pub use store::{
    CONVERSATION_SUMMARY_PREFIX, NewSession, Session, SessionStore, ShellHistoryItem,
    TURN_INTERRUPTED_NOTICE, default_database_path,
};