Skip to main content

Proof-chain registry for AI agents — backed by Walrus for persistent, portable, verifiable memory

Project description

verity

A proof-chain registry for AI agents, backed by Walrus for persistent, portable, verifiable memory.

CI Coverage PyPI version Python 3.11+ License: MIT PyPI Downloads


What it does

verity gives AI agents structured, portable memory:

feature → claim → test → evidence → release
                                       │
                              verity push ──► Walrus blob ID (immutable)
                              verity pull ◄── restore anywhere, any agent
  1. Proof-chain registry: track what an agent claimed, what it tested, and what it proved, all in a single verity.json file.
  2. Agent memory layer: push the registry to Walrus (or MemWal) and pull it back in any future session, on any machine, by any agent.

Built for the Sui Overflow hackathon, Walrus track.


Install

pip install walrus-verity

# With MemWal support
pip install "walrus-verity[memwal]"

AI coding assistant integration

Context skill: teach your AI tool the verity proof chain model, CLI, and API:

verity install-skill                    # Claude Code (global)
verity install-skill --tool cursor      # Cursor → .cursorrules
verity install-skill --tool windsurf    # Windsurf → .windsurfrules
verity install-skill --tool codex       # OpenAI Codex → AGENTS.md
verity install-skill --tool aider       # Aider → CONVENTIONS.md

MCP server: expose all verity tools natively to any MCP-compatible editor:

pip install "walrus-verity[mcp]"

Add to your claude_mcp_config.json (or equivalent):

{
  "mcpServers": {
    "verity": {
      "command": "verity-mcp",
      "env": {
        "WALRUS_PUBLISHER_URL": "https://publisher.walrus-testnet.walrus.space",
        "WALRUS_AGGREGATOR_URL": "https://aggregator.walrus-testnet.walrus.space"
      }
    }
  }
}

Available MCP tools: verity_init, verity_add_feature, verity_add_claim, verity_add_test, verity_add_evidence, verity_set_status, verity_validate, verity_release, verity_push, verity_pull, verity_log, verity_status.


Quick start

The CLI validates on every write, so build the chain with neutral statuses first, then promote them once everything is linked.

verity init --repo-id repo:my-project

# Phase 1 — build the chain (neutral statuses)
verity add feature feat:auth "User authentication"
verity add claim   clm:auth.t1 "Login succeeds"  --feature feat:auth
verity add test    tst:auth.unit "Unit test"      --claim clm:auth.t1 --kind unit --path tests/test_auth.py
verity add evidence evd:auth.ci "CI run"          --test tst:auth.unit --artifact artifacts/ci.json --status passed

# Phase 2 — promote statuses (edit verity.json: set claim → verified, test → passing)
verity validate      # → OK
verity release 1.0.0
verity push          # → blob: AbCdEfGh…

# Any agent, any machine, any future session:
verity pull AbCdEfGh…

Why two phases? verity validates after every add command. Setting --status verified on a claim before its test exists will fail. Build the full chain first, then mark statuses.

Using the Python API instead? Statuses can be set at add time; validation is deferred until you call validate() or push(). See Python API.

$ verity validate
OK

$ verity release 1.0.0
Released rel:1.0.0 at 2026-05-23T19:08:25Z
  claims: clm:auth.t1

$ verity push
blob: AbCdEfGhIjKlMnOpQrStUvWxYz0123456789

$ verity log
  1.  [walrus]  2026-05-23T19:08:25Z  AbCdEfGhIjKlMnOpQrStUvWxYz0123456789

$ verity status
repo:my-project  schema 0.1.0
features   1   claims     1  (1 verified, 0 open)
tests      1  (1 passing)
evidence   1  (1 passed)
releases   1   latest: rel:1.0.0  blob: AbCdEfGh…
valid      ✓

Documentation

Topic
CLI Reference All commands: init, add, validate, release, push, pull, log, site, context, install-skill
MCP Server verity-mcp: expose verity tools to any MCP-compatible editor
Python API VeritySession, low-level functions, custom backends
Schema Reference verity.json fields, ID prefixes, status values, validation rules
Walrus Setup Testnet, mainnet, custom endpoints
MemWal Setup Env vars, delegate keys, namespace isolation
Multi-Agent Patterns Handoff pattern, audit trail, dry-run
Scripts store_project_context.py: seed MemWal with verity project knowledge

Acknowledgements

The proof-chain model (feature → claim → test → evidence → release) is directly inspired by the ssot-registry project, licensed under Apache 2.0. verity adapts that model for AI agents and Walrus-backed persistence.


Contributing

See CONTRIBUTING.md. Run tests with uv run pytest.

License

MIT. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

walrus_verity-0.3.0.tar.gz (445.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

walrus_verity-0.3.0-py3-none-any.whl (34.8 kB view details)

Uploaded Python 3

File details

Details for the file walrus_verity-0.3.0.tar.gz.

File metadata

  • Download URL: walrus_verity-0.3.0.tar.gz
  • Upload date:
  • Size: 445.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for walrus_verity-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e6681198ce311d2d3bc6b6c3e2cde3333335a0ea93d9182e08a21a0aa70cf7d6
MD5 3469f007e5b580987e5e63c87e80fe68
BLAKE2b-256 1838036a5954809cbdc3549e452a20814f212310e3c67a7e987766d71e3b43ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for walrus_verity-0.3.0.tar.gz:

Publisher: publish.yml on vantage-ola/verity

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file walrus_verity-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: walrus_verity-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 34.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for walrus_verity-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e69a106e9b204f484d22ea251260b7c4c801092779acd498133acef3bd3eb3f
MD5 b9803514cbbe92d4686203187827f77e
BLAKE2b-256 f518a846bb79521310a2b0f640eec71d9b3ae1d78441364164f078f83df8f734

See more details on using hashes here.

Provenance

The following attestation bundles were made for walrus_verity-0.3.0-py3-none-any.whl:

Publisher: publish.yml on vantage-ola/verity

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page