Skip to main content

ATLAST Evidence Chain Protocol — trust infrastructure for AI Agents

Project description

atlast-ecp

Python SDK for the ATLAST Evidence Chain Protocol (ECP) — trust infrastructure for AI agents.

PyPI Tests Python License

Install

pip install atlast-ecp

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

# With transparent proxy (Layer 0):
pip install atlast-ecp[proxy]

Three Integration Layers

Layer 0 — Zero Code (transparent proxy)

atlast run python my_agent.py
# or: OPENAI_BASE_URL=http://localhost:8340 python my_agent.py

Layer 1 — One Line (wrap)

from atlast_ecp import wrap
from openai import OpenAI

client = wrap(OpenAI())  # Records every LLM call automatically
response = client.chat.completions.create(model="gpt-4o", messages=[...])

Works with: OpenAI, Anthropic, Google Gemini, LiteLLM.

Layer 2 — Framework Adapters

# LangChain
from atlast_ecp.adapters.langchain import ATLASTCallbackHandler
llm = ChatOpenAI(callbacks=[ATLASTCallbackHandler(agent="my-agent")])

# CrewAI
from atlast_ecp.adapters.crewai import ATLASTCrewCallback
crew = Crew(callbacks=[ATLASTCrewCallback(agent="my-crew")])

# AutoGen
from atlast_ecp.adapters.autogen import register_atlast
register_atlast(my_agent)

CLI

atlast init              # Initialize ~/.ecp/
atlast record            # Create ECP record
atlast log               # View latest records
atlast verify <id>       # Verify chain integrity
atlast stats             # Trust signals
atlast insights          # Performance analytics
atlast proxy             # Start transparent proxy
atlast run <cmd>         # Run with auto-proxy
atlast did               # Agent DID

Module Stability

Module Status Description
core 🟢 Stable record_minimal(), record()
wrap 🟢 Stable wrap(client) for OpenAI/Anthropic/Gemini
record 🟢 Stable ECP record creation (v1.0 spec)
batch 🟢 Stable Merkle tree + batch upload
verify 🟢 Stable Signature + Merkle proof verification
storage 🟢 Stable Local ~/.ecp/ file storage
signals 🟢 Stable Trust signal computation
identity 🟢 Stable DID + Ed25519 key management
config 🟢 Stable Environment/config management
insights 🟢 Stable Performance analytics
webhook 🟢 Stable HMAC-signed webhook delivery
adapters.* 🟢 Stable LangChain, CrewAI, AutoGen
proxy 🟡 Beta Transparent HTTP proxy (Layer 0)
a2a 🟡 Beta Agent-to-Agent handoff tracking
cli 🟡 Beta atlast CLI
mcp_server 🟠 Experimental MCP tools server
otel_exporter 🟠 Experimental OpenTelemetry exporter
openclaw_scanner 🟠 Experimental OpenClaw session log scanner
auto 🟠 Experimental OTel auto-instrumentation

Privacy

  • Content never leaves your device — only SHA-256 hashes transmitted
  • Local storage: ~/.ecp/records/
  • On-chain: Merkle root only (EAS on Base)
  • Fail-Open: SDK errors never crash your agent

Links

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.12.1.tar.gz (430.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.12.1-py3-none-any.whl (361.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: atlast_ecp-0.12.1.tar.gz
  • Upload date:
  • Size: 430.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.12.1.tar.gz
Algorithm Hash digest
SHA256 32fac32e39d116aa9977cd6b993fcc3bdbca92f5507a5afe3a04d094de68ab7e
MD5 92ae489f522f19c0c557b144633d268d
BLAKE2b-256 38ce8eec758926d982f10491e06299311565047738805ecdf92abc1eca71df34

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlast_ecp-0.12.1.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.12.1-py3-none-any.whl.

File metadata

  • Download URL: atlast_ecp-0.12.1-py3-none-any.whl
  • Upload date:
  • Size: 361.4 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.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0896afcfc3e27699611cd5339d81b5a0e71e41bc453c8ff7e75847c4e8a6bd45
MD5 9167a83407d33e7ebd0d82f5f1c5b268
BLAKE2b-256 fd7689b0e0114de84328ab2d3491fe8a11c14607281b85672108919f7c5bccb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for atlast_ecp-0.12.1-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