mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Refactor Entropix to FlakeStorm
- Rename all instances of Entropix to FlakeStorm - Rename package from entropix to flakestorm - Update all class names (EntropixConfig -> FlakeStormConfig, EntropixRunner -> FlakeStormRunner) - Update Rust module from entropix_rust to flakestorm_rust - Update README: remove cloud comparison, update links to flakestorm.com - Update .gitignore to allow docs files referenced in README - Add origin remote for VS Code compatibility - Fix missing imports and type references - All imports and references updated throughout codebase
This commit is contained in:
parent
7b75fc9530
commit
61652be09b
48 changed files with 586 additions and 425 deletions
|
|
@ -1,8 +1,8 @@
|
|||
"""
|
||||
Broken Agent Example
|
||||
|
||||
A deliberately fragile AI agent to demonstrate Entropix testing.
|
||||
This agent has multiple intentional weaknesses that Entropix will find.
|
||||
A deliberately fragile AI agent to demonstrate flakestorm testing.
|
||||
This agent has multiple intentional weaknesses that flakestorm will find.
|
||||
"""
|
||||
|
||||
import json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue