mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Update README.md
This commit is contained in:
parent
c1dcc4a47e
commit
85f00ba44d
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue