Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add potpie to autonomous agents section #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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