Find a file
2025-06-11 17:34:48 +08:00
.github/workflows create .github/workflows folder 2025-06-07 20:17:24 +08:00
benchmarks Add files via upload 2025-06-07 20:24:00 +08:00
demo Add files via upload 2025-06-07 20:25:24 +08:00
images Create .gitkeep 2025-06-07 19:36:50 +08:00
wfgy_sdk Delete wfgy_sdk/test_sdk_full.py 2025-06-10 17:34:33 +08:00
.gitignore Create .gitignore 2025-06-07 20:15:31 +08:00
config.yaml Add files via upload 2025-06-07 20:10:28 +08:00
default_config.py Update default_config.py 2025-06-11 12:40:46 +08:00
Dockerfile Add files via upload 2025-06-07 20:10:28 +08:00
environment.yml Add files via upload 2025-06-07 20:10:28 +08:00
example_01_basic_run.py Update example_01_basic_run.py 2025-06-11 12:29:26 +08:00
example_02_self_reflection.py Update example_02_self_reflection.py 2025-06-11 14:46:39 +08:00
example_03_chaos_mode.py Update example_03_chaos_mode.py 2025-06-11 14:46:54 +08:00
example_04_remote_inference.py Update example_04_remote_inference.py 2025-06-11 15:47:34 +08:00
example_05_universe_test.py Update example_05_universe_test.py 2025-06-11 17:29:08 +08:00
manifest.txt Add files via upload 2025-06-07 20:10:28 +08:00
README.md Add files via upload 2025-06-07 20:10:28 +08:00
reproduce.sh Add files via upload 2025-06-07 20:10:28 +08:00
requirements.txt Add files via upload 2025-06-07 20:10:28 +08:00
run_all_wfgy_modules.py Update run_all_wfgy_modules.py 2025-06-10 19:01:31 +08:00
run_wfgy_all_modules_demo.py Create run_wfgy_all_modules_demo.py 2025-06-10 19:15:32 +08:00
run_wfgy_with_embedding.py Create run_wfgy_with_embedding.py 2025-06-10 18:45:19 +08:00
setup.py Update setup.py 2025-06-07 21:20:35 +08:00
test_modules.py Create test_modules.py 2025-06-10 17:35:18 +08:00
test_sdk_full.py Create test_sdk_full.py 2025-06-10 17:35:06 +08:00
verify_manifest.py Add files via upload 2025-06-07 20:10:28 +08:00
wfgy_core.py Update wfgy_core.py 2025-06-11 17:34:48 +08:00

README.md

WFGY 1.0 Reproducibility Package

A Universal Unification Framework for Large-Scale Self-Healing LLMs
Zenodo DOI: 10.5281/zenodo.15593533
GitHub: https://github.com/PSBigBig/WFGY

Quickstart

git clone https://github.com/onestardao/WFGY.git
cd WFGY

# 1. Verify file integrity
python verify_manifest.py

# 2. Create environment
conda env create -f environment.yml
conda activate wfgy

# 3. Install SDK
pip install -e .

# 4. Run reproduction
bash reproduce.sh