Skip to main content

Crate asobi

Crate asobi 

Source
Expand description

Asobi — Knowledge Graph & Document Memory

Modules§

backup
Single-file backup and restore for the libSQL database.
constant
db
init
model
Domain types for the knowledge graph, shared across db, main, and backup. These are the canonical in-memory shapes for graph I/O; the JSON field names (camelCase) are the stable serialization contract for graph / search / show / export.
normalize
paths
skills

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.

Structs§

JoinHandle
An owned permission to join on a task (await its termination).

Type Aliases§

Result
Result<T, Error>