Expand description
Asobi — Knowledge Graph Memory
Modules§
- api
- Versioned public storage API.
- application
- Application composition for the command layer.
- cli
- compact
- frontmatter
- Shared YAML-frontmatter handling for Markdown topics and skills.
- init
- model
- Domain types for the knowledge graph, shared across
db,main, andbackup. These are the canonical in-memory shapes for graph I/O; the JSON field names (camelCase) are the stable serialization contract forgraph/search/show/export;asobi schemaexposes their stable JSON Schemas for machine-readable compatibility. - normalize
- paths
- skills
- storage
- The supported 0.6 storage provider: one local, bundled-SQLite database.
- tasks
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
Type Aliases§
- Result
Result<T, Error>