initialize_graph
Initialize a code graph for repository analysis to map function relationships and dependencies, enabling AI assistants to explore code structure effectively.
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 |