Download Latest Version v2.0.1 source code.zip (30.0 MB) Google Add to Preferred Sources
Home / v2.0.1
Name Modified Size InfoDownloads / Week
Parent folder
potpie-2.0.1-py3-none-any.whl 2026-08-31 545.3 kB
potpie-2.0.1.tar.gz 2026-08-31 464.3 kB
potpie_context_engine-0.2.0-py3-none-any.whl 2026-08-31 817.8 kB
SHA256SUMS.txt 2026-08-31 337 Bytes
README.md 2026-08-31 14.3 kB
v2.0.1 source code.tar.gz 2026-08-31 29.3 MB
v2.0.1 source code.zip 2026-08-31 30.0 MB
Totals: 7 Items   61.1 MB 1

v2.0.1

Potpie v2.0.1 strengthens the local-first Potpie architecture with a unified Context Engine runtime, cleaner CLI and daemon boundaries, a public context-graph runtime, and more reliable local agent workflows.

This release also publishes potpie-context-engine v0.2.0, consolidating the Context Engine under the potpie_context_engine namespace and introducing typed contracts for local and daemon execution.

Highlights

Unified Context Engine runtime

Potpie now uses one importable Context Engine, one Potpie-owned resource manager, and matching typed contracts for in-process and daemon execution. The daemon lifecycle has been consolidated around the canonical python -m potpie.daemon runtime, replacing the older reflective host and RPC architecture.

Public context graph and reconciliation

This release introduces the public graph runtime and asynchronous reconciliation flow, alongside improvements to graph reads, views, ranking, entity re-typing, semantic search, and the graph workbench command surface.

CLI and integration improvements

The CLI and daemon now live within the root potpie package. The release adds GitLab and GitBucket integration support, improves structured JSON errors and exit codes, clarifies repository and pot resolution, and removes unsupported legacy service and ingestion commands.

Packaging and security

Potpie v2.0.1 supports Python 3.12, 3.13, and 3.14. The exact release artifacts were built once, smoke-tested on macOS and Linux, published to PyPI, and verified by filename and SHA-256 hash.

The release also includes dependency and security hardening across aiohttp, cryptography, GitPython, MCP, Pillow, postcss, pydantic-ai-slim, pyasn1, setuptools, torch, and related dependency metadata.

Install

:::bash
uv tool install potpie==2.0.1

Or with pip:

:::bash
python3 -m pip install --user potpie==2.0.1

Migration notes

  • The standalone potpie-context-core package has been removed.
  • Context Engine library imports now use the potpie_context_engine namespace.
  • Legacy reflective host/RPC surfaces have been removed.
  • Unsupported potpie service commands and pot-level Jira/Linear ingestion commands have been removed.
  • Destructive graph import and repair operations now require confirmation; automated usage can pass --yes.

What's Changed

New Contributors

Full Changelog: https://github.com/potpie-ai/potpie/compare/v2.0.0...v2.0.1

Source: README.md, updated 2026-08-31