Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@VladislavRoss VladislavRoss released this 09 Mar 11:51
· 44 commits to main since this release

aegis-ledger-sdk v0.1.0

Tamper-evident execution ledger for AI agents.

Features

  • AegisClient with @trace decorator for automatic logging
  • SHA-256 hash-chaining + Ed25519/ML-DSA-65/SLH-DSA-128s/Hybrid signatures
  • Framework integrations: LangChain, CrewAI, OpenAI Agents SDK, AutoGen/AG2
  • CLI: aegis verify, aegis status, aegis keygen, aegis report, aegis migrate
  • PII auto-detection and redaction (AHV, SSN, Email, Phone, IP, CC)
  • RFC 3161 timestamp support (eIDAS-ready)
  • Compliance reports: EU AI Act, ISO 42001
  • Fail-open with local spill buffer
  • Config system (~/.aegis/config.toml)
  • Migration tool (Ed25519 → Post-Quantum)

Install

pip install aegis-ledger-sdk[all]

Test Coverage

614 tests passing (102 E2E)