Releases: PiQrypt/piqrypt
Release list
v1.7.1 — TrustGate + 9 bridges (major release)
What's new
Major release — completes the 4-layer PiQrypt stack.
TrustGate — AI governance engine (new)
Deterministic policy engine that intercepts agent actions before execution.
- Outcomes: ALLOW / REQUIRE_HUMAN / BLOCK / QUARANTINE
- Zero AI, zero heuristics — same input always produces same output
- Built-in compliance profiles: EU AI Act Art.12/14, ANSSI R25/R29, NIST AI RMF
- Hash-chained audit journal — every decision is signed and verifiable
- Human approval queue with configurable timeout
- REST API on port 8422
9 framework bridges (complete)
LangChain · CrewAI · AutoGen · MCP · Ollama · Session · OpenClaw · ROS2 · Raspberry Pi
AgentSession — cross-framework co-signed audit trails (new)
First tool to provide cryptographic co-signatures across framework boundaries.
A CrewAI agent, an AutoGen agent, and an Ollama model in the same verifiable session.
Install:
pip install piqrypt==1.7.1
piqrypt start --tier free # Vigil · port 8421
piqrypt start --tier business # + TrustGate · port 8422
Protégé par deux dépôts e-Soleau INPI :
- DSO2026006483 — 19 février 2026
- DSO2026009143 — 12 mars 2026
PiQrypt — The memory of your agents stays with you. Always.
contact@piqrypt.com · https://piqrypt.com
v1.6.0 — Key rotation continuity
What's new
Solves the key rotation memory gap — when an agent rotates its keys,
its full history is now reconstructable across rotation boundaries.
load_full_history(agent_id)— traverses the full rotation chain automaticallypiqrypt history <agent_id>— CLI command with rotation markers- SQLite index extended:
successor_agent_id,session_idcolumns - Existing index.db files auto-migrated on first use, no data loss
Install:
pip install piqrypt==1.6.0
Agents
v1.0.0 — Initial public release
Initial release
PiQrypt — cryptographic identity and audit layer for autonomous AI agents.
- Ed25519 agent signatures (AISS-1.0)
- Dilithium3 post-quantum signatures (AISS-2.0)
- Hash chain verification + fork detection
- A2A handshake — co-signed agent interactions
- RFC 3161 trusted timestamps
- Memory system (Free: plaintext, Pro: AES-256-GCM encrypted)
- 32 CLI commands
- Free tier: no account, no cloud, no signup
pip install piqrypt
piqrypt identity create my_agent
piqrypt stamp my_agent --payload '{"action":"test"}'
piqrypt verify my_agent