Create README.md

This commit is contained in:
PSBigBig 2025-06-07 19:49:12 +08:00 committed by GitHub
parent daddb15035
commit 2b8246429e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

48
README.md Normal file
View file

@ -0,0 +1,48 @@
# WFGY 1.0: A Universal Framework for Self-Healing LLMs
Author: PSBigBig
GitHub: https://github.com/onestardao/WFGY
Contact: hello@onestardao.com
---
## 🚀 Run This Project (Quick Demo)
Clone the repo and run:
```bash
bash reproduce.sh
```
This will initialize the SDK and automatically reproduce all key results.
---
## ⭐ Challenge: Unlock WFGY 2.0
If we reach **10,000 GitHub stars before July 10, 2025**,
we will release **WFGY 2.0** with advanced reasoning, semantic modules, and training code.
You can be part of this moment.
---
## 🔧 Files Included
```
WFGY/
├── wfgy_sdk/ ← Core SDK (initializer, evaluator, CLI)
├── benchmarks/ ← Evaluation configs
├── demo/ ← Sample prompts
├── reproduce.sh ← One-click reproducibility
├── environment.yml
├── requirements.txt
├── Dockerfile
├── README.md
```
---
This repository is a companion to the scientific paper.
All key results are fully reproducible with this package.