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:
lxobr 2024-11-23 14:04:45 +01:00 committed by GitHub
parent 7ec5cffd8e
commit 70bdaea8f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available