Skip to content

v0.1.0 — Safety Kernel for Agentic AI

Latest

Choose a tag to compare

@michaelwinczuk michaelwinczuk released this 09 Apr 01:23
· 3 commits to master since this release

Bastion v0.1.0

Safety kernel for agentic AI. Rust + Tokio.

Components

  • Consensus Gating — Multi-model agreement before action
  • Deterministic Verification — Zero LLM calls on critical path
  • SHA-256 Audit Trails — Hash-chained, immutable decision history
  • Checkpoint/Rollback — State recovery on failure
  • Self-Healing — Decision tree-based automatic recovery
  • Semantic Eyes — mmap knowledge graph with Bloom + CSR

Test Coverage

17 integration tests. CI via GitHub Actions.