Skip to content

systems

Bryan edited this page Jun 13, 2026 · 1 revision

Systems

Active contributors: Bryan

The systems layer documents Lode's internal building blocks: parsing, storage, graph resolution, context packs, optional embeddings, optional Kuzu projection, observability, and maintenance automation.

System map

System Primary files Page
Parsing and indexing src/lode/indexer.py, src/lode/model.py Parsing and indexing
Storage and search src/lode/storage.py, src/lode/config.py Storage and search
Graph and impact src/lode/graph.py Graph and impact
Context packs src/lode/context.py Context packs
Embeddings and Kuzu src/lode/embeddings.py, src/lode/kuzu_store.py Embeddings and Kuzu
Observability src/lode/observability.py, src/lode/features.py, src/lode/daemon.py Observability
Quality automation scripts/, .github/workflows/ci.yml Quality automation

Related pages

Clone this wiki locally