agent-first-psql 0.7.1

A PostgreSQL interface for AI agents: reliable, structured, explicit, and read-only by default.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    agent_first_psql::run(agent_first_psql::Capability::ReadOnly, "afpsql-readonly").await;
}