Skip to main content

Crate argus_repomap

Crate argus_repomap 

Source
Expand description

Repository structure mapping via tree-sitter and PageRank ranking.

Generates a compressed, ranked map of codebase symbols (classes, functions, signatures) optimized for LLM token efficiency. Uses tree-sitter for AST parsing, petgraph for PageRank, and the ignore crate for file walking.

Modules§

budget
graph
output
parser
walker

Functions§

generate_map
Generate a ranked map of the codebase at root.