Capability
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “multi-language dependency graph construction with bidirectional tracking”
** - Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig.
Unique: Implements language-agnostic dependency parsing via configurable regex patterns per language (IMPORT_PATTERNS in file-utils.ts) rather than AST parsing, enabling lightweight analysis across 6+ languages without heavy parser dependencies. Tracks bidirectional relationships (both 'depends on' and 'is depended by') in a single pass.
vs others: Faster than AST-based tools like Understand or Lattix for initial codebase scans due to regex simplicity, but less accurate for complex import patterns; better suited for AI context generation than enterprise dependency analyzers
via “cross-language dependency graph analysis”
Automating code migrations and dependency upgrades
Unique: Builds a unified dependency graph across multiple language ecosystems and package managers, enabling impact analysis and coordinated transformations that span language boundaries
vs others: More comprehensive than language-specific tools because it understands dependencies across the entire system; enables coordinated migrations that single-language tools cannot support
Building an AI tool with “Multi Language Dependency Graph Construction With Bidirectional Tracking”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.