YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SWE-Cowork Cases
This private dataset contains SWE-Cowork cases under cases/<case-id>/.
Each case contains the task prompt and evidence, Harbor metadata (task.toml), an environment entrypoint (environment/Dockerfile), and the original verifier package under tests/. The verifier package includes tests/test.sh, tests/reward.toml, at least one dimension judge.toml, and the supporting scripts/patches needed by the test entrypoint when present in the source evaluation package. MCP-enabled cases also include environment/docker-compose.yaml and the workplace sidecar declaration in task.toml.
Dockerfile references use relative/package paths or canonical registry image URLs; host paths, credentials, API keys, and runtime evidence are not embedded in the package.
Workplace sidecar sources
For every MCP-enabled case, environment/workplace-service/ contains the complete
sidecar build context, including the Python service, Dockerfile, and the original
workplace corpus/configuration data. The Compose file builds this context locally
with build: ./workplace-service; no registry-hosted workplace image is required.
The three cases without a Compose declaration (118, 147, and 161) retain
their original non-Compose layout; their sidecar source context is included for
completeness and reproducibility.
- Downloads last month
- 114