Lattice builds a knowledge graph of your codebase that coding agents query instead of grep and file reading. Agents get precise, scoped context — a flow's call tree, a function's callers, the impact ...
assert find_parent(1, graph) == -9999999 # Root node has no parent assert find_parent(20, graph) == -9999999 # Node not in graph ...