An agent-first dependency and blast-radius explorer for Python codebases. Generates structured, machine-readable dependency graphs that AI coding agents can query to understand code relationships, assess refactoring impact, and navigate complex projects autonomously.
Stars
19
Forks
3
Watchers
19
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Merge pull request #1 from ameya1995/feature/graph-staleness-detection
9f467e9View on GitHubfeat(web): redesign explorer UI and document workflow
a2cd200View on GitHubfix: add response_model=None to root() to fix FastAPIError on union return type
6031afdView on GitHubfix: add pytest-asyncio and set asyncio_mode=auto for async test support
57f37eeView on GitHubdocs: refactor README to be agent-first and more concise
c456948View on GitHubfix: resolve all CI lint failures and add Python 3.13 support
695332aView on GitHub