AI-powered debugging assistance using your codebase knowledge graph
The Debugging with Knowledge Graph Agent is designed to analyze stacktraces and errors, relating them to your specific codebase. This agent provides debugging directions, adds print debugging statements, and helps you iteratively find the root cause of issues.
To use the Debugging Agent, provide error messages, stacktraces, or describe the issue you’re facing. You can also reference specific functions or files using the @
symbol. Here are some example prompts:
query.lower().split()
of @query_vector_store”@
symbol to reference specific functions or files in your codebaseBy leveraging the Debugging with Knowledge Graph Agent, you can streamline your debugging process and quickly identify and resolve issues in your codebase.