From af60bef34ebea18c39cd6a95c478e57e3ab311a0 Mon Sep 17 00:00:00 2001 From: flakestorm Date: Sun, 4 Jan 2026 23:50:50 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5bcfa..73cdd65 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Want to see Flakestorm in action immediately? Here's the fastest path: That's it! You'll get a robustness score and detailed report showing how your agent handles adversarial inputs. -> **Note**: For full local execution (including mutation generation), you'll need Ollama installed. See the [Local Execution](#local-execution-advanced--power-users) section below or the [Usage Guide](docs/USAGE_GUIDE.md) for complete setup instructions. +> **Note**: For full local execution (including mutation generation), you'll need Ollama installed. See the [Usage Guide](docs/USAGE_GUIDE.md) for complete setup instructions. ## How Flakestorm Works From 6e1c2d028d87a555fd0cc48d39c5aaf3d910d6d6 Mon Sep 17 00:00:00 2001 From: flakestorm Date: Sun, 4 Jan 2026 23:52:03 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 73cdd65..e5ccc46 100644 --- a/README.md +++ b/README.md @@ -126,12 +126,6 @@ The result: You know exactly how your agent will behave under stress before user - ✅ **Local-First**: Uses Ollama with Qwen 3 8B for free testing - ✅ **Beautiful Reports**: Interactive HTML reports with pass/fail matrices -## Local Execution (Advanced / Power Users) - -For full local execution with mutation generation, you'll need to set up Ollama and configure your Python environment. This section covers the complete setup process for users who want to run everything locally without external dependencies. - -> **Quick Setup**: For detailed installation instructions, troubleshooting, and configuration options, see the [Usage Guide](docs/USAGE_GUIDE.md). The guide includes step-by-step instructions for Ollama installation, Python environment setup, model selection, and advanced configuration. - ## Toward a Zero-Setup Path We're working on making Flakestorm even easier to use. Future improvements include: