Skip to content

Conversation

@dhirenmathur
Copy link

@dhirenmathur dhirenmathur commented Nov 12, 2024

Potpie parses your codebase and builds a graph tracking relationships between functions, files, classes, etc. We generate inferences for each node and embed and store it in the graph. This can be used to curate the correct context by performing a similarity search based on users query. The graph can also be queried to understand the code flow, it can be queried to understand the project structure etc.

This allows Potpie's agents to understand the codebase and reason about the code.

Potpie provides pre built agents for Q&A, Debugging, Testing, Understanding Code Changes, Low level design, but userss are not limited to these agents, you can build your own agents leveraging the tools provided to interface with the knowledge graph.
https://github.com/potpie-ai/potpie

@dhirenmathur
Copy link
Author

Hey @aprxi could you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant