Update README.md

This commit is contained in:
Flakestorm 2026-04-07 23:40:41 +08:00 committed by GitHub
parent c1dcc4a47e
commit 85f00ba44d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
Our ecosystem addresses the four primary failure modes of AI agents:
### 🧹 [Session-Sift](https://github.com/flakestorm/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](https://github.com/flakestorm/flakestorm/blob/main/CHAOS_ENGINE.md) (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.
### 🧹 [Session-Sift](https://github.com/flakestorm/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.
### ⚖️ [VibeDiff](https://github.com/flakestorm/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.