diff --git a/rsihub/assets/architecture.svg b/rsihub/assets/architecture.svg deleted file mode 100644 index 17c02b4..0000000 --- a/rsihub/assets/architecture.svg +++ /dev/null @@ -1,126 +0,0 @@ - - RSIHub architecture - Evolution methods such as Hill Climb, A-Evolve, AHE, GEPA and HyperAgents plug into one loop of select, rollout, analyze, mutate, gate and record. The loop and the agent it improves sit inside a declared mutable surface. Recipes select permitted targets, operators, and stages. Only the substrate below stays frozen: the evaluator, the runtime, the surface check and the stamped evidence. - - - - EVOLUTION METHODS - Five built-in strategies, or compose your own - - Hill Climb - - A-Evolve - - AHE - - GEPA - - HyperAgents - - your recipe - - - - - - - - - - ONE COMPOSABLE LOOP - recipes choose which stages and targets may evolve - - - DECLARED MUTABLE SURFACE · target + selected operators - - - - - - - - - - - - - - - Select - choose a parent - - Rollout - run tasks + evaluator - - Analyze - inspect the traces - - Mutate - edit the candidate - - Gate - accept verified gains - - Record - tag + archive - - - - - - - - - - - - - next generation - - - - evidence - - - contracts - PROTECTED MECHANISM - outside candidate control - - Frozen evaluator - pinned scoring contract - - Locked runtime - pinned deps + digest - - Surface check - declared paths only - - Stamped evidence - archive + git lineage - 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/evolve-lineage.svg b/rsihub/assets/evolve-lineage.svg deleted file mode 100644 index 3c7839c..0000000 --- a/rsihub/assets/evolve-lineage.svg +++ /dev/null @@ -1,22 +0,0 @@ - - Verified candidate lineage - A baseline branches into evaluated candidates. The selected lineage rises through successive generations to a verified improvement while unselected candidates remain visible as evidence. - - - - - - - - - - - - - - baseline - explored candidates - selected lineage - verified generation - - diff --git a/rsihub/index.html b/rsihub/index.html index 7db0b4f..c55c2d8 100644 --- a/rsihub/index.html +++ b/rsihub/index.html @@ -8,7 +8,7 @@ RSIHub | Self-Evolving Agent Framework by Simple Agent Lab + diff --git a/sitemap.xml b/sitemap.xml index 02d16b6..d20f144 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -6,7 +6,7 @@ https://simpleagentlab.com/rsihub/ - 2026-08-12 + 2026-08-14 https://simpleagentlab.com/ai4ai/ diff --git a/tests/test_rsihub_migration.py b/tests/test_rsihub_migration.py index 84dfbab..ba1c7fb 100644 --- a/tests/test_rsihub_migration.py +++ b/tests/test_rsihub_migration.py @@ -75,9 +75,6 @@ def test_canonical_project_page_uses_new_identity_and_urls(self): def test_project_assets_moved_and_svg_titles_renamed(self): assets = ROOT / "rsihub/assets" expected = { - "architecture.svg", - "benchmark-results.svg", - "evolve-lineage.svg", "paper-poster-lora-gen0.png", "paper-poster-lora-gen2.png", }