Files
deepseek-harness/examples/acp-agent/tests/goal-snapshots/goal-session/input.json
2026-07-20 17:44:57 +08:00

13 lines
294 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": "partial"
},
{ "op": "cancel" }
]
}