initialize_graph
Set up a code graph for repository analysis by providing the repository path. Enables AI systems to explore function relationships and dependencies in Python code.
Instructions
Initialize a code graph for the given repository path.
Args: repo_path: Path to the repository to analyze
Returns: Success message with information about the initialized graph
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |