awgraph(tool, public)
A semantic code graph for agents — AST + tree-sitter, call graphs.
Name
awgraph — A semantic code graph for agents — AST + tree-sitter, call graphs.
The problem it solves
"Who calls this?" answered by grep is a guess. Agents burn enormous context re-reading files to rebuild a graph the parser already knows.
Instead of trusting / you check
- instead of trusting
- that grep found everything
- you check
- an AST + tree-sitter call graph an agent can traverse
Adopt it alone
Index one repo and ask it who calls one function.
Install
pip install awgraph
Where it sits in the path
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.