potpie
Basic Information
Potpie is an open-source Prompt-To-Agent platform that creates AI agents specialized for a specific codebase to automate code analysis, testing, debugging and development tasks. The repository implements a system that builds a knowledge graph of code relationships so agents can reason about functions, files and architecture. It provides a UI submodule, a FastAPI backend, Celery workers and Docker compose orchestration and requires Python 3.10, PostgreSQL, Neo4j and Redis. The project exposes REST endpoints to parse repositories, monitor parsing status, list and run available agents, create conversations and send messages to agents. It also supports provider model configuration via environment variables and integration points for custom tools, enabling both local development workflows and production deployment.