Skip to content

Releases: quantumpipes/vault

v0.5.0 — Governed Knowledge Store

06 Apr 18:55

Choose a tag to compare

The first public release of qp-vault: a governed knowledge store for autonomous organizations.

Install

pip install qp-vault

PyPI | Documentation | Getting Started

What is qp-vault?

A knowledge store where every document has a trust tier, every chunk has a SHA3-256 content ID, every mutation is auditable, and the entire vault is Merkle-verifiable. Air-gap native. Post-quantum ready.

Knowledge that can't be verified can't be trusted.

Highlights

  • Trust-weighted search: CANONICAL (1.5x), WORKING (1.0x), EPHEMERAL (0.7x), ARCHIVED (0.25x)
  • Content-addressed storage: SHA3-256 CID per chunk, Merkle root per vault
  • Knowledge lifecycle: DRAFT -> REVIEW -> ACTIVE -> SUPERSEDED -> EXPIRED -> ARCHIVED
  • Temporal validity: Point-in-time queries ("What was our policy on March 15?")
  • Memory layers: OPERATIONAL, STRATEGIC, COMPLIANCE with per-layer defaults
  • Merkle verification: Single resource or full vault, proof export for auditors
  • Health scoring: Composite 0-100 (freshness, uniqueness, coherence, connectivity)
  • Plugin system: @embedder, @parser, @Policy with air-gap support (drop .py files)
  • CLI: vault init, add, search, inspect, verify, health, status
  • FastAPI: 15+ REST endpoints via create_vault_router()
  • Capsule audit: Optional cryptographic audit trail via qp-capsule

Stats

Metric Value
Source modules 24
Tests 408 passing
Security score 100/100
Documentation guides 11
Python 3.12+
Core dependency pydantic (1 package)

Part of the Quantum Pipes Stack

Package Purpose
qp-capsule Cryptographic audit protocol
qp-vault Governed knowledge store
qp-conduit Infrastructure management
qp-tunnel Encrypted remote access