Potpie : Open source prompt-to-agent for your codebase.
from ner5hd__@lemmy.world to selfhosted@lemmy.world on 30 Mar 16:11
https://lemmy.world/post/27578624

Hey everyone, I want to introduce potpie to the selfhosted community.

Potpie turns your codebase into a knowledge graph and lets you build custom AI agents with just a prompt. We also provide pre-built agents for onboarding, testing, debugging, coding, and low level design.

Here is the repo: github.com/potpie-ai/potpie

I have been posting about it on other communities on reddit and have incorporated some good feedback which I have incorporated heavily over the last month. I posted a bit about how it works in this post on ChatGPTCoding here.

We released a lot of major features here:

The entire custom agent creation logic was open sourced!

Open sourced the User Interface completely!

Local LLM support using Ollama!

Multi-LLM support using Litellm

Faster Agents with realtime streaming (Migrating from CrewAI to Pydantic AI)

Streaming tool calls and agent thoughts (Realtime visibility to user to see what the agent is doing)

Choose diferent model for agent execution and for knowledge graph creation

API support so that you can build your own codebase backed automations (Documentation, PR Review etc)

What’s next:

We’re working on integrations directly on the platform that should let you build out your custom workflows and automate tasks across your SDLC.

Trying to improve our VSCode extension and introduce a slack bot to allow you to incorporate it into your workflows easily.

What can you build with it:

Tell us what else would you like to see in something like this!

#selfhosted

threaded - newest

mesamunefire@lemmy.world on 30 Mar 17:50 collapse

I’m not sure if the hard requirement of using openai is good for an open source projects. It requires a somewhat hidden closed source source for the main functionality.

hedgehog@ttrpg.network on 31 Mar 00:20 collapse

The above post says it has support for Ollama, so I don’t think this is the case… but the instructions in the Readme do make it seem like it’s dependent on OpenAI.

ner5hd__@lemmy.world on 31 Mar 03:44 collapse

Oops good catch, seems like I missed the cleanup in the Readme to remove the openai dependency. Thank you! Ollama steps are mentioned in github.com/potpie-ai/potpie/…/GETTING_STARTED.md

EDIT: I’ve updated the readme with the details, thanks!