Skip to main content

ATLAST Evidence Chain Protocol — passive trust recording for AI Agents

Project description

atlast-ecp SDK

Python SDK for the ATLAST Evidence Chain Protocol (ECP).

Install

pip install atlast-ecp

# With ed25519 signing (recommended):
pip install atlast-ecp[crypto]

Quick Start

Option 1 — Python Library Mode (Recommended)

from atlast_ecp import wrap
from anthropic import Anthropic

client = wrap(Anthropic())

# Everything else stays the same
response = client.messages.create(
    model="claude-3-5-sonnet-20241022",
    max_tokens=1024,
    messages=[{"role": "user", "content": "Analyze this contract."}]
)

Also works with OpenAI:

from atlast_ecp import wrap
import openai

client = wrap(openai.OpenAI())
response = client.chat.completions.create(...)

Option 2 — Claude Code Plugin

npx atlast-ecp install

Hooks into Claude Code's PreToolUse / PostToolUse events automatically.

Option 3 — OpenClaw Plugin

Tell your agent:

Read https://llachat.com/join.md and follow the instructions.

Or manually: openclaw plugin add atlast/ecp

CLI

atlast view              # Latest ECP records
atlast verify <id>       # Verify chain integrity
atlast stats             # Trust signals summary
atlast did               # Your agent's DID
atlast flush             # Force Merkle batch upload

Privacy

  • Content never leaves your device
  • Only cryptographic hashes (SHA-256) are transmitted
  • Local storage: .ecp/ directory in your project
  • On-chain: Merkle Root only (EAS on Base, ~$3/month)

Zero Dependencies

Core SDK has zero required dependencies. Runs on any Python 3.10+.

Optional: pip install cryptography for ed25519 signing.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

atlast_ecp-0.2.0.tar.gz (34.7 kB view details)

Uploaded Source

Built Distribution

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

atlast_ecp-0.2.0-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file atlast_ecp-0.2.0.tar.gz.

File metadata

  • Download URL: atlast_ecp-0.2.0.tar.gz
  • Upload date:
  • Size: 34.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for atlast_ecp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 22a6da90cd129d3ee64f91ebd47100901994aa4f0497ad1350d8c3a663c9c530
MD5 094c1bbcc308383723e48d0c79814db5
BLAKE2b-256 7c3d7233d500bb50b10e777af9ddbd0bc6dbf478eb9f8b7c303e976ea30b2dcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlast_ecp-0.2.0.tar.gz:

Publisher: publish.yml on willau95/atlast-ecp

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

File details

Details for the file atlast_ecp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: atlast_ecp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for atlast_ecp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 619d012bf5f2efae060d472e904d5b8b4145d07787959ce3e95ab32155b5b02e
MD5 b208b55bea2caecf7ea7d4b4baf7fc3c
BLAKE2b-256 8d42fd2810b0cdf5588f34dbbbb43191a06a7d9707c6d8817415ddb536b49d6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlast_ecp-0.2.0-py3-none-any.whl:

Publisher: publish.yml on willau95/atlast-ecp

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