saya-cli 0.3.1

Database-aware AI agent for the terminal: full-screen TUI, schema discovery, and bounded read-only SQL over PostgreSQL, MySQL, SQLite, DuckDB, and Snowflake.
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod extraction_trace;
pub(crate) mod knowledge_event;
pub(crate) mod learning;
pub(crate) mod profile;
pub(crate) mod provider;
pub(crate) mod recall_context;
pub(crate) mod runtime;
pub(crate) mod state_tools;
pub(crate) mod system_prompt;
pub(crate) mod tools;
pub(crate) mod turn_config;
pub(crate) mod turn_inputs;