asobi 0.6.0

A persistent, project-local knowledge graph CLI for AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Asobi — Knowledge Graph Memory

pub mod api;
pub mod application;
pub mod cli;
pub mod compact;
pub mod frontmatter;
pub mod init;
pub mod model;
pub mod normalize;
pub mod paths;
pub mod skills;
pub mod storage;
pub mod tasks;
pub use anyhow::{Result, anyhow, bail};