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

8 lines
428 B
JSON
Raw Normal View History

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