From c1e58425e5b2ee28e8e38c5a8051b9be1c252871 Mon Sep 17 00:00:00 2001 From: Nandana Dileep Date: Wed, 11 Feb 2026 18:28:04 +0530 Subject: [PATCH] Add WFGY example to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c3704..50ad067 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,15 @@ bash Paper2Agent.sh \ --api ``` +#### WFGY Agent for Self-Healing LLM Debugging +Create a "meta" agent from the [WFGY](https://github.com/onestardao/WFGY) project (MIT licensed) that explains and applies a self-healing LLM framework for debugging other agents or prompts. Source paper: `WFGY_All_Principles_Return_to_One_v1.0_PSBigBig_Public.pdf`. + +```bash +bash Paper2Agent.sh \ + --project_dir WFGY_Agent \ + --github_url https://github.com/onestardao/WFGY +``` + ## ⚙️ Installation & Setup ### Prerequisites @@ -288,4 +297,3 @@ For comprehensive benchmarking results and evaluation metrics of Paper2Agent, pl url={https://arxiv.org/abs/2509.06917}, } ``` -