nabu-core 0.1.2

Core storage, indexing, and search for nabu: append-only JSONL capture and a rebuildable SQLite FTS5 index for coding-agent history.
Documentation

nabu-core  𒀭𒀝

Core storage, indexing, and search for nabu, a local-first, cross-agent history keeper for coding agents.

This crate owns the data model: append-only per-session JSONL is the source of truth, and a rebuildable SQLite FTS5 index is derived from it. It provides home resolution, ingest, event normalization, the index schema, and citation-first search. Optional semantic/hybrid search is behind a default-off semantic feature.

For the CLI and end-user docs, install nabu-cli or see https://github.com/suleymanozkeskin/nabu.

License

Licensed under either of MIT or Apache-2.0 at your option.