| .github/ISSUE_TEMPLATE | ||
| docs | ||
| examples | ||
| rust | ||
| src/flakestorm | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| BUILD_FIX.md | ||
| Cargo.toml | ||
| CHAOS_ENGINE.md | ||
| FIX_INSTALL.md | ||
| flakestorm-20260102-233336.html | ||
| flakestorm.yaml | ||
| flakestorm.yaml.example | ||
| flakestorm_demo.gif | ||
| flakestorm_report1.png | ||
| flakestorm_report2.png | ||
| flakestorm_report3.png | ||
| flakestorm_report4.png | ||
| flakestorm_report5.png | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| RELEASE_NOTES.md | ||
| ROADMAP.md | ||
| test_wheel_contents.sh | ||
Flakestorm: The Reliability Layer for Agentic Engineering ⚡️🤖
Flakestorm is a suite of infrastructure and observability tools designed to solve the Trust Gap in autonomous software development. As we move from human-written to agent-generated code, we provide the safety rails, cost-controls, and verification protocols required for production-grade AI.
🛠 The Flakestorm Stack
Our ecosystem addresses the four primary failure modes of AI agents:
🧹 Session-Sift
The Optimizer (Context & Memory) A semantic "Garbage Collector" for LLM sessions. It prunes context rot, resolved errors, and terminal noise to slash token costs by up to 60% while preventing semantic drift in long-running chats.
- Core Tech: MCP Server, Heuristic Pruning, Token FinOps.
🧪 Flakestorm Chaos (This Repo)
The Auditor (Resilience) Chaos Engineering for AI Agents. We deliberately inject failures, tool-latency, and adversarial inputs to verify that your agents degrade gracefully and adhere to behavioral contracts under fire.
- Core Tech: Failure Injection, Agentic Unit Testing, Red Teaming.
⚖️ VibeDiff
The Notary (Semantic Intent) A high-performance Rust auditor that verifies if agentic code changes actually match the developer's stated intent. It bridges the gap between "The Git Diff" and "The Vibe."
- Core Tech: Rust, Tree-sitter AST Analysis, Semantic Audit.
🛡️ Veraxiv
The Shield (Verification & Attestation) The final gate for autonomous systems. Veraxiv provides a high-integrity verification layer and tamper-proof attestation for machine-generated actions and outputs.
- Core Tech: Verification Protocol, Compliance Audit, Attestation.
🔄 The Reliable Agent Loop
We believe the future of engineering isn't just "Better Models," but Better Infrastructure. 1. Sift: Clean the input memory to maximize model intelligence. 2. Stress: Test the agent's logic through deliberate chaos (Flakestorm). 3. Audit: Verify the output code against the human's intent (VibeDiff). 4. Attest: Sign off on the final action with a verifiable audit trail (Veraxiv).