rto-graph 1.1.0

Provenance-tagged codebase knowledge graph store for Roteiro
Documentation

rto-graph

The graph core of Roteiro — a provenance-tagged knowledge graph for your codebase.

This crate provides the SQLite store, the provenance model (derived | authored | inferred edges, the last carrying a confidence), the content-addressed cache (keyed by git blob/tree hashes so extraction is deterministic and shareable), the tree-sitter extraction (symbols, calls, imports across 15+ languages), the incremental sync engine (with a working-tree dirty overlay), the query surface (explain, path, debt, search), the dependency-aware context cache, similarity inference and duplicate detection, and the pluggable local-model registry.

It is the foundation the other Roteiro crates build on and is usable as a library. Heavy capabilities (inference, models, pdf-text, image-ocr, image-vision) are behind feature flags; the default build is small and offline.

Dual-licensed under MIT or Apache-2.0.