Files
deepseek-harness/examples/acp-agent/tests/snapshots/advanced-toolchain/input.json
T

8 lines
436 B
JSON
Raw Normal View History

2026-07-13 23:56:58 +08:00
{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
2026-07-27 16:57:26 +08:00
{ "op": "prompt", "text": "Run this advanced flow exactly once: try a no-op temporary Cordis Plugin named snapshot-marker; use run_code to inspect the live temporary Plugins through tools.cordis_inspect; delegate once to a direct spawn child; run one workflow that delegates to another spawn child; stop dyn-1; then reply with exactly ADVANCED_ACP_OK." }
2026-07-13 23:56:58 +08:00
]
}