asobi 0.6.1

A persistent, project-local knowledge graph CLI for AI agents.
Documentation
1
2
3
4
5
6
//! The supported 0.6 storage provider: one local, bundled-SQLite database.

mod sqlite;

pub use sqlite::SqliteStore;
pub type Storage = SqliteStore;