.dockerignore
.editorconfig
.gitignore
.gitmodules
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/MAINTAINER.md
.github/PULL_REQUEST_TEMPLATE.md
.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/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/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/openclawrl/demo.gif
docs/assets/openclawrl/learning-curve.png
docs/assets/sao/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/contributing/adding-components.rst
docs/contributing/codebase-structure.rst
docs/contributing/development.rst
docs/contributing/testing.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/architecture.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/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/icon.svg
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/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/search.tsx
docs/site/components/sidebar.tsx
docs/site/components/table-of-contents.tsx
docs/site/components/theme-toggle.tsx
docs/site/lib/docs.ts
docs/site/lib/site.ts
docs/site/scripts/check-doc-contracts.mjs
docs/site/scripts/check-doc-links.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/troubleshooting.rst
docs/user-guide/recipes/openclawrl.rst
docs/user-guide/recipes/sao.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/openclawrl/__init__.py
recipes/openclawrl/preparer.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/__init__.py
recipes/sao/preparer.py
recipes/sao/processor.py
recipes/sao/recipe.py
recipes/sao/examples/sao/README.md
recipes/sao/examples/sao/pyproject.toml
recipes/sao/examples/sao/run.py
recipes/sao/examples/sao/run.sh
recipes/sao/examples/sao/serve.yaml
recipes/sao/examples/sao/harbor/imo-12/instruction.md
recipes/sao/examples/sao/harbor/imo-12/task.toml
recipes/sao/examples/sao/harbor/imo-12/environment/Dockerfile
recipes/sao/examples/sao/harbor/imo-12/tests/grade.py
recipes/sao/examples/sao/harbor/imo-12/tests/test.sh
recipes/sao/examples/sao/harbor/imo-4/instruction.md
recipes/sao/examples/sao/harbor/imo-4/task.toml
recipes/sao/examples/sao/harbor/imo-4/environment/Dockerfile
recipes/sao/examples/sao/harbor/imo-4/tests/grade.py
recipes/sao/examples/sao/harbor/imo-4/tests/test.sh
recipes/sao/examples/sao/harbor/imo-8/instruction.md
recipes/sao/examples/sao/harbor/imo-8/task.toml
recipes/sao/examples/sao/harbor/imo-8/environment/Dockerfile
recipes/sao/examples/sao/harbor/imo-8/tests/grade.py
recipes/sao/examples/sao/harbor/imo-8/tests/test.sh
recipes/sao/examples/sao/harness/__init__.py
recipes/sao/examples/sao/harness/agent.py
recipes/sao/examples/sao/harness/report.py
recipes/sao/examples/sao/results/2026-08-15-imo-answerbench-qwen3-30b-a3b/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/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/__init__.py
recipes/tttd/preparer.py
recipes/tttd/processor.py
recipes/tttd/recipe.py
recipes/tttd/report.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.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/records.py
reef/artifact/__init__.py
reef/artifact/artifact.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/errors.py
reef/core/records_types.py
reef/core/reports/__init__.py
reef/core/reports/base.py
reef/core/reports/scored_rollout.py
reef/harness/__init__.py
reef/harness/descriptor.py
reef/harness/episode.py
reef/harness/harness_wrapper.py
reef/harness/model_binding.py
reef/harness/nodes.py
reef/harness/render.py
reef/harness/trajectory.py
reef/harness/version_check.py
reef/harness/adapters/__init__.py
reef/harness/adapters/opencode/__init__.py
reef/harness/adapters/opencode/descriptor.yaml
reef/harness/adapters/opencode/quirks.py
reef/harness/adapters/pi/__init__.py
reef/harness/adapters/pi/descriptor.yaml
reef/harness/adapters/pi/quirks.py
reef/harness/adapters/pi/version_check.ts
reef/observability/__init__.py
reef/observability/base.py
reef/observability/factory.py
reef/observability/wandb.py
reef/recipe/__init__.py
reef/recipe/base.py
reef/recipe/config.py
reef/recipe/config_fields.py
reef/recipe/errors.py
reef/recipe/registry.py
reef/runtime/__init__.py
reef/runtime/adapter_residency.py
reef/runtime/base.py
reef/runtime/candidates.py
reef/runtime/inference.py
reef/runtime/names.py
reef/runtime/proxy.py
reef/runtime/registry.py
reef/runtime/adapters/__init__.py
reef/runtime/adapters/inference_proxy.py
reef/runtime/adapters/ray_runtime.py
reef/scenario/__init__.py
reef/scenario/binding.py
reef/scenario/checkpoint_strategy.py
reef/scenario/commit_log.py
reef/scenario/commit_protocol.py
reef/scenario/factory.py
reef/scenario/registry.py
reef/scenario/scenario.py
reef/scenario/snapshot.py
reef/service/__init__.py
reef/service/__main__.py
reef/service/app.py
reef/service/assembly.py
reef/service/auth.py
reef/service/errors.py
reef/service/install_script.py
reef/service/request_service.py
reef/service/streaming.py
reef/service/wire.py
reef/service/deploy/__init__.py
reef/service/deploy/__main__.py
reef/service/deploy/config.py
reef/service/deploy/orchestrator.py
reef/service/deploy/settings.py
reef/service/routes/__init__.py
reef/service/routes/inference.py
reef/service/routes/records.py
reef/service/routes/scenarios.py
reef/service/routes/system.py
reef/surface/__init__.py
reef/surface/adapter.py
reef/surface/base.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/trainer.py
reef/train/algos/__init__.py
reef/train/algos/base.py
reef/train/algos/helpers.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/manifest.py
reef/train/cordis_backend/processor.py
reef/train/cordis_backend/recipe.py
reef/train/cordis_backend/strategies.py
reef/train/cordis_backend/compose/UPSTREAM.md
reef/train/cordis_backend/compose/__init__.py
reef/train/cordis_backend/compose/context.py
reef/train/cordis_backend/compose/events.py
reef/train/cordis_backend/compose/fiber.py
reef/train/cordis_backend/compose/loader.py
reef/train/cordis_backend/compose/reflect.py
reef/train/cordis_backend/compose/registry.py
reef/train/cordis_backend/compose/service.py
reef/train/cordis_backend/compose/utils.py
reef/train/evaluation/__init__.py
reef/train/evaluation/config.py
reef/train/evaluation/contracts.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/reported.py
reef/train/slime_backend/__init__.py
reef/train/slime_backend/algorithm.py
reef/train/slime_backend/backend.py
reef/train/slime_backend/data_builder.py
reef/train/slime_backend/loss_families.py
reef/train/slime_backend/reef_adapters/__init__.py
reef/train/slime_backend/reef_adapters/bridge.py
reef/train/slime_backend/reef_adapters/driver.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/runtime_load_id.py
reef/train/slime_backend/reef_adapters/slime_arguments.py
reef/train/slime_backend/reef_adapters/worker_hooks.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/rollout/__init__.py
reef/train/slime_backend/reef_adapters/rollout/lock.py
reef/train/slime_backend/reef_adapters/rollout/manager.py
reef/train/slime_backend/reef_adapters/sglang/__init__.py
reef/train/slime_backend/reef_adapters/sglang/chat.py
reef/train/slime_backend/reef_adapters/sglang/engine.py
reef/train/slime_backend/reef_adapters/sglang/plugin.py
reef/train/slime_backend/reef_adapters/training_job/__init__.py
reef/train/slime_backend/reef_adapters/training_job/durable_io.py
reef/train/slime_backend/reef_adapters/training_job/marker.py
reef/train/slime_backend/reef_adapters/training_job/scenarios.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/types/__init__.py
reef/train/types/batches.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/test_cli_version.py
tests/test_example_entrypoints.py
tests/test_guidance_ttt.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_tttd_harness.py
tests/test_tttd_judge.py
tests/test_tttd_packing_tasks.py
tests/test_tttd_run_controller.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/_threshold_processor.py
tests/reef_service/conftest.py
tests/reef_service/runtime_stubs.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_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_compose_core.py
tests/reef_service/test_compose_loader.py
tests/reef_service/test_computed_feedback_processor.py
tests/reef_service/test_contributor_docs.py
tests/reef_service/test_dependency_boundaries.py
tests/reef_service/test_failure_manifest.py
tests/reef_service/test_harness_channel.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_read.py
tests/reef_service/test_harness_recipe.py
tests/reef_service/test_harness_render.py
tests/reef_service/test_harness_wrapper.py
tests/reef_service/test_model_binding.py
tests/reef_service/test_multi_scenario_bridge.py
tests/reef_service/test_multi_scenario_training.py
tests/reef_service/test_openclawrl.py
tests/reef_service/test_peft_validator.py
tests/reef_service/test_policy_tensors.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_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_reported_feedback_processor.py
tests/reef_service/test_reports.py
tests/reef_service/test_runtime_load_id.py
tests/reef_service/test_runtime_registry.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_ledger.py
tests/reef_service/test_selection.py
tests/reef_service/test_sglang_chat_capture.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_step_schedule.py
tests/reef_service/test_surfaces.py
tests/reef_service/test_trainer.py
tests/reef_service/test_training_server.py
tests/reef_service/test_training_wait.py
tests/reef_service/test_tttd.py
tests/reef_service/test_version_check.py
tests/reef_service/test_wandb_tracking.py
tests/reef_service/test_weight_surface_scenarios.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/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/sao.py
tests/slime_backend/test_adapter_slots.py
tests/slime_backend/test_arguments.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_ledger.py
tests/slime_backend/test_sglang_arguments.py
tests/slime_backend/test_sglang_engine.py
tests/slime_backend/test_weight_update_recovery.py
tests/slime_backend/test_worker_hooks.py
tests/smoke/test_real_pi.py
tutorials/.gitkeep
tutorials/harness_evolve/1_evolve_your_harness.ipynb
tutorials/harness_evolve/README.md
tutorials/harness_evolve/materialize_recipe.py
tutorials/harness_evolve/pyproject.toml
tutorials/harness_evolve/run.py
tutorials/harness_evolve/run.sh
tutorials/harness_evolve/serve.yaml
tutorials/harness_evolve/harness/__init__.py
tutorials/harness_evolve/harness/evolution.py