From 76a58e6e7a0f46448c87683a342b839ac6d14e48 Mon Sep 17 00:00:00 2001 From: CharlesYang030 Date: Thu, 21 May 2026 17:34:47 +0000 Subject: [PATCH] docs: polish README header and remove license section --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d1f873..5b9c5e1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# SkillOpt +# SkillOpt: Executive Strategy for Self-Evolving Agent Skills -**Executive Strategy for Self-Evolving Agent Skills** - -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) -[![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/) +[![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) *Train agent skills like you train neural networks — with epochs, learning rates, and validation gates — but without touching model weights.* @@ -416,6 +413,4 @@ For SWEBench, you also need a working Docker environment plus the SWE-bench harn } ``` -## License -MIT — see [LICENSE](LICENSE).