feat: COG-546 create dependency graph
Add `get_repo_dependency_graph` cognee task: - Extracts Python file paths and their source code from a repository. - Builds a directed dependency graph of Python files. - Identifies direct dependencies using `get_local_script_dependencies`. - Represents file relationships as nodes and edges in a `networkx.DiGraph`. - Includes a checker script for generating and displaying the graph.
This commit is contained in:
parent
7ec5cffd8e
commit
70bdaea8f7