Files
deepseek-harness/examples/acp-agent/tests/snapshots/missing-sandbox-runner/input.json
2026-08-04 14:47:46 +08:00

11 lines
334 B
JSON

{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{
"op": "prompt",
"text": "Run true once with bash in the foreground. After that fails, run true with bash in the background, read task bash-1 with task_output and wait=true, then reply with exactly RUNNER_FAILURES_SURFACED and stop."
}
]
}