mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
12 lines
490 B
JSON
12 lines
490 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{ "op": "promptAndWaitForAgentMessage", "text": "Create a durable two-round goal for the ACP snapshot, inspect it, then report readiness.", "waitForText": "GOAL ROUND ONE" },
|
|
{ "op": "waitForTurnStart", "minimumTurn": 3 },
|
|
{ "op": "cancel", "waitForFile": { "path": ".dsh-snapshot-goal-cancel-ready" } },
|
|
{ "op": "waitForTurnEnd" },
|
|
{ "op": "waitForEventAfterTurnEnd", "type": "goal/change" }
|
|
]
|
|
}
|