GraphCanon updated 4d · GitHub synced 4d
Decision brief
Potpie: Manages contextual AI data in SDLC via Python under Apache-2.0 license.
Good fit when
- When needing a Python-based framework to integrate contextual data management throughout the lifecycle of AI projects.
- If your project requires interfacing with AI agents and needs a structured graph approach.
Avoid when
- Avoid if your SDLC does not involve significant AI component integration or context-sensitive data operations.
- Skip for projects needing solutions without Python dependency or requiring more flexible, non-graph-based toolsets.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 4d
- Provenance
- Not a fork · Organization account
- As of 4d
- Security (OSV)
- 2 low (2 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install potpie PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A framework to manage contextual data and tools throughout the software development lifecycle (SDLC) for AI projects.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Aug 18, 2026
- Languages
- python
Source: github.language+pyproject.toml · Aug 18, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 18, 2026)
python3 -m pip install --user potpieSource link
Tags
README
Step 1: install the CLI through PyPI with uv or pip:
uv tool install potpie
or:
python3 -m pip install --user potpie
[!NOTE]
uv tool install potpieis recommended for CLI installs because global mutation of Python packages is generally not recommended.
License
This project is licensed under the Apache 2.0 License. See LICENSE.
For agents
This page has a .md twin and JSON over the API.