.dockerignore
.editorconfig
.gitignore
.gitmodules
.pre-commit-config.yaml
AGENTS.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.i18n.yaml
README.md
README.zh.md
SECURITY.md
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/MAINTAINER.md
.github/PULL_REQUEST_TEMPLATE.md
.github/actionlint.yaml
.github/dependabot.yml
.github/labeler.yml
.github/labels.json
.github/merge-oncall.json
.github/python-design-baseline.txt
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/example.yml
.github/ISSUE_TEMPLATE/experiment.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/ISSUE_TEMPLATE/performance.yml
.github/ISSUE_TEMPLATE/question.yml
.github/ISSUE_TEMPLATE/rfc.yml
.github/ISSUE_TEMPLATE/task.yml
.github/scripts/check_community_files.py
.github/scripts/check_python_design.py
.github/scripts/check_python_statements.py
.github/scripts/check_readme_i18n.py
.github/workflows/assign-merge-oncall.yml
.github/workflows/ci.yml
.github/workflows/dependabot-auto-merge.yml
.github/workflows/docker.yml
.github/workflows/docs-build.yml
.github/workflows/harness-smoke.yml
.github/workflows/label-issues.yml
.github/workflows/label-pull-requests.yml
.github/workflows/normalize-issue-status.yml
.github/workflows/release.yml
.github/workflows/stale.yml
.github/workflows/sync-labels.yml
.github/workflows/wake-waiting-issues.yml
docker/Dockerfile.reef
docker/README.md
docker/patch/mcore_parse_hybrid_pattern.py
docs/advanced_topics/state-model.rst
docs/assets/architecture-dark.svg
docs/assets/architecture-light.svg
docs/assets/loop-animation-dark.svg
docs/assets/loop-animation-light.svg
docs/assets/readme-arch-dark.svg
docs/assets/readme-arch-light.svg
docs/assets/readme-hero-dark.svg
docs/assets/readme-hero-light.svg
docs/assets/readme-loop-dark.svg
docs/assets/readme-loop-light.svg
docs/assets/reef-logo-dark.svg
docs/assets/reef-logo-light.svg
docs/assets/reef-wechat-assistant.jpg
docs/assets/render_architecture.py
docs/assets/openclawrl/demo.gif
docs/assets/openclawrl/learning-curve.png
docs/assets/sao/learning-curve.png
docs/assets/sdft/learning-curve.png
docs/assets/tttd/best-solution-history.png
docs/assets/tttd/erdos-best-solution-history.png
docs/assets/tttd/packing-configurations.png
docs/assets/tttd/packing26-best-solution-history.png
docs/assets/tttd/packing32-best-solution-history.png
docs/assets/tttd/wandb-training-metrics.png
docs/community/wechat.md
docs/contributing/adding-components.rst
docs/contributing/codebase-structure.rst
docs/contributing/development.rst
docs/contributing/testing.rst
docs/developer-guide/executors.rst
docs/developer-guide/harness-adapters.rst
docs/developer-guide/loss-families.rst
docs/developer-guide/processors.rst
docs/developer-guide/surface.rst
docs/developer-guide/write-a-harness-method.rst
docs/developer-guide/write-a-recipe.rst
docs/getting-started/core-loop.rst
docs/getting-started/installation.rst
docs/getting-started/intro.rst
docs/getting-started/quickstart.rst
docs/reference/cli.rst
docs/reference/configuration.rst
docs/reference/glossary.rst
docs/reference/http-api.rst
docs/reference/python-api.rst
docs/rfcs/README.rst
docs/rfcs/continual-opd.rst
docs/rfcs/evolution-scope.rst
docs/rfcs/method-integration.rst
docs/rfcs/reef-router.rst
docs/rfcs/stale-sample-training.rst
docs/site/.gitignore
docs/site/AGENTS.md
docs/site/CLAUDE.md
docs/site/eslint.config.mjs
docs/site/next-env.d.ts
docs/site/next.config.mjs
docs/site/package-lock.json
docs/site/package.json
docs/site/tsconfig.json
docs/site/tsconfig.tsbuildinfo
docs/site/vercel.json
docs/site/app/globals.css
docs/site/app/layout.tsx
docs/site/app/not-found.tsx
docs/site/app/page.tsx
docs/site/app/robots.ts
docs/site/app/sitemap.ts
docs/site/app/docs/page.tsx
docs/site/app/docs/[...slug]/page.tsx
docs/site/components/code-block.tsx
docs/site/components/docs-page.tsx
docs/site/components/github-icon.tsx
docs/site/components/header-nav.tsx
docs/site/components/header.tsx
docs/site/components/logo.tsx
docs/site/components/markdown.tsx
docs/site/components/mermaid-diagram.tsx
docs/site/components/mobile-nav.tsx
docs/site/components/route-focus.tsx
docs/site/components/search.tsx
docs/site/components/sidebar.tsx
docs/site/components/table-of-contents.tsx
docs/site/components/theme-sync.tsx
docs/site/components/theme-toggle.tsx
docs/site/components/home/commit-chart.tsx
docs/site/components/home/count-up.tsx
docs/site/components/home/logo-wall.tsx
docs/site/components/home/loop-diagram.svg
docs/site/components/home/loop-diagram.tsx
docs/site/components/home/loop-replay.tsx
docs/site/components/home/news-ticker.tsx
docs/site/lib/docs.ts
docs/site/lib/github.ts
docs/site/lib/news.ts
docs/site/lib/site.ts
docs/site/lib/theme.ts
docs/site/public/favicon.png
docs/site/public/icon.svg
docs/site/public/logos/amazon.svg
docs/site/public/logos/berkeley.svg
docs/site/public/logos/bytedance-seed.svg
docs/site/public/logos/cmu.svg
docs/site/public/logos/google-deepmind.svg
docs/site/public/logos/meta.svg
docs/site/public/logos/minimax.png
docs/site/public/logos/mit.svg
docs/site/public/logos/northeastern.svg
docs/site/public/logos/nus.png
docs/site/public/logos/stanford.svg
docs/site/public/logos/uiuc.svg
docs/site/public/slides/index.html
docs/site/scripts/check-doc-contracts.mjs
docs/site/scripts/check-doc-links.mjs
docs/site/scripts/fetch-repo-stats.mjs
docs/site/scripts/fetch-repo-stats.test.mjs
docs/user-guide/evolve-your-harness.rst
docs/user-guide/evolve-your-model.rst
docs/user-guide/operate.rst
docs/user-guide/recipes.rst
docs/user-guide/scenario-models.rst
docs/user-guide/tinker.rst
docs/user-guide/troubleshooting.rst
docs/user-guide/recipes/gepa.rst
docs/user-guide/recipes/openclawrl.rst
docs/user-guide/recipes/reefine.rst
docs/user-guide/recipes/sao.rst
docs/user-guide/recipes/sdft.rst
docs/user-guide/recipes/skillclaw.rst
docs/user-guide/recipes/tttd.rst
recipes/AGENTS.md
recipes/README.md
recipes/__init__.py
recipes/basic/external-provider.yaml
recipes/basic/local-sglang.yaml
recipes/basic/pyproject.toml
recipes/basic/run.py
recipes/basic/run.sh
recipes/basic/harbor/instruction.md
recipes/basic/harbor/task.toml
recipes/basic/harbor/environment/Dockerfile
recipes/basic/harbor/tests/test.sh
recipes/basic/harness/__init__.py
recipes/basic/harness/agent.py
recipes/basic/harness/report.py
recipes/beta/coral/README.md
recipes/beta/coral/__init__.py
recipes/beta/coral/bundle.py
recipes/beta/coral/gateway_launcher.py
recipes/beta/coral/journal.py
recipes/beta/coral/middleware.py
recipes/beta/coral/processor.py
recipes/beta/coral/recipe.py
recipes/beta/coral/reporter.py
recipes/beta/coral/watcher.py
recipes/beta/coral/examples/coral_demo/pyproject.toml
recipes/beta/coral/examples/coral_demo/run.py
recipes/beta/coral/examples/coral_demo/run.sh
recipes/beta/coral/examples/coral_demo/serve.yaml
recipes/beta/coral/examples/coral_demo/smoke/check_bundle.py
recipes/beta/coral/examples/coral_demo/smoke/echo_reef_service.py
recipes/beta/coral/examples/coral_demo/smoke/run_smoke.sh
recipes/beta/coral/examples/coral_demo/smoke/scripted_agent.py
recipes/beta/coral/examples/coral_demo/smoke/scripted_runtime.py
recipes/beta/coral/examples/coral_demo/task/litellm_config.yaml
recipes/beta/coral/examples/coral_demo/task/task.yaml
recipes/beta/coral/examples/coral_demo/task/grader/pyproject.toml
recipes/beta/coral/examples/coral_demo/task/grader/src/coral_demo_grader/__init__.py
recipes/beta/coral/examples/coral_demo/task/grader/src/coral_demo_grader/grader.py
recipes/beta/coral/examples/coral_demo/task/seed/solution.py
recipes/beta/spade/README.md
recipes/beta/spade/__init__.py
recipes/beta/spade/generation.py
recipes/beta/spade/objective.py
recipes/beta/spade/processor.py
recipes/beta/spade/recipe.py
recipes/beta/spade/examples/tinker/serve.yaml
recipes/gepa/README.md
recipes/gepa/__init__.py
recipes/gepa/archive.py
recipes/gepa/backend.py
recipes/gepa/components.py
recipes/gepa/method.py
recipes/gepa/recipe.py
recipes/gepa/reflection.py
recipes/gepa/examples/aime/README.md
recipes/gepa/examples/aime/gepa.yaml
recipes/gepa/examples/aime/pyproject.toml
recipes/gepa/examples/aime/run.py
recipes/gepa/examples/aime/run.sh
recipes/gepa/examples/aime/harness/__init__.py
recipes/gepa/examples/aime/harness/aime.py
recipes/gepa/examples/aime/harness/heldout.py
recipes/gepa/examples/aime/results/method-seed-0-2026-09-02/README.md
recipes/gepa/examples/aime/results/method-seed-0-2026-09-02/archive.json
recipes/gepa/examples/aime/results/method-seed-0-2026-09-02/summary.json
recipes/gepa/examples/aime/results/method-seed-1-2026-09-02/README.md
recipes/gepa/examples/aime/results/method-seed-1-2026-09-02/archive.json
recipes/gepa/examples/aime/results/method-seed-1-2026-09-02/summary.json
recipes/gepa/examples/aime/results/official-seeds-0-1-2026-09-02/README.md
recipes/gepa/examples/aime/results/official-seeds-0-1-2026-09-02/seed-0-config.json
recipes/gepa/examples/aime/results/official-seeds-0-1-2026-09-02/seed-0-summary.json
recipes/gepa/examples/aime/results/official-seeds-0-1-2026-09-02/seed-1-config.json
recipes/gepa/examples/aime/results/official-seeds-0-1-2026-09-02/seed-1-summary.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/README.md
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/baseline-official-task-usage.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/baseline-reef-task-usage.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/baseline-result.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/baseline-run-identity.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/manifest.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/optimization-run-identity.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/reference-config.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/reference-run-log.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/reference-summary.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/rules-config.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/rules-run-log.json
recipes/gepa/examples/aime/results/quickstart-seed-0-2026-09-01/rules-summary.json
recipes/meta_harness/README.md
recipes/meta_harness/RESULTS.md
recipes/meta_harness/__init__.py
recipes/meta_harness/backend.py
recipes/meta_harness/method.py
recipes/meta_harness/population.py
recipes/meta_harness/recipe.py
recipes/meta_harness/examples/terminal_bench/README.md
recipes/meta_harness/examples/terminal_bench/pyproject.toml
recipes/meta_harness/examples/terminal_bench/run.py
recipes/meta_harness/examples/terminal_bench/run.sh
recipes/meta_harness/examples/terminal_bench/terminal_bench.yaml
recipes/meta_harness/examples/terminal_bench/harness/__init__.py
recipes/meta_harness/examples/terminal_bench/harness/agent.py
recipes/meta_harness/examples/terminal_bench/harness/benchmark.py
recipes/meta_harness/examples/terminal_bench/harness/tasks.json
recipes/meta_harness/results/reef_harness.py
recipes/openclawrl/README.md
recipes/openclawrl/__init__.py
recipes/openclawrl/objective.py
recipes/openclawrl/prm.py
recipes/openclawrl/processor.py
recipes/openclawrl/recipe.py
recipes/openclawrl/sessions.py
recipes/openclawrl/turns.py
recipes/openclawrl/examples/openclawrl/README.md
recipes/openclawrl/examples/openclawrl/__init__.py
recipes/openclawrl/examples/openclawrl/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/pyproject.toml
recipes/openclawrl/examples/openclawrl/restamp.sh
recipes/openclawrl/examples/openclawrl/run.sh
recipes/openclawrl/examples/openclawrl/serve.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s000/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s001/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s002/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s003/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s004/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s005/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s006/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s007/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s008/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s009/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s010/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s011/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s012/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s013/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s014/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s015/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s016/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s017/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s018/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s019/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s020/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s021/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s022/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s023/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s024/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s025/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s026/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s027/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s028/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s029/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s030/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s031/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s032/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s033/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s034/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s035/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s036/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s037/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s038/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s039/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s040/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s041/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s042/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s043/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s044/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s045/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s046/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s047/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s048/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s049/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s050/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s051/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s052/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s053/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s054/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s055/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s056/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s057/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s058/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s059/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s060/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s061/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s062/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s063/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s064/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s065/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s066/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s067/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s068/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s069/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s070/tests/test.sh
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/instruction.md
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/task.toml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/environment/Dockerfile
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/environment/Dockerfile.judge
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/environment/docker-compose.yaml
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/environment/problem.json
recipes/openclawrl/examples/openclawrl/harbor-tasks/gsm8k-s071/tests/test.sh
recipes/openclawrl/examples/openclawrl/harness/__init__.py
recipes/openclawrl/examples/openclawrl/harness/agent.py
recipes/openclawrl/examples/openclawrl/results/learning_curve.py
recipes/openclawrl/examples/openclawrl/results/2026-08-27-gsm8k-stream-qwen3-4b-thinking/demo.gif
recipes/openclawrl/examples/openclawrl/results/2026-08-27-gsm8k-stream-qwen3-4b-thinking/learning_curve.png
recipes/openclawrl/examples/openclawrl/user_sim/Dockerfile
recipes/openclawrl/examples/openclawrl/user_sim/personas.py
recipes/openclawrl/examples/openclawrl/user_sim/pyproject.toml
recipes/openclawrl/examples/openclawrl/user_sim/student_server.py
recipes/openclawrl/slime/__init__.py
recipes/openclawrl/slime/objective.py
recipes/openclawrl/slime/teacher.py
recipes/openclawrl/slime/utils/__init__.py
recipes/openclawrl/slime/utils/data_builder.py
recipes/sao/README.md
recipes/sao/__init__.py
recipes/sao/objective.py
recipes/sao/processor.py
recipes/sao/recipe.py
recipes/sao/examples/ceobench/README.md
recipes/sao/examples/ceobench/docker-compose.yaml
recipes/sao/examples/ceobench/pyproject.toml
recipes/sao/examples/ceobench/run.py
recipes/sao/examples/ceobench/run.sh
recipes/sao/examples/ceobench/serve.yaml
recipes/sao/examples/ceobench/harbor/instruction.md
recipes/sao/examples/ceobench/harbor/task.toml
recipes/sao/examples/ceobench/harbor/environment/Dockerfile
recipes/sao/examples/ceobench/harbor/environment/engine.py
recipes/sao/examples/ceobench/harbor/environment/reef.patch
recipes/sao/examples/ceobench/harbor/tests/score.py
recipes/sao/examples/ceobench/harbor/tests/test.sh
recipes/sao/examples/ceobench/harness/__init__.py
recipes/sao/examples/ceobench/harness/agent.py
recipes/sao/examples/ceobench/harness/harbor_agent.py
recipes/sao/examples/ceobench/harness/report.py
recipes/sao/examples/ceobench/harness/tools.py
recipes/sao/examples/ceobench/harness/values.py
recipes/sao/examples/ceobench/results/2026-09-13-baseline-qwen3.6-27b-seed42/manifest.json
recipes/sao/examples/ceobench/results/2026-09-13-baseline-qwen3.6-27b-seed42/run-config.json
recipes/sao/examples/ceobench/results/2026-09-13-baseline-qwen3.6-27b-seed42/weeks.csv
recipes/sao/examples/ceobench/results/2026-09-14-trained-qwen3.6-27b-seed42/holds.csv
recipes/sao/examples/ceobench/results/2026-09-14-trained-qwen3.6-27b-seed42/manifest.json
recipes/sao/examples/ceobench/results/2026-09-14-trained-qwen3.6-27b-seed42/weeks.csv
recipes/sao/examples/imo_answerbench/README.md
recipes/sao/examples/imo_answerbench/evaluate.py
recipes/sao/examples/imo_answerbench/evaluation_stats.py
recipes/sao/examples/imo_answerbench/export_problems.py
recipes/sao/examples/imo_answerbench/plot_paper.py
recipes/sao/examples/imo_answerbench/plot_stream.py
recipes/sao/examples/imo_answerbench/pyproject.toml
recipes/sao/examples/imo_answerbench/run.py
recipes/sao/examples/imo_answerbench/run.sh
recipes/sao/examples/imo_answerbench/serve-30b-multi.yaml
recipes/sao/examples/imo_answerbench/serve-30b.yaml
recipes/sao/examples/imo_answerbench/serve.yaml
recipes/sao/examples/imo_answerbench/stream.py
recipes/sao/examples/imo_answerbench/harbor/imo-12/instruction.md
recipes/sao/examples/imo_answerbench/harbor/imo-12/task.toml
recipes/sao/examples/imo_answerbench/harbor/imo-12/environment/Dockerfile
recipes/sao/examples/imo_answerbench/harbor/imo-12/tests/grade.py
recipes/sao/examples/imo_answerbench/harbor/imo-12/tests/test.sh
recipes/sao/examples/imo_answerbench/harbor/imo-4/instruction.md
recipes/sao/examples/imo_answerbench/harbor/imo-4/task.toml
recipes/sao/examples/imo_answerbench/harbor/imo-4/environment/Dockerfile
recipes/sao/examples/imo_answerbench/harbor/imo-4/tests/grade.py
recipes/sao/examples/imo_answerbench/harbor/imo-4/tests/test.sh
recipes/sao/examples/imo_answerbench/harbor/imo-8/instruction.md
recipes/sao/examples/imo_answerbench/harbor/imo-8/task.toml
recipes/sao/examples/imo_answerbench/harbor/imo-8/environment/Dockerfile
recipes/sao/examples/imo_answerbench/harbor/imo-8/tests/grade.py
recipes/sao/examples/imo_answerbench/harbor/imo-8/tests/test.sh
recipes/sao/examples/imo_answerbench/harness/__init__.py
recipes/sao/examples/imo_answerbench/harness/agent.py
recipes/sao/examples/imo_answerbench/harness/grader.py
recipes/sao/examples/imo_answerbench/harness/report.py
recipes/sao/examples/imo_answerbench/results/2026-09-21-mid-pass-pool/learning_curve.png
recipes/sao/slime/__init__.py
recipes/sao/slime/objective.py
recipes/sao/slime/utils/__init__.py
recipes/sao/slime/utils/data_builder.py
recipes/sao/slime/utils/schedule.py
recipes/sdft/README.md
recipes/sdft/__init__.py
recipes/sdft/objective.py
recipes/sdft/processor.py
recipes/sdft/recipe.py
recipes/sdft/examples/skill_stream/README.md
recipes/sdft/examples/skill_stream/docker-compose.yaml
recipes/sdft/examples/skill_stream/pyproject.toml
recipes/sdft/examples/skill_stream/run.py
recipes/sdft/examples/skill_stream/run.sh
recipes/sdft/examples/skill_stream/serve.yaml
recipes/sdft/examples/skill_stream/harbor/science/instruction.md
recipes/sdft/examples/skill_stream/harbor/science/task.toml
recipes/sdft/examples/skill_stream/harbor/science/environment/Dockerfile
recipes/sdft/examples/skill_stream/harbor/science/environment/Dockerfile.judge
recipes/sdft/examples/skill_stream/harbor/science/environment/docker-compose.yaml
recipes/sdft/examples/skill_stream/harbor/science/environment/judge_config.json
recipes/sdft/examples/skill_stream/harbor/science/environment/judge_server.py
recipes/sdft/examples/skill_stream/harbor/science/environment/score.py
recipes/sdft/examples/skill_stream/harbor/science/environment/skills.py
recipes/sdft/examples/skill_stream/harbor/science/environment/stage.py
recipes/sdft/examples/skill_stream/harbor/science/environment/task.json
recipes/sdft/examples/skill_stream/harbor/science/tests/grade.py
recipes/sdft/examples/skill_stream/harbor/science/tests/test.sh
recipes/sdft/examples/skill_stream/harbor/tooluse/instruction.md
recipes/sdft/examples/skill_stream/harbor/tooluse/task.toml
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/Dockerfile
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/Dockerfile.judge
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/docker-compose.yaml
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/judge_config.json
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/judge_server.py
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/score.py
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/skills.py
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/stage.py
recipes/sdft/examples/skill_stream/harbor/tooluse/environment/task.json
recipes/sdft/examples/skill_stream/harbor/tooluse/tests/grade.py
recipes/sdft/examples/skill_stream/harbor/tooluse/tests/test.sh
recipes/sdft/examples/skill_stream/harness/__init__.py
recipes/sdft/examples/skill_stream/harness/agent.py
recipes/sdft/examples/skill_stream/results/2026-09-19-skill-stream-qwen2.5-7b/learning_curve.png
recipes/sdft/slime/__init__.py
recipes/sdft/slime/objective.py
recipes/skillclaw/README.md
recipes/skillclaw/__init__.py
recipes/skillclaw/pyproject.toml
recipes/skillclaw/recipe.py
recipes/skillclaw/run.py
recipes/skillclaw/run.sh
recipes/skillclaw/skillclaw.yaml
recipes/skillclaw/harbor/LICENSE
recipes/skillclaw/harbor/instruction.md
recipes/skillclaw/harbor/task.toml
recipes/skillclaw/harbor/environment/Dockerfile
recipes/skillclaw/harbor/environment/docker-compose.yaml
recipes/skillclaw/harbor/environment/start-services.sh
recipes/skillclaw/harbor/environment/workspace/SKILL.md
recipes/skillclaw/harbor/environment/workspace/utils.py
recipes/skillclaw/harbor/environment/workspace/fixtures/calendar/events.json
recipes/skillclaw/harbor/environment/workspace/fixtures/gmail/inbox.json
recipes/skillclaw/harbor/environment/workspace/mock_services/_base.py
recipes/skillclaw/harbor/environment/workspace/mock_services/calendar/server.py
recipes/skillclaw/harbor/environment/workspace/mock_services/gmail/server.py
recipes/skillclaw/harbor/tests/grade.py
recipes/skillclaw/harbor/tests/test.sh
recipes/skillclaw/harness/__init__.py
recipes/skillclaw/harness/catalog.py
recipes/skillclaw/harness/config.py
recipes/skillclaw/harness/day.py
recipes/skillclaw/harness/evolver.py
recipes/skillclaw/harness/harbor_agent.py
recipes/skillclaw/harness/night.py
recipes/skillclaw/harness/prompts.py
recipes/skillclaw/harness/sessions.py
recipes/skillclaw/harness/skillclaw.py
recipes/skillclaw/harness/stats.py
recipes/skillclaw/harness/tasks.json
recipes/skillclaw/serving/README.md
recipes/skillclaw/serving/judge_proxy.py
recipes/skillclaw/serving/serving.env.template
recipes/tttd/README.md
recipes/tttd/__init__.py
recipes/tttd/objective.py
recipes/tttd/processor.py
recipes/tttd/recipe.py
recipes/tttd/report.py
recipes/tttd/tinker.py
recipes/tttd/examples/guidance_ttt/README.md
recipes/tttd/examples/guidance_ttt/pyproject.toml
recipes/tttd/examples/guidance_ttt/run.py
recipes/tttd/examples/guidance_ttt/run.sh
recipes/tttd/examples/guidance_ttt/serve.yaml
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/contract.json
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/instruction.md
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/task.toml
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/environment/Dockerfile
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/environment/docker-compose.yaml
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/solution/gpt_oss_120b_bootstrap_library.json
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/tests/grade.py
recipes/tttd/examples/guidance_ttt/harbor/polyomino_packing/tests/test.sh
recipes/tttd/examples/guidance_ttt/harness/__init__.py
recipes/tttd/examples/guidance_ttt/harness/agent.py
recipes/tttd/examples/guidance_ttt/harness/contract.py
recipes/tttd/examples/guidance_ttt/harness/execution.py
recipes/tttd/examples/guidance_ttt/harness/harbor_agent.py
recipes/tttd/examples/guidance_ttt/harness/library.py
recipes/tttd/examples/guidance_ttt/harness/prompts.py
recipes/tttd/examples/guidance_ttt/harness/puct.py
recipes/tttd/examples/guidance_ttt/harness/run_controller.py
recipes/tttd/examples/guidance_ttt/harness/scorer.py
recipes/tttd/examples/guidance_ttt/harness/search.py
recipes/tttd/examples/guidance_ttt/harness/state.py
recipes/tttd/examples/guidance_ttt/results/README.md
recipes/tttd/examples/guidance_ttt/results/check_results.py
recipes/tttd/examples/guidance_ttt/results/polyomino.md
recipes/tttd/examples/guidance_ttt/results/runs.json
recipes/tttd/examples/guidance_ttt/results/trimul.md
recipes/tttd/examples/tttd/README.md
recipes/tttd/examples/tttd/pyproject.toml
recipes/tttd/examples/tttd/run.py
recipes/tttd/examples/tttd/run.sh
recipes/tttd/examples/tttd/serve-tinker.yaml
recipes/tttd/examples/tttd/serve.yaml
recipes/tttd/examples/tttd/harbor/circle_packing_26/instruction.md
recipes/tttd/examples/tttd/harbor/circle_packing_26/task.toml
recipes/tttd/examples/tttd/harbor/circle_packing_26/environment/Dockerfile
recipes/tttd/examples/tttd/harbor/circle_packing_26/environment/Dockerfile.judge
recipes/tttd/examples/tttd/harbor/circle_packing_26/environment/docker-compose.yaml
recipes/tttd/examples/tttd/harbor/circle_packing_26/environment/judge_config.json
recipes/tttd/examples/tttd/harbor/circle_packing_26/environment/judge_server.py
recipes/tttd/examples/tttd/harbor/circle_packing_26/environment/score.py
recipes/tttd/examples/tttd/harbor/circle_packing_26/tests/grade.py
recipes/tttd/examples/tttd/harbor/circle_packing_26/tests/test.sh
recipes/tttd/examples/tttd/harbor/circle_packing_32/instruction.md
recipes/tttd/examples/tttd/harbor/circle_packing_32/task.toml
recipes/tttd/examples/tttd/harbor/circle_packing_32/environment/Dockerfile
recipes/tttd/examples/tttd/harbor/circle_packing_32/environment/Dockerfile.judge
recipes/tttd/examples/tttd/harbor/circle_packing_32/environment/docker-compose.yaml
recipes/tttd/examples/tttd/harbor/circle_packing_32/environment/judge_config.json
recipes/tttd/examples/tttd/harbor/circle_packing_32/environment/judge_server.py
recipes/tttd/examples/tttd/harbor/circle_packing_32/environment/score.py
recipes/tttd/examples/tttd/harbor/circle_packing_32/tests/grade.py
recipes/tttd/examples/tttd/harbor/circle_packing_32/tests/test.sh
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/instruction.md
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/task.toml
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/environment/Dockerfile
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/environment/Dockerfile.judge
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/environment/docker-compose.yaml
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/environment/judge_config.json
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/environment/judge_server.py
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/environment/score.py
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/tests/grade.py
recipes/tttd/examples/tttd/harbor/erdos_min_overlap/tests/test.sh
recipes/tttd/examples/tttd/harness/__init__.py
recipes/tttd/examples/tttd/harness/agent.py
recipes/tttd/examples/tttd/harness/harbor_agent.py
recipes/tttd/examples/tttd/harness/run_controller.py
recipes/tttd/examples/tttd/harness/sandbox.py
recipes/tttd/examples/tttd/harness/scorer.py
recipes/tttd/examples/tttd/harness/search.py
recipes/tttd/examples/tttd/results/capture_packing.py
recipes/tttd/examples/tttd/results/export_wandb_history.py
recipes/tttd/examples/tttd/results/formal-8x64-v3-erdos/README.md
recipes/tttd/examples/tttd/results/formal-8x64-v3-erdos/best_solution_history.png
recipes/tttd/examples/tttd/results/formal-8x64-v3-erdos/summary.csv
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/README.md
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/best_solution_history.csv
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/best_solution_history.png
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/manifest.json
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing_configurations.png
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/plot_results.py
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/summary.csv
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/wandb_history.csv
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/wandb_training_metrics.png
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/README.md
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/best_solution.py
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/best_solution_history.png
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/circles.csv
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/history.jsonl
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/step-020.json
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/step-040.json
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing26/step-050.json
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/README.md
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/best_solution.py
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/best_solution_history.png
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/circles.csv
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/history.jsonl
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/step-020.json
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/step-040.json
recipes/tttd/examples/tttd/results/formal-8x64-v3-packing/packing32/step-050.json
recipes/tttd/slime/__init__.py
recipes/tttd/slime/objective.py
reef/__init__.py
reef/__main__.py
reef/cli.py
reef/dispatcher.py
reef/artifact/__init__.py
reef/artifact/artifact.py
reef/artifact/composite.py
reef/artifact/git_client.py
reef/artifact/git_lfs.py
reef/artifact/memory.py
reef/artifact/peft.py
reef/artifact/release_chain.py
reef/artifact/repository.py
reef/artifact/sources.py
reef/core/__init__.py
reef/core/artifact_ref.py
reef/core/batches.py
reef/core/components.py
reef/core/config.py
reef/core/errors.py
reef/core/evaluation.py
reef/core/records_types.py
reef/core/requirements.py
reef/core/training_request.py
reef/core/trajectories.py
reef/core/version.py
reef/core/reports/__init__.py
reef/core/reports/base.py
reef/core/reports/scored_rollout.py
reef/core/reports/teacher_context.py
reef/core/tasks/__init__.py
reef/core/tasks/harbor.py
reef/core/tasks/split.py
reef/harness/__init__.py
reef/harness/step_result.py
reef/harness/adapters/__init__.py
reef/harness/adapters/descriptor.py
reef/harness/adapters/harness_facts.py
reef/harness/adapters/claude/__init__.py
reef/harness/adapters/claude/descriptor.yaml
reef/harness/adapters/claude/harness_facts.yaml
reef/harness/adapters/claude/quirks.py
reef/harness/adapters/codex/__init__.py
reef/harness/adapters/codex/descriptor.yaml
reef/harness/adapters/codex/harness_facts.yaml
reef/harness/adapters/codex/quirks.py
reef/harness/adapters/dsh/__init__.py
reef/harness/adapters/dsh/descriptor.yaml
reef/harness/adapters/dsh/harness_facts.yaml
reef/harness/adapters/dsh/quirks.py
reef/harness/adapters/hermes/__init__.py
reef/harness/adapters/hermes/descriptor.yaml
reef/harness/adapters/hermes/harness_facts.yaml
reef/harness/adapters/hermes/quirks.py
reef/harness/adapters/native/__init__.py
reef/harness/adapters/native/descriptor.yaml
reef/harness/adapters/opencode/__init__.py
reef/harness/adapters/opencode/descriptor.yaml
reef/harness/adapters/opencode/harness_facts.yaml
reef/harness/adapters/opencode/quirks.py
reef/harness/adapters/pi/__init__.py
reef/harness/adapters/pi/descriptor.yaml
reef/harness/adapters/pi/pi_extension_api.md
reef/harness/adapters/pi/quirks.py
reef/harness/adapters/pi/requests.ts
reef/harness/adapters/pi/version_check.ts
reef/harness/adapters/terminus/__init__.py
reef/harness/adapters/terminus/descriptor.yaml
reef/harness/adapters/terminus/harness_facts.yaml
reef/harness/adapters/terminus/quirks.py
reef/harness/client/__init__.py
reef/harness/client/tasks.py
reef/harness/client/wrapper.py
reef/harness/compose/UPSTREAM.md
reef/harness/compose/__init__.py
reef/harness/compose/context.py
reef/harness/compose/events.py
reef/harness/compose/fiber.py
reef/harness/compose/loader.py
reef/harness/compose/reflect.py
reef/harness/compose/registry.py
reef/harness/compose/service.py
reef/harness/compose/utils.py
reef/harness/episodes/__init__.py
reef/harness/episodes/e2b.py
reef/harness/episodes/e2b_relay.py
reef/harness/episodes/executor.py
reef/harness/episodes/lease.py
reef/harness/episodes/model_binding.py
reef/harness/episodes/requests.py
reef/harness/episodes/run.py
reef/harness/episodes/trajectory.py
reef/harness/episodes/vendor_install.py
reef/harness/episodes/version_check.py
reef/harness/runners/__init__.py
reef/harness/runners/native/__init__.py
reef/harness/runners/native/__main__.py
reef/harness/runners/native/enforce.py
reef/harness/runners/native/graph.py
reef/harness/runners/native/host.py
reef/harness/runners/native/plugins.py
reef/harness/runners/native/release_client.py
reef/harness/runners/native/sandboxed.py
reef/harness/runners/native/seed.py
reef/harness/runners/native/selftools.py
reef/harness/runners/native/serve.py
reef/harness/runners/terminus/__init__.py
reef/harness/runners/terminus/runner.py
reef/harness/runners/terminus/tree.py
reef/harness/tree/__init__.py
reef/harness/tree/mutations.py
reef/harness/tree/nodes.py
reef/harness/tree/render.py
reef/inference/__init__.py
reef/inference/chat.py
reef/inference/deployment.py
reef/inference/http.py
reef/inference/model_config.py
reef/inference/runtime.py
reef/inference/tinker.py
reef/inference/sglang/__init__.py
reef/inference/sglang/backend.py
reef/inference/sglang/chat.py
reef/inference/sglang/config.py
reef/inference/sglang/control.py
reef/inference/sglang/deployment.py
reef/inference/sglang/engine.py
reef/inference/sglang/executor.py
reef/inference/sglang/health.py
reef/inference/sglang/launch.py
reef/inference/sglang/lock.py
reef/inference/sglang/lora_schema.py
reef/inference/sglang/plugin.py
reef/inference/sglang/process.py
reef/inference/sglang/runtime.py
reef/inference/sglang/service.py
reef/inference/sglang/worker.py
reef/inference/vllm/__init__.py
reef/inference/vllm/chat.py
reef/inference/vllm/connector.py
reef/inference/vllm/runtime.py
reef/inference/vllm/versions.py
reef/observability/__init__.py
reef/observability/base.py
reef/observability/factory.py
reef/observability/open_telemetry.py
reef/observability/operations.py
reef/observability/tracing.py
reef/observability/wandb.py
reef/recipe/__init__.py
reef/recipe/base.py
reef/recipe/checkpoint_strategy.py
reef/recipe/composite.py
reef/recipe/config.py
reef/recipe/config_fields.py
reef/recipe/cordis.py
reef/recipe/errors.py
reef/recipe/registry.py
reef/recipe/reefine/__init__.py
reef/recipe/reefine/agent.py
reef/recipe/reefine/agent_gateway.py
reef/recipe/reefine/agent_rules.md
reef/recipe/reefine/agent_tools.ts
reef/recipe/reefine/evolution.py
reef/recipe/reefine/multimodal.py
reef/recipe/reefine/trial.py
reef/recipe/reefine/trial_driver.mjs
reef/record2dataset/__init__.py
reef/record2dataset/__main__.py
reef/record2dataset/client.py
reef/record2dataset/designer.py
reef/record2dataset/harbor.py
reef/record2dataset/service.py
reef/record2dataset/wire.py
reef/runtime/deployment.py
reef/runtime/interfaces.py
reef/runtime/publication.py
reef/runtime/recovery.py
reef/runtime/scheduler.py
reef/runtime/executor/__init__.py
reef/runtime/executor/arguments.py
reef/runtime/executor/base.py
reef/runtime/executor/config.py
reef/runtime/executor/connection.py
reef/runtime/executor/delegating.py
reef/runtime/executor/failure.py
reef/runtime/executor/multiproc.py
reef/runtime/executor/placement.py
reef/runtime/executor/process_guard.py
reef/runtime/executor/ray.py
reef/runtime/executor/ray_runtime.py
reef/runtime/executor/requirements.py
reef/runtime/executor/uniproc.py
reef/scenario/__init__.py
reef/scenario/binding.py
reef/scenario/committer.py
reef/scenario/factory.py
reef/scenario/history.py
reef/scenario/registry.py
reef/scenario/releases.py
reef/scenario/scenario.py
reef/service/__init__.py
reef/service/__main__.py
reef/service/app.py
reef/service/assembly.py
reef/service/auth.py
reef/service/cors.py
reef/service/errors.py
reef/service/install_script.py
reef/service/page_chrome.py
reef/service/release_page.py
reef/service/request_page.py
reef/service/request_service.py
reef/service/runtime.py
reef/service/slime_driver.py
reef/service/streaming.py
reef/service/training_driver.py
reef/service/wire.py
reef/service/connector/__init__.py
reef/service/connector/__main__.py
reef/service/connector/runtime.py
reef/service/connector/service.py
reef/service/connector/state.py
reef/service/deploy/__init__.py
reef/service/deploy/__main__.py
reef/service/deploy/cli.py
reef/service/deploy/config_utils.py
reef/service/deploy/deployment_config.py
reef/service/deploy/diagnostics.py
reef/service/deploy/execution.py
reef/service/deploy/generator.py
reef/service/deploy/guard.py
reef/service/deploy/inference.py
reef/service/deploy/orchestrator.py
reef/service/deploy/process.py
reef/service/deploy/service_config.py
reef/service/deploy/training.py
reef/service/profiles/__init__.py
reef/service/profiles/reefine.yaml
reef/service/routes/__init__.py
reef/service/routes/inference.py
reef/service/routes/payload.py
reef/service/routes/records.py
reef/service/routes/scenarios.py
reef/service/routes/system.py
reef/storage/__init__.py
reef/storage/commit_log.py
reef/storage/commits.py
reef/storage/migrations.py
reef/storage/model_config.py
reef/storage/observer.py
reef/storage/postgres.py
reef/storage/records.py
reef/storage/scenario.py
reef/storage/sql_records.py
reef/storage/sqlite.py
reef/surface/__init__.py
reef/surface/adapter.py
reef/surface/base.py
reef/surface/config.py
reef/surface/files.py
reef/surface/harnesses.py
reef/surface/weights.py
reef/surface/skills/__init__.py
reef/surface/skills/modules.py
reef/surface/skills/surface.py
reef/train/__init__.py
reef/train/backend.py
reef/train/deployment.py
reef/train/runtime.py
reef/train/runtime_backend.py
reef/train/trainer.py
reef/train/algos/__init__.py
reef/train/algos/helpers.py
reef/train/algos/objective.py
reef/train/algos/registry.py
reef/train/algos/schedule.py
reef/train/algos/signals.py
reef/train/cordis_backend/__init__.py
reef/train/cordis_backend/backend.py
reef/train/cordis_backend/contracts.py
reef/train/cordis_backend/execution.py
reef/train/cordis_backend/manifest.py
reef/train/cordis_backend/processor.py
reef/train/cordis_backend/proposals.py
reef/train/cordis_backend/record_history.py
reef/train/cordis_backend/strategies.py
reef/train/evaluation/__init__.py
reef/train/evaluation/config.py
reef/train/evaluation/evaluators.py
reef/train/processors/__init__.py
reef/train/processors/base.py
reef/train/processors/common.py
reef/train/processors/computed.py
reef/train/processors/distill.py
reef/train/processors/reported.py
reef/train/processors/task_generation.py
reef/train/slime_backend/__init__.py
reef/train/slime_backend/algorithm.py
reef/train/slime_backend/data_builder.py
reef/train/slime_backend/driver.py
reef/train/slime_backend/inference.py
reef/train/slime_backend/launch.py
reef/train/slime_backend/loss_families.py
reef/train/slime_backend/resources.py
reef/train/slime_backend/runtime.py
reef/train/slime_backend/training.py
reef/train/slime_backend/distill/__init__.py
reef/train/slime_backend/distill/algorithm.py
reef/train/slime_backend/distill/objective.py
reef/train/slime_backend/distill/teacher.py
reef/train/slime_backend/reef_adapters/__init__.py
reef/train/slime_backend/reef_adapters/arguments.py
reef/train/slime_backend/reef_adapters/batches.py
reef/train/slime_backend/reef_adapters/bridge.py
reef/train/slime_backend/reef_adapters/preflight.py
reef/train/slime_backend/reef_adapters/preparation.py
reef/train/slime_backend/reef_adapters/ray_train_groups.py
reef/train/slime_backend/reef_adapters/slime_arguments.py
reef/train/slime_backend/reef_adapters/train_groups.py
reef/train/slime_backend/reef_adapters/worker_hooks.py
reef/train/slime_backend/reef_adapters/executors/__init__.py
reef/train/slime_backend/reef_adapters/executors/config.py
reef/train/slime_backend/reef_adapters/executors/ray.py
reef/train/slime_backend/reef_adapters/megatron/__init__.py
reef/train/slime_backend/reef_adapters/megatron/adapter_slots.py
reef/train/slime_backend/reef_adapters/megatron/hf_arguments.py
reef/train/slime_backend/reef_adapters/megatron/hf_export.py
reef/train/slime_backend/reef_adapters/megatron/lora.py
reef/train/slime_backend/reef_adapters/megatron/lora_checkpoint.py
reef/train/slime_backend/reef_adapters/megatron/model_provider.py
reef/train/slime_backend/reef_adapters/megatron/train_actor.py
reef/train/slime_backend/reef_adapters/megatron/bridges/__init__.py
reef/train/slime_backend/reef_adapters/megatron/bridges/qwen3_5.py
reef/train/slime_backend/reef_adapters/training_job/__init__.py
reef/train/slime_backend/reef_adapters/training_job/storage.py
reef/train/slime_backend/reef_adapters/weight_updaters/__init__.py
reef/train/slime_backend/reef_adapters/weight_updaters/base.py
reef/train/slime_backend/reef_adapters/weight_updaters/checkpoint.py
reef/train/slime_backend/reef_adapters/weight_updaters/colocated.py
reef/train/slime_backend/reef_adapters/weight_updaters/distributed.py
reef/train/slime_backend/reef_adapters/weight_updaters/lora_transport.py
reef/train/tinker_backend/__init__.py
reef/train/tinker_backend/backend.py
reef/train/tinker_backend/checkpoint.py
reef/train/tinker_backend/client.py
reef/train/tinker_backend/config.py
reef/train/tinker_backend/launch.py
reef/train/tinker_backend/losses.py
reef/train/tinker_backend/preparation.py
reef/train/tinker_backend/runtime.py
reef/train/tinker_backend/training.py
reef/train/types/__init__.py
reef/train/types/commits.py
reef/train/types/contexts.py
reef/train/types/results.py
reef/train/types/rows.py
reef_infra.egg-info/PKG-INFO
reef_infra.egg-info/SOURCES.txt
reef_infra.egg-info/dependency_links.txt
reef_infra.egg-info/entry_points.txt
reef_infra.egg-info/requires.txt
reef_infra.egg-info/scm_file_list.json
reef_infra.egg-info/scm_version.json
reef_infra.egg-info/top_level.txt
tests/conftest.py
tests/executor_helpers.py
tests/test_ceobench_harness.py
tests/test_cli_usage.py
tests/test_cli_version.py
tests/test_coral_adapter.py
tests/test_coral_body_headers.py
tests/test_coral_bundle.py
tests/test_coral_demo_grader.py
tests/test_coral_gateway_launcher.py
tests/test_coral_watcher.py
tests/test_example_entrypoints.py
tests/test_example_startup.py
tests/test_gepa_aime_harness.py
tests/test_guidance_ttt.py
tests/test_meta_harness_terminal_bench.py
tests/test_openclawrl.py
tests/test_openclawrl_personas.py
tests/test_openclawrl_stream.py
tests/test_reef_client.py
tests/test_reef_client_serve.py
tests/test_sdft_skill_stream.py
tests/test_spade_generation.py
tests/test_spade_training.py
tests/test_tttd_harness.py
tests/test_tttd_judge.py
tests/test_tttd_packing_tasks.py
tests/test_tttd_run_controller.py
tests/inference/test_control_contracts.py
tests/inference/test_deployment.py
tests/inference/test_sglang_deployment.py
tests/inference/test_sglang_operations.py
tests/packaging/recipe-wheel.yaml
tests/plugin_contracts/__init__.py
tests/plugin_contracts/_shared.py
tests/plugin_contracts/test_plugin_runtime_hook_contracts.py
tests/plugin_contracts/test_slime_backend_scope.py
tests/reef_service/__init__.py
tests/reef_service/_candidate_evaluation_plugin.py
tests/reef_service/_grouped_pg.py
tests/reef_service/_policy_recipe.py
tests/reef_service/_stub_engine.py
tests/reef_service/_threshold_processor.py
tests/reef_service/_training_deployment.py
tests/reef_service/_trajectories.py
tests/reef_service/config_helpers.py
tests/reef_service/conftest.py
tests/reef_service/runtime_stubs.py
tests/reef_service/slime_coordinator.py
tests/reef_service/test_adapter_residency.py
tests/reef_service/test_adapter_surface.py
tests/reef_service/test_artifact_versions.py
tests/reef_service/test_async_pipeline_core.py
tests/reef_service/test_auth.py
tests/reef_service/test_bridge_readiness.py
tests/reef_service/test_candidate_evaluation_plugins.py
tests/reef_service/test_checkpoint_storage.py
tests/reef_service/test_client_agent_record_id.py
tests/reef_service/test_commit_log.py
tests/reef_service/test_component_config_arguments.py
tests/reef_service/test_component_trainers.py
tests/reef_service/test_compose_core.py
tests/reef_service/test_compose_loader.py
tests/reef_service/test_composite_recipe.py
tests/reef_service/test_composite_replay_parity.py
tests/reef_service/test_composite_restart_replay.py
tests/reef_service/test_composite_rollback_admission.py
tests/reef_service/test_computed_feedback_processor.py
tests/reef_service/test_config_layout.py
tests/reef_service/test_connector.py
tests/reef_service/test_console_cors.py
tests/reef_service/test_contributor_docs.py
tests/reef_service/test_coral_processor.py
tests/reef_service/test_coral_recipe.py
tests/reef_service/test_coral_service_integration.py
tests/reef_service/test_cordis_floor.py
tests/reef_service/test_dependency_boundaries.py
tests/reef_service/test_deploy_config_validation.py
tests/reef_service/test_deployment_startup.py
tests/reef_service/test_distill_algorithm.py
tests/reef_service/test_distill_parity.py
tests/reef_service/test_distill_processor.py
tests/reef_service/test_e2b_tunnel.py
tests/reef_service/test_episode_executor.py
tests/reef_service/test_error_translation.py
tests/reef_service/test_evaluation_worker_pool.py
tests/reef_service/test_evolution_executor_ray.py
tests/reef_service/test_example_executor_configs.py
tests/reef_service/test_executor.py
tests/reef_service/test_executor_failure.py
tests/reef_service/test_executor_runtime.py
tests/reef_service/test_executor_selection.py
tests/reef_service/test_failure_manifest.py
tests/reef_service/test_gepa.py
tests/reef_service/test_gepa_fidelity.py
tests/reef_service/test_gpu_placement.py
tests/reef_service/test_harbor_tasks.py
tests/reef_service/test_harness_channel.py
tests/reef_service/test_harness_contracts.py
tests/reef_service/test_harness_episode.py
tests/reef_service/test_harness_evolve_processor.py
tests/reef_service/test_harness_example.py
tests/reef_service/test_harness_proposals.py
tests/reef_service/test_harness_read.py
tests/reef_service/test_harness_recipe.py
tests/reef_service/test_harness_render.py
tests/reef_service/test_harness_requests.py
tests/reef_service/test_harness_step_record.py
tests/reef_service/test_harness_wrapper.py
tests/reef_service/test_health_monitor.py
tests/reef_service/test_http_api_docs.py
tests/reef_service/test_inference_control.py
tests/reef_service/test_inference_memory.py
tests/reef_service/test_inference_recovery.py
tests/reef_service/test_learning_inspection.py
tests/reef_service/test_local_inference_startup.py
tests/reef_service/test_manual_training.py
tests/reef_service/test_meta_harness.py
tests/reef_service/test_meta_harness_artifact_transactions.py
tests/reef_service/test_model_binding.py
tests/reef_service/test_model_deployment.py
tests/reef_service/test_model_process_guard.py
tests/reef_service/test_model_supervision.py
tests/reef_service/test_model_supervision_ray.py
tests/reef_service/test_multi_scenario_bridge.py
tests/reef_service/test_multi_scenario_training.py
tests/reef_service/test_multimodal_relay.py
tests/reef_service/test_multiproc_executor.py
tests/reef_service/test_native_enforce.py
tests/reef_service/test_native_harness.py
tests/reef_service/test_native_loop.py
tests/reef_service/test_native_plugins.py
tests/reef_service/test_native_runtime_selection.py
tests/reef_service/test_native_serve.py
tests/reef_service/test_node_credential_scan.py
tests/reef_service/test_node_directive_scan.py
tests/reef_service/test_objectives.py
tests/reef_service/test_openclawrl.py
tests/reef_service/test_openclawrl_gpu_pool.py
tests/reef_service/test_orchestrator_overrides.py
tests/reef_service/test_parallel_service_startup.py
tests/reef_service/test_peft_validator.py
tests/reef_service/test_policy_tensors.py
tests/reef_service/test_postgres_records.py
tests/reef_service/test_provider_startup.py
tests/reef_service/test_python_design_policy.py
tests/reef_service/test_python_statement_policy.py
tests/reef_service/test_ray_runtime.py
tests/reef_service/test_ray_runtime_multi_lora.py
tests/reef_service/test_recipe_config_fields.py
tests/reef_service/test_recipe_deployment.py
tests/reef_service/test_recipe_runtime_model.py
tests/reef_service/test_recipe_source_root.py
tests/reef_service/test_record2dataset_deploy.py
tests/reef_service/test_record2dataset_designer.py
tests/reef_service/test_record2dataset_harbor.py
tests/reef_service/test_record2dataset_service.py
tests/reef_service/test_record_import.py
tests/reef_service/test_record_import_cli.py
tests/reef_service/test_record_retention.py
tests/reef_service/test_record_store_contract.py
tests/reef_service/test_record_tracing.py
tests/reef_service/test_records.py
tests/reef_service/test_reef_artifacts.py
tests/reef_service/test_reef_checkpointing.py
tests/reef_service/test_reef_concurrency.py
tests/reef_service/test_reef_contracts.py
tests/reef_service/test_reef_core_package.py
tests/reef_service/test_reef_git_lfs.py
tests/reef_service/test_reef_interface_inheritance.py
tests/reef_service/test_reef_recipe_requests.py
tests/reef_service/test_reef_recipes.py
tests/reef_service/test_reef_removed_lifecycle.py
tests/reef_service/test_reef_runner.py
tests/reef_service/test_reef_scenarios.py
tests/reef_service/test_reef_trainer_contracts.py
tests/reef_service/test_reef_wire.py
tests/reef_service/test_reefine_agent.py
tests/reef_service/test_reefine_answer_loop.py
tests/reef_service/test_reefine_harness_facts.py
tests/reef_service/test_reefine_recipe.py
tests/reef_service/test_reefine_tutorial.py
tests/reef_service/test_regression_gate.py
tests/reef_service/test_release_components.py
tests/reef_service/test_release_page.py
tests/reef_service/test_reported_feedback_processor.py
tests/reef_service/test_reports.py
tests/reef_service/test_repository_backend_capabilities.py
tests/reef_service/test_request_body_validation.py
tests/reef_service/test_request_page.py
tests/reef_service/test_requests_entries.py
tests/reef_service/test_requests_extension.py
tests/reef_service/test_requests_requires.py
tests/reef_service/test_routes_off_loop.py
tests/reef_service/test_runtime_composition.py
tests/reef_service/test_runtime_load_id.py
tests/reef_service/test_runtime_registry.py
tests/reef_service/test_runtime_scheduler.py
tests/reef_service/test_sample_task_metadata.py
tests/reef_service/test_sao_bridge.py
tests/reef_service/test_sao_configs.py
tests/reef_service/test_sao_parity.py
tests/reef_service/test_sao_pipeline.py
tests/reef_service/test_sao_reference.py
tests/reef_service/test_scenario_api.py
tests/reef_service/test_scenario_history.py
tests/reef_service/test_scenario_models.py
tests/reef_service/test_scenario_release_concurrency.py
tests/reef_service/test_scenario_store.py
tests/reef_service/test_scenario_store_integration.py
tests/reef_service/test_sdft_pipeline.py
tests/reef_service/test_selection.py
tests/reef_service/test_serve_profile.py
tests/reef_service/test_served_url.py
tests/reef_service/test_service_config_arguments.py
tests/reef_service/test_service_executor_ray.py
tests/reef_service/test_service_executors.py
tests/reef_service/test_service_guard.py
tests/reef_service/test_sglang_chat_capture.py
tests/reef_service/test_shared_ray_runtime.py
tests/reef_service/test_skill_delivery.py
tests/reef_service/test_skillclaw.py
tests/reef_service/test_skillclaw_catalog.py
tests/reef_service/test_slime_algorithm_contract.py
tests/reef_service/test_slime_bridge.py
tests/reef_service/test_slime_hf_autofill.py
tests/reef_service/test_startup_diagnostics.py
tests/reef_service/test_step_record_history.py
tests/reef_service/test_step_schedule.py
tests/reef_service/test_surfaces.py
tests/reef_service/test_task_generation_processor.py
tests/reef_service/test_task_player.py
tests/reef_service/test_task_split.py
tests/reef_service/test_terminus_agent.py
tests/reef_service/test_terminus_episode.py
tests/reef_service/test_terminus_tree.py
tests/reef_service/test_tinker_backend.py
tests/reef_service/test_tinker_client.py
tests/reef_service/test_tinker_local_engine.py
tests/reef_service/test_tinker_local_engine_ray.py
tests/reef_service/test_train_admission.py
tests/reef_service/test_trainer.py
tests/reef_service/test_training_backends.py
tests/reef_service/test_training_coordinator.py
tests/reef_service/test_training_data_items.py
tests/reef_service/test_training_execution.py
tests/reef_service/test_training_publication.py
tests/reef_service/test_training_restart.py
tests/reef_service/test_training_server.py
tests/reef_service/test_training_service.py
tests/reef_service/test_training_startup.py
tests/reef_service/test_training_wait.py
tests/reef_service/test_tttd.py
tests/reef_service/test_vendor_install.py
tests/reef_service/test_verifier_reward.py
tests/reef_service/test_version_check.py
tests/reef_service/test_vllm_chat_capture.py
tests/reef_service/test_vllm_connector.py
tests/reef_service/test_wandb_tracking.py
tests/reef_service/test_weight_surface_scenarios.py
tests/reef_service/test_worker_resource_config.py
tests/reef_service/data/harness_goldens/claude/claude/CLAUDE.md
tests/reef_service/data/harness_goldens/claude/claude/settings.json
tests/reef_service/data/harness_goldens/claude/claude/commands/summarize.md
tests/reef_service/data/harness_goldens/claude/claude/plugins/tracer/index.js
tests/reef_service/data/harness_goldens/claude/claude/skills/notes/SKILL.md
tests/reef_service/data/harness_goldens/codex/.agents/skills/notes/SKILL.md
tests/reef_service/data/harness_goldens/codex/codex/AGENTS.md
tests/reef_service/data/harness_goldens/codex/codex/config.toml
tests/reef_service/data/harness_goldens/codex/codex/prompts/summarize.md
tests/reef_service/data/harness_goldens/dsh/dsh/.env
tests/reef_service/data/harness_goldens/dsh/dsh/AGENTS.md
tests/reef_service/data/harness_goldens/dsh/dsh-agents/skills/summarize/SKILL.md
tests/reef_service/data/harness_goldens/dsh/dsh/profiles/headless/cordis.patch.yml
tests/reef_service/data/harness_goldens/dsh/dsh/profiles/headless/extensions/tracer.mjs
tests/reef_service/data/harness_goldens/dsh/dsh/skills/notes/SKILL.md
tests/reef_service/data/harness_goldens/hermes/hermes/.no-bundled-skills
tests/reef_service/data/harness_goldens/hermes/hermes/SOUL.md
tests/reef_service/data/harness_goldens/hermes/hermes/config.yaml
tests/reef_service/data/harness_goldens/hermes/hermes-commands/summarize/SKILL.md
tests/reef_service/data/harness_goldens/hermes/hermes/plugins/tracer/__init__.py
tests/reef_service/data/harness_goldens/hermes/hermes/plugins/tracer/plugin.yaml
tests/reef_service/data/harness_goldens/hermes/hermes/skills/notes/SKILL.md
tests/reef_service/data/harness_goldens/native/native/RULES.md
tests/reef_service/data/harness_goldens/native/native/config.json
tests/reef_service/data/harness_goldens/native/native/models.json
tests/reef_service/data/harness_goldens/native/native/hooks/guard.py
tests/reef_service/data/harness_goldens/native/native/skills/notes/SKILL.md
tests/reef_service/data/harness_goldens/native/native/tools/shout.py
tests/reef_service/data/harness_goldens/opencode/opencode/AGENTS.md
tests/reef_service/data/harness_goldens/opencode/opencode/opencode.json
tests/reef_service/data/harness_goldens/opencode/opencode/command/summarize.md
tests/reef_service/data/harness_goldens/opencode/opencode/plugin/tracer.ts
tests/reef_service/data/harness_goldens/opencode/opencode/skill/notes/SKILL.md
tests/reef_service/data/harness_goldens/pi/pi-agent/AGENTS.md
tests/reef_service/data/harness_goldens/pi/pi-agent/models.json
tests/reef_service/data/harness_goldens/pi/pi-agent/settings.json
tests/reef_service/data/harness_goldens/pi/pi-agent/extensions/tracer.ts
tests/reef_service/data/harness_goldens/pi/pi-agent/prompts/summarize.md
tests/reef_service/data/harness_goldens/pi/pi-agent/skills/notes/SKILL.md
tests/reef_service/data/harness_goldens/terminus/terminus/AGENTS.md
tests/reef_service/data/harness_goldens/terminus/terminus/config.json
tests/reef_service/data/harness_goldens/terminus/terminus-commands/summarize/SKILL.md
tests/reef_service/data/harness_goldens/terminus/terminus/skills/notes/SKILL.md
tests/reef_service/data/pi_session_real/README.md
tests/reef_service/data/pi_session_real/session.jsonl
tests/reef_service/reference_algorithms/__init__.py
tests/reef_service/reference_algorithms/distill.py
tests/reef_service/reference_algorithms/sao.py
tests/slime_backend/test_adapter_slots.py
tests/slime_backend/test_arguments.py
tests/slime_backend/test_driver_runtime_env.py
tests/slime_backend/test_engine_health.py
tests/slime_backend/test_hf_export_backup_rekey.py
tests/slime_backend/test_independent_sglang.py
tests/slime_backend/test_inference_resources.py
tests/slime_backend/test_megatron_lora.py
tests/slime_backend/test_qwen35_bridge.py
tests/slime_backend/test_ray_train_groups.py
tests/slime_backend/test_rollout_recovery.py
tests/slime_backend/test_scenario_history.py
tests/slime_backend/test_sglang_arguments.py
tests/slime_backend/test_sglang_engine.py
tests/slime_backend/test_train_group_executor.py
tests/slime_backend/test_weight_update_recovery.py
tests/slime_backend/test_worker_hooks.py
tests/smoke/test_real_codex.py
tests/smoke/test_real_dsh.py
tests/smoke/test_real_hermes.py
tests/smoke/test_real_pi.py
tests/smoke/test_real_terminus.py
tests/smoke/test_reefine_scripted_trial.py
tutorials/README.md
tutorials/evolve-your-harness/README.md
tutorials/evolve-your-harness/evolve-your-harness.ipynb
tutorials/evolve-your-harness/pyproject.toml
tutorials/evolve-your-harness/run.py
tutorials/evolve-your-harness/run.sh
tutorials/evolve-your-harness/configs/deployment.yaml
tutorials/evolve-your-harness/configs/serve-native.yaml
tutorials/evolve-your-harness/configs/serve.yaml
tutorials/evolve-your-harness/harness/__init__.py
tutorials/evolve-your-harness/harness/evolution.py
tutorials/evolve-your-harness/harness/materialize_recipe.py
tutorials/evolve-your-harness/harness/native_evolution.py
tutorials/evolve-your-harness/harness/probe_proposals.py
tutorials/evolve-your-harness/harness/replay.py
tutorials/reefine/README.md
tutorials/reefine/pyproject.toml
tutorials/reefine/run.py
tutorials/reefine/run.sh
tutorials/reefine/configs/deployment.yaml
tutorials/reefine/demos/bugfix.md
tutorials/reefine/demos/research.md
tutorials/reefine/demos/workspace/adder.py
tutorials/reefine/demos/workspace/test_adder.py
tutorials/tinker/README.md
tutorials/tinker/serve.yaml
tutorials/tinker/smoke.py