Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Add potpie to autonomous agents section #43

Open
dhirenmathur wants to merge 2 commits into
aprxi:mainfrom
dhirenmathur:patch-1
Open

Add potpie to autonomous agents section #43
dhirenmathur wants to merge 2 commits into
aprxi:mainfrom
dhirenmathur:patch-1

Conversation

@dhirenmathur

@dhirenmathur dhirenmathur commented Nov 12, 2024

Copy link
Copy Markdown

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
Copy Markdown
Author

Hey @aprxi could you take a look?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant