Releases: stateflow-dev/adaptive-runtime
Releases · stateflow-dev/adaptive-runtime
v0.1.0 — Tier 1 Adaptive Runtime Core
What's included
Tier 1 — minimal but powerful open-source runtime core.
5 Core Engines
- StateEngine — async state persistence (SQLite + Memory)
- ContextEngine — event → contextual classification
- ConfidenceEngine — adaptive probabilistic scoring
- DecisionEngine — rule-based explainable action selection
- RecoveryEngine — crash recovery + retry orchestration
Features
- Async-first (asyncio)
- Event-driven architecture
- Lightweight — no GPU, no PyTorch
- Runs on low-end laptop / $5 VPS
- 12/12 tests passing
Quick start
pip install pydantic aiosqlite