From e243abb869d158643c1d471fd952f16fd777d60c Mon Sep 17 00:00:00 2001 From: Octane Date: Fri, 14 Aug 2026 12:01:30 +0800 Subject: [PATCH 01/20] Refresh the RSIHub project page against the latest repository - Replace the benchmark section with the v2 figure and the combined Train / Full Benchmark table, matching the current README numbers. - Add the four-part composition model (stage, operator, recipe, evaluate) and the operator CLI workflow to How RSIHub works. - Link the showcase paragraph to the result snapshot, frozen rubric, and minimal seed Skill. - Sync the subtitle and descriptions to the new framing (evaluator- driven learning, controllable modification). - Add the RSIHub ring mark above the page title and page styles for the mark and multi-line code blocks. - Bump the sitemap lastmod and update the expected asset list in the migration tests. Co-Authored-By: Claude Fable 5 --- assets/styles.css | 20 ++ rsihub/assets/benchmark-results-rsihub-v2.svg | 135 ++++++++++ rsihub/assets/benchmark-results.svg | 133 ---------- rsihub/assets/rsihub-mark.svg | 8 + rsihub/index.html | 243 ++++++++---------- sitemap.xml | 2 +- tests/test_rsihub_migration.py | 3 +- 7 files changed, 278 insertions(+), 266 deletions(-) create mode 100644 rsihub/assets/benchmark-results-rsihub-v2.svg delete mode 100644 rsihub/assets/benchmark-results.svg create mode 100644 rsihub/assets/rsihub-mark.svg diff --git a/assets/styles.css b/assets/styles.css index 8421710..d9010d5 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -247,6 +247,12 @@ footer a:hover { color: var(--fg); } .project-page { max-width: 760px; } .project-page h1 { margin-bottom: 1rem; } +.project-page .page-mark { + display: block; + width: 56px; + height: 56px; + margin-bottom: 18px; +} .project-page .tagline { margin-bottom: .5rem; font: 650 19px/1.5 var(--sans); @@ -318,6 +324,20 @@ footer a:hover { color: var(--fg); } background: var(--rule); font: 500 .82em ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; } +.project-page pre { + margin: 1.3rem 0 1.7rem; + padding: 14px 18px; + border-radius: 10px; + background: var(--rule); + overflow-x: auto; + font: 500 13px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; +} +.project-page pre code { + padding: 0; + border-radius: 0; + background: none; + font: inherit; +} .project-page .doc { min-width: 0; } .toc-rail { display: none; } .project-page .abstract { diff --git a/rsihub/assets/benchmark-results-rsihub-v2.svg b/rsihub/assets/benchmark-results-rsihub-v2.svg new file mode 100644 index 0000000..6dab105 --- /dev/null +++ b/rsihub/assets/benchmark-results-rsihub-v2.svg @@ -0,0 +1,135 @@ + +RSIHub benchmark results +Terminal Bench 2 and Tau cubed Banking results for four evolution methods with MiniSWE and Codex target agents. MiniSWE is grouped left and Codex right in each panel. The vertical axes use truncated ranges (50–80% and 5–45%). Dark bar sections show seed scores above each axis baseline; light sections show improvement to the best score. + + +Terminal Bench 2 + +50% + +55% + +60% + +65% + +70% + +75% + +80% + + +MiniSWE + + +55.1 +56.2(+1.1) +AHE + + +55.1 +68.5(+13.4) +Hyperagents + + +55.1 +65.2(+10.1) +A-Evolve + + +55.1 +59.6(+4.5) +GEPA +Codex + + +60.7 +66.3(+5.6) +AHE + + +60.7 +70.8(+10.1) +Hyperagents + + +60.7 +64.0(+3.3) +A-Evolve + + +60.7 +60.7(0.0) +GEPA +Tau³ Banking + +5% + +10% + +15% + +20% + +25% + +30% + +35% + +40% + +45% + + +MiniSWE + + +12.4 +22.7(+10.3) +AHE + + +12.4 +28.9(+16.5) +Hyperagents + + +12.4 +24.7(+12.3) +A-Evolve + + +12.4 +22.7(+10.3) +GEPA +Codex + + +11.3 +26.8(+15.5) +AHE + + +11.3 +39.2(+27.9) +Hyperagents + + +11.3 +13.4(+2.1) +A-Evolve + + +11.3 +15.5(+4.2) +GEPA + + +MiniSWE + + +Codex +dark = seed · light = improvement · labels show best (change) · target: GPT-5.4-high · meta: GPT-5.4-xhigh + diff --git a/rsihub/assets/benchmark-results.svg b/rsihub/assets/benchmark-results.svg deleted file mode 100644 index 49a0c4b..0000000 --- a/rsihub/assets/benchmark-results.svg +++ /dev/null @@ -1,133 +0,0 @@ - -RSIHub benchmark results -Terminal Bench 2 and Tau cubed Banking results for four evolution methods with MiniSWE and Codex target agents. MiniSWE is grouped left and Codex right in each panel. Dark bar sections show seed scores; light sections show improvement to the best score. - - -Terminal Bench 2 - -0% - -10% - -20% - -30% - -40% - -50% - -60% - -70% - -80% - - -MiniSWE Agent - - -60.7 -71.9 (+11.2) -AHE - - -60.7 -69.7 (+9.0) -Hyperagents - - -60.7 -69.7 (+9.0) -A Evolve - - -60.7 -69.7 (+9.0) -GEPA -Codex - - -58.4 -67.4 (+9.0) -AHE - - -58.4 -69.7 (+11.3) -Hyperagents - - -58.4 -58.4 (+0.0) -A Evolve - - -58.4 -58.4 (+0.0) -GEPA -Tau³ Banking - -0% - -10% - -20% - -30% - -40% - -50% - - -MiniSWE Agent - - -27.8 -33.0 (+5.2) -AHE - - -27.8 -39.2 (+11.4) -Hyperagents - - -27.8 -35.1 (+7.3) -A Evolve - - -27.8 -33.0 (+5.2) -GEPA -Codex - - -23.7 -32.0 (+8.3) -AHE - - -23.7 -42.3 (+18.6) -Hyperagents - - -23.7 -34.0 (+10.3) -A Evolve - - -23.7 -29.9 (+6.2) -GEPA - - -MiniSWE Agent - - -Codex -dark = seed · light = improvement · labels show best (+gain) · target: GPT-5.4-high · meta: GPT-5.4-xhigh - diff --git a/rsihub/assets/rsihub-mark.svg b/rsihub/assets/rsihub-mark.svg new file mode 100644 index 0000000..ca93ef8 --- /dev/null +++ b/rsihub/assets/rsihub-mark.svg @@ -0,0 +1,8 @@ + + RSIHub ring mark + Four separated arc segments, one in each ramp color, set a quarter turn apart around an open center. + + + + + diff --git a/rsihub/index.html b/rsihub/index.html index 7db0b4f..e15e94a 100644 --- a/rsihub/index.html +++ b/rsihub/index.html @@ -8,7 +8,7 @@ RSIHub | Self-Evolving Agent Framework by Simple Agent Lab