Skip to content

examples: fix README drift and remove incomplete retool example - #182

Closed
aoshen02 wants to merge 1 commit into
mainfrom
examples-consistency
Closed

examples: fix README drift and remove incomplete retool example#182
aoshen02 wants to merge 1 commit into
mainfrom
examples-consistency

Conversation

@aoshen02

@aoshen02 aoshen02 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

What

Continuing the docs/examples consistency pass. examples/README.md had drifted from the actual examples/ contents in both directions, and one example directory was an incomplete stub.

Changes

examples/README.md

  • ❌ Removed dead link eval_multi_task — no such directory under examples/.
  • ❌ Removed dead link reproducibility — it's a docs/ page, not an example directory.
  • ✅ Added coding_agent_rl — a complete example (README + generate.py + shared adapter) that existed on disk but was unlisted.

Removed examples/retool/

  • It was an incomplete stub: only generate_with_retool.py + tool_sandbox.py, with no README and no run scripts (unlike upstream slime's full retool/). It was unlisted in the README and not referenced anywhere else in the repo (verified via grep).

Verification

  • After the change, every directory linked in examples/README.md exists, and every example directory on disk is listed.
  • grep -rin retool across *.py/*.sh/*.md/*.yml/*.j2 (excluding the deleted dir) returns no external references.

Out of scope (inherited from slime — flagged, not touched here)

These are identical in upstream slime and fixing them in vime alone would diverge from the mirror:

  • examples/DrGRPO/custom_reducer.py is cited in customization.md and vime/utils/arguments.py (as Dr.GRPO, with a spelling mismatch) but exists in neither vime nor slime.
  • examples/geo3k_vlm/README.md has a broken self-link ./examples/geo_3k_vlm/run_geo3k_vlm_sft.sh (typo), same as slime.

The examples/README directory listing had drifted from the actual
contents:

- Removed dead links to `eval_multi_task` and `reproducibility` — neither
  directory exists under examples/ (reproducibility is a docs/ page, not
  an example).
- Added the existing `coding_agent_rl` example, which was present on disk
  but unlisted.
- Removed `examples/retool/`: it was an incomplete stub (only
  generate_with_retool.py + tool_sandbox.py, no README and no run
  scripts), unreferenced anywhere else in the repo, and was likewise
  unlisted in the README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the examples directory by removing the retool and tool sandbox modules, as well as updating the README to document the new coding_agent_rl example and remove references to eval_multi_task and reproducibility. There are no review comments, so I have no feedback to provide.

@aoshen02

aoshen02 commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator Author

Folded into #180 to keep all content-trim docs/examples changes in a single PR.

@aoshen02 aoshen02 closed this Jun 8, 2026
@aoshen02
aoshen02 deleted the examples-consistency branch June 8, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant