Expand description
Asobi — Knowledge Graph & Document Memory
Modules§
- api
- Versioned public storage API.
- application
- Application composition for the command layer.
- 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
- Concrete storage providers.
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
Structs§
- Join
Handle - An owned permission to join on a task (await its termination).
Type Aliases§
- Result
Result<T, Error>