Agentes y multiagente

Potpie

potpie-ai/potpie

Potpie transforms a codebase and software development lifecycle into a living context graph for AI agents, indexing code, structure, decisions, source history, and team knowledge to enable context-aware coding, planning, and debugging.

★ 5,5KEstrellas
⑂ 642Bifurcaciones
99Problemas abiertos
PythonIdioma
Apache-2.0Licencia
Q@project.QualityScorePuntuación editorial

Capturas de pantalla del proyecto

Captura de pantalla de Potpie Captura de pantalla de Potpie Captura de pantalla de Potpie Captura de pantalla de Potpie Captura de pantalla de Potpie Captura de pantalla de Potpie

Resumen

Potpie is a CLI-first tool that builds and maintains a dynamic context graph from a project's codebase and SDLC data. It integrates with source control and project management platforms to ingest repositories, issues, reviews, and decisions. This graph is then exposed to AI coding agents and harnesses, allowing them to resolve tasks, search for specific workflows or conventions, and record durable project learnings with full contextual awareness.

Características principales

  • CLI-first architecture designed for both human and agent usage
  • Automated context graph generation from codebases and SDLC workflows
  • Integration with GitHub, Linear, Jira, and Confluence
  • Native support for AI coding harnesses including Claude Code, OpenAI Codex, Cursor, and OpenCode
  • Local daemon and web UI for graph exploration
  • Task resolution and semantic search capabilities
  • Ability to record durable project learnings back into the graph

Requisitos, instalación y guía rápida

Install the CLI via PyPI using `uv tool install potpie` (recommended) or `python3 -m pip install --user potpie`. Then, run the setup wizard using `potpie setup` to provision local config, storage, the daemon, a default pot, and agent skills.

Uso

After setup, register a repository with `potpie source add repo .`. Use `potpie resolve "<task>"` to pull context for an agent, or `potpie search "<query>"` to look up specific information. Record project learnings with `potpie record --type <type> --summary "<summary>"`. Launch the visual graph explorer with `potpie ui`.

Compatibilidad de modelos y casos de uso

Not stated in the repository metadata

Notas sobre la licencia y los riesgos

Licensed under the Apache-2.0 License.

Editorial verification 2026-08-09: repository URL, owner, description, license and repository statistics were reviewed. License metadata: Apache-2.0. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.

Lanzamiento y mantenimiento

Not stated in the repository metadata

Firecrawl

firecrawl/firecrawl

★ 161,1KTypeScript

LangChain

langchain-ai/langchain

★ 143,6KPython

RAGFlow

infiniflow/ragflow

★ 86,7KGo