Skip to content

Releases: michaelwinczuk/prism

v0.1.0 — Reliability Primitives for Agentic AI

09 Apr 01:23

Choose a tag to compare

Prism v0.1.0

Reliability layer for multi-agent AI systems. Rust + Tokio + PyO3 Python bindings.

Components

  • VotingMesh — Multi-agent consensus (215K ops/sec with 3 agents)
  • Sentinel — Safety pipeline with guardrails
  • Aegis — Exchange compliance (wash trading, spoofing detection)
  • Checkpoint/Replay — State capture with divergence detection
  • Self-Healing — Decision trees for automatic recovery

Test Coverage

95 tests passing. CI via GitHub Actions.