mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-29 12:10:05 +00:00
68 lines
3.8 KiB
Markdown
68 lines
3.8 KiB
Markdown
# MVP Demo — WFGY ProblemMap
|
|
|
|
This folder contains *demo-only* Python code for the MVP phase of WFGY modules.
|
|
It is **not production-ready**, but can run directly without dependencies beyond Python 3.8+.
|
|
|
|
## Structure
|
|
```
|
|
|
|
mvp\_demo/
|
|
├── layers/ # Layer modules demo
|
|
├── operators/ # Formula/operator demo
|
|
├── instruments/ # Tool demo
|
|
├── patterns/ # Usage patterns / scenarios
|
|
├── jump\_table/ # Simple jump/branch example
|
|
├── main.py # Entry point that calls everything
|
|
|
|
````
|
|
|
|
## How to run
|
|
```bash
|
|
cd mvp_demo
|
|
python main.py
|
|
````
|
|
|
|
## Notes
|
|
|
|
* All code is **self-contained** and should run without errors.
|
|
* The intent is to illustrate how these modules could be structured, not to provide full functionality.
|
|
|
|
|
|
### 🧭 Explore More
|
|
|
|
| Module | Description | Link |
|
|
|-----------------------|----------------------------------------------------------|----------|
|
|
| WFGY Core | WFGY 2.0 engine is live: full symbolic reasoning architecture and math stack | [View →](https://github.com/onestardao/WFGY/tree/main/core/README.md) |
|
|
| Problem Map 1.0 | Initial 16-mode diagnostic and symbolic fix framework | [View →](https://github.com/onestardao/WFGY/tree/main/ProblemMap/README.md) |
|
|
| Problem Map 2.0 | RAG-focused failure tree, modular fixes, and pipelines | [View →](https://github.com/onestardao/WFGY/blob/main/ProblemMap/rag-architecture-and-recovery.md) |
|
|
| Semantic Clinic Index | Expanded failure catalog: prompt injection, memory bugs, logic drift | [View →](https://github.com/onestardao/WFGY/blob/main/ProblemMap/SemanticClinicIndex.md) |
|
|
| Semantic Blueprint | Layer-based symbolic reasoning & semantic modulations | [View →](https://github.com/onestardao/WFGY/tree/main/SemanticBlueprint/README.md) |
|
|
| Benchmark vs GPT-5 | Stress test GPT-5 with full WFGY reasoning suite | [View →](https://github.com/onestardao/WFGY/tree/main/benchmarks/benchmark-vs-gpt5/README.md) |
|
|
| 🧙♂️ Starter Village 🏡 | New here? Lost in symbols? Click here and let the wizard guide you through | [Start →](https://github.com/onestardao/WFGY/blob/main/StarterVillage/README.md) |
|
|
|
|
---
|
|
|
|
> 👑 **Early Stargazers: [See the Hall of Fame](https://github.com/onestardao/WFGY/tree/main/stargazers)** —
|
|
> Engineers, hackers, and open source builders who supported WFGY from day one.
|
|
|
|
> <img src="https://img.shields.io/github/stars/onestardao/WFGY?style=social" alt="GitHub stars"> ⭐ [WFGY Engine 2.0](https://github.com/onestardao/WFGY/blob/main/core/README.md) is already unlocked. ⭐ Star the repo to help others discover it and unlock more on the [Unlock Board](https://github.com/onestardao/WFGY/blob/main/STAR_UNLOCKS.md).
|
|
|
|
<div align="center">
|
|
|
|
[](https://github.com/onestardao/WFGY)
|
|
|
|
[](https://github.com/onestardao/WFGY/tree/main/OS)
|
|
|
|
[](https://github.com/onestardao/WFGY/tree/main/OS/BlahBlahBlah)
|
|
|
|
[](https://github.com/onestardao/WFGY/tree/main/OS/BlotBlotBlot)
|
|
|
|
[](https://github.com/onestardao/WFGY/tree/main/OS/BlocBlocBloc)
|
|
|
|
[](https://github.com/onestardao/WFGY/tree/main/OS/BlurBlurBlur)
|
|
|
|
[](https://github.com/onestardao/WFGY/tree/main/OS/BlowBlowBlow)
|
|
|
|
</div>
|
|
|
|
|