Skip to content

Packages

Aevum is a monorepo. Each package is independently installable.

Release status

Packages marked 🔧 install successfully but contain stub implementations pending a future release. Packages marked 🚧 are in active development and not yet available on PyPI.

Package Purpose Status Source
aevum-core Context kernel: five functions, sigchain, barriers, consent ✅ Available source
aevum-server HTTP API wrapping the five functions ✅ Available source
aevum-store-oxigraph Embedded RDF graph backend (single-node) ✅ Available source
aevum-store-postgres PostgreSQL graph + consent + ledger backend ✅ Available source
aevum-mcp MCP server for any MCP-compatible host ✅ Available source
aevum-cli aevum server start, aevum store migrate, and more ✅ Available source

Install

pip install aevum-core                    # kernel only
pip install aevum-server                  # + HTTP API
pip install "aevum-core[cedar]"           # + Cedar policy enforcement
pip install aevum-core aevum-store-postgres aevum-server aevum-cli "aevum-core[cedar]"  # production

See Deployment for the full installation guide.