Files
deepseek-harness/scripts/snapshots/python-sdk-single-exe/advanced/result.json
Yichen Jiang fee12f1af0 refactor(llm-deepseek)!: rename the provider route to deepseek-official
The native adapter's route was named deepseek, colliding with pi-ai's
catalog provider of the same name, so the two DeepSeek paths could never
be mounted side by side. The web settings page needs both configurable at
once. Compositions, fixtures, goldens, scaffolding defaults, and docs all
move together (pre-release, no shim); TUI/session-query-spill/
missing-credential goldens re-recorded through their keyless refresh
modes because provider-name length shifts box padding and spill
truncation points.
2026-07-29 16:36:07 +08:00

3317 lines
77 KiB
JSON

{
"session_id": "{{parent}}",
"status": "ok",
"final_response": "ADVANCED_EXECUTABLE_OK",
"events": [
{
"type": "turn/start",
"seq": 0,
"time": 0,
"data": {
"turn": 1,
"trigger": {
"kind": "message",
"source": {
"kind": "user"
}
}
}
},
{
"type": "user/message",
"seq": 1,
"time": 0,
"data": {
"content": [
{
"type": "text",
"text": "Run the advanced packaged-runtime snapshot scenario."
}
],
"source": {
"kind": "user"
}
},
"surfaceOp": "append"
},
{
"type": "session/title",
"seq": 2,
"time": 0,
"data": {
"title": "Run the advanced packaged-runtime snapsh",
"messageSeqs": [
1
],
"source": {
"kind": "fallback"
}
}
},
{
"type": "step/start",
"seq": 3,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
},
{
"type": "request/header",
"seq": 4,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "initial"
}
},
{
"type": "assistant/chunk",
"seq": 5,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
},
{
"type": "assistant/chunk",
"seq": 6,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-mount",
"name": "cordis_mount",
"argumentsDelta": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
}
},
{
"type": "assistant/chunk",
"seq": 7,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-mount",
"name": "cordis_mount",
"arguments": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
}
}
},
{
"type": "assistant/chunk",
"seq": 8,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
},
{
"type": "assistant/chunk",
"seq": 9,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
},
{
"type": "assistant/message",
"seq": 10,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"content": [
{
"type": "tool-call",
"id": "advanced-mount",
"name": "cordis_mount",
"arguments": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
5,
6,
7,
8,
9
],
"surfaceOp": "append"
},
{
"type": "tool/call",
"seq": 11,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"callId": "advanced-mount",
"name": "cordis_mount",
"arguments": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
},
{
"type": "tool/result",
"seq": 12,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"callId": "advanced-mount",
"content": [
{
"type": "text",
"text": "Temporary Plugin dyn-1 is running (plugin \"<anonymous>\"; available until unmounted or DSH restarts)."
}
],
"isError": false
},
"sourceEventSeqs": [
11
],
"surfaceOp": "append"
},
{
"type": "step/end",
"seq": 13,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
},
{
"type": "step/start",
"seq": 14,
"time": 0,
"data": {
"turn": 1,
"step": 2
}
},
{
"type": "request/header",
"seq": 15,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"snapshot_double",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "change"
}
},
{
"type": "assistant/chunk",
"seq": 16,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
},
{
"type": "assistant/chunk",
"seq": 17,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-code",
"name": "run_code",
"argumentsDelta": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
}
},
{
"type": "assistant/chunk",
"seq": 18,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-code",
"name": "run_code",
"arguments": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
}
}
},
{
"type": "assistant/chunk",
"seq": 19,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
},
{
"type": "assistant/chunk",
"seq": 20,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
},
{
"type": "assistant/message",
"seq": 21,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"content": [
{
"type": "tool-call",
"id": "advanced-code",
"name": "run_code",
"arguments": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
16,
17,
18,
19,
20
],
"surfaceOp": "append"
},
{
"type": "tool/call",
"seq": 22,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"callId": "advanced-code",
"name": "run_code",
"arguments": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
},
{
"type": "tool/code-dispatch-start",
"seq": 23,
"time": 0,
"data": {
"parentCallId": "advanced-code",
"subCallId": "advanced-code:code:1",
"name": "snapshot_double",
"arguments": {
"value": 21
}
}
},
{
"type": "tool/code-dispatch",
"seq": 24,
"time": 0,
"data": {
"parentCallId": "advanced-code",
"subCallId": "advanced-code:code:1",
"name": "snapshot_double",
"arguments": {
"value": 21
},
"isError": false,
"content": [
{
"type": "text",
"text": "42"
}
]
}
},
{
"type": "tool/result",
"seq": 25,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"callId": "advanced-code",
"content": [
{
"type": "text",
"text": "42"
}
],
"isError": false
},
"sourceEventSeqs": [
22
],
"surfaceOp": "append"
},
{
"type": "step/end",
"seq": 26,
"time": 0,
"data": {
"turn": 1,
"step": 2
}
},
{
"type": "step/start",
"seq": 27,
"time": 0,
"data": {
"turn": 1,
"step": 3
}
},
{
"type": "assistant/chunk",
"seq": 28,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
},
{
"type": "assistant/chunk",
"seq": 29,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-direct-child",
"name": "subagent",
"argumentsDelta": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
}
},
{
"type": "assistant/chunk",
"seq": 30,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-direct-child",
"name": "subagent",
"arguments": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
}
}
},
{
"type": "assistant/chunk",
"seq": 31,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
},
{
"type": "assistant/chunk",
"seq": 32,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
},
{
"type": "assistant/message",
"seq": 33,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"content": [
{
"type": "tool-call",
"id": "advanced-direct-child",
"name": "subagent",
"arguments": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
28,
29,
30,
31,
32
],
"surfaceOp": "append"
},
{
"type": "tool/call",
"seq": 34,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"callId": "advanced-direct-child",
"name": "subagent",
"arguments": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
},
{
"type": "tool/result",
"seq": 35,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"callId": "advanced-direct-child",
"content": [
{
"type": "text",
"text": "DIRECT_CHILD_OK"
}
],
"isError": false
},
"sourceEventSeqs": [
34
],
"surfaceOp": "append"
},
{
"type": "step/end",
"seq": 36,
"time": 0,
"data": {
"turn": 1,
"step": 3
}
},
{
"type": "step/start",
"seq": 37,
"time": 0,
"data": {
"turn": 1,
"step": 4
}
},
{
"type": "assistant/chunk",
"seq": 38,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
},
{
"type": "assistant/chunk",
"seq": 39,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-workflow",
"name": "workflow",
"argumentsDelta": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
}
},
{
"type": "assistant/chunk",
"seq": 40,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-workflow",
"name": "workflow",
"arguments": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
}
}
},
{
"type": "assistant/chunk",
"seq": 41,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
},
{
"type": "assistant/chunk",
"seq": 42,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
},
{
"type": "assistant/message",
"seq": 43,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"content": [
{
"type": "tool-call",
"id": "advanced-workflow",
"name": "workflow",
"arguments": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
38,
39,
40,
41,
42
],
"surfaceOp": "append"
},
{
"type": "tool/call",
"seq": 44,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"callId": "advanced-workflow",
"name": "workflow",
"arguments": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
},
{
"type": "tool/result",
"seq": 45,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"callId": "advanced-workflow",
"content": [
{
"type": "text",
"text": "workflow \"advanced-exe-snapshot\" completed (1 agent).\nReturn value:\n{\n \"reply\": \"WORKFLOW_CHILD_OK\"\n}"
}
],
"isError": false
},
"sourceEventSeqs": [
44
],
"surfaceOp": "append"
},
{
"type": "step/end",
"seq": 46,
"time": 0,
"data": {
"turn": 1,
"step": 4
}
},
{
"type": "step/start",
"seq": 47,
"time": 0,
"data": {
"turn": 1,
"step": 5
}
},
{
"type": "assistant/chunk",
"seq": 48,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
},
{
"type": "assistant/chunk",
"seq": 49,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-unmount",
"name": "cordis_unmount",
"argumentsDelta": "{\"id\": \"dyn-1\"}"
}
}
},
{
"type": "assistant/chunk",
"seq": 50,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-unmount",
"name": "cordis_unmount",
"arguments": "{\"id\": \"dyn-1\"}"
}
}
}
},
{
"type": "assistant/chunk",
"seq": 51,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
},
{
"type": "assistant/chunk",
"seq": 52,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
},
{
"type": "assistant/message",
"seq": 53,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"content": [
{
"type": "tool-call",
"id": "advanced-unmount",
"name": "cordis_unmount",
"arguments": "{\"id\": \"dyn-1\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
48,
49,
50,
51,
52
],
"surfaceOp": "append"
},
{
"type": "tool/call",
"seq": 54,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"callId": "advanced-unmount",
"name": "cordis_unmount",
"arguments": "{\"id\": \"dyn-1\"}"
}
},
{
"type": "tool/result",
"seq": 55,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"callId": "advanced-unmount",
"content": [
{
"type": "text",
"text": "Temporary Plugin dyn-1 was unmounted and removed."
}
],
"isError": false
},
"sourceEventSeqs": [
54
],
"surfaceOp": "append"
},
{
"type": "step/end",
"seq": 56,
"time": 0,
"data": {
"turn": 1,
"step": 5
}
},
{
"type": "step/start",
"seq": 57,
"time": 0,
"data": {
"turn": 1,
"step": 6
}
},
{
"type": "request/header",
"seq": 58,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "change"
}
},
{
"type": "assistant/chunk",
"seq": 59,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "text"
}
}
},
{
"type": "assistant/chunk",
"seq": 60,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "text-delta",
"index": 0,
"text": "ADVANCED_EXECUTABLE_OK"
}
}
},
{
"type": "assistant/chunk",
"seq": 61,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "text",
"text": "ADVANCED_EXECUTABLE_OK"
}
}
}
},
{
"type": "assistant/chunk",
"seq": 62,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
},
{
"type": "assistant/chunk",
"seq": 63,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "finish",
"reason": {
"kind": "stop"
}
}
}
},
{
"type": "assistant/message",
"seq": 64,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"content": [
{
"type": "text",
"text": "ADVANCED_EXECUTABLE_OK"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
59,
60,
61,
62,
63
],
"surfaceOp": "append"
},
{
"type": "step/end",
"seq": 65,
"time": 0,
"data": {
"turn": 1,
"step": 6
}
},
{
"type": "turn/end",
"seq": 66,
"time": 0,
"data": {
"turn": 1,
"reason": {
"kind": "completed"
}
}
}
],
"notifications": [
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "turn/start",
"seq": 0,
"time": 0,
"data": {
"turn": 1,
"trigger": {
"kind": "message",
"source": {
"kind": "user"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "user/message",
"seq": 1,
"time": 0,
"data": {
"content": [
{
"type": "text",
"text": "Run the advanced packaged-runtime snapshot scenario."
}
],
"source": {
"kind": "user"
}
},
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "session/title",
"seq": 2,
"time": 0,
"data": {
"title": "Run the advanced packaged-runtime snapsh",
"messageSeqs": [
1
],
"source": {
"kind": "fallback"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/start",
"seq": 3,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "request/header",
"seq": 4,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "initial"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 5,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 6,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-mount",
"name": "cordis_mount",
"argumentsDelta": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 7,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-mount",
"name": "cordis_mount",
"arguments": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 8,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 9,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/message",
"seq": 10,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"content": [
{
"type": "tool-call",
"id": "advanced-mount",
"name": "cordis_mount",
"arguments": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
5,
6,
7,
8,
9
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/call",
"seq": 11,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"callId": "advanced-mount",
"name": "cordis_mount",
"arguments": "{\"code\": \"return (ctx) => {\\n harness.registerTool(ctx, harness.defineTool({\\n name: 'snapshot_double',\\n description: 'Double a number for executable snapshot verification.',\\n parameters: { value: { type: 'number', required: true } },\\n output: {\\n schema: { type: 'number' },\\n render(_args, value) {\\n return [{ type: 'text', text: String(value) }]\\n }\\n },\\n async execute(args) {\\n return args.value * 2\\n }\\n }))\\n}\\n\"}"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/result",
"seq": 12,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"callId": "advanced-mount",
"content": [
{
"type": "text",
"text": "Temporary Plugin dyn-1 is running (plugin \"<anonymous>\"; available until unmounted or DSH restarts)."
}
],
"isError": false
},
"sourceEventSeqs": [
11
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/end",
"seq": 13,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/start",
"seq": 14,
"time": 0,
"data": {
"turn": 1,
"step": 2
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "request/header",
"seq": 15,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"snapshot_double",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "change"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 16,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 17,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-code",
"name": "run_code",
"argumentsDelta": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 18,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-code",
"name": "run_code",
"arguments": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 19,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 20,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/message",
"seq": 21,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"content": [
{
"type": "tool-call",
"id": "advanced-code",
"name": "run_code",
"arguments": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
16,
17,
18,
19,
20
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/call",
"seq": 22,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"callId": "advanced-code",
"name": "run_code",
"arguments": "{\"code\": \"return await tools.snapshot_double({ value: 21 })\", \"description\": \"Run the temporary Plugin tool\"}"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/code-dispatch-start",
"seq": 23,
"time": 0,
"data": {
"parentCallId": "advanced-code",
"subCallId": "advanced-code:code:1",
"name": "snapshot_double",
"arguments": {
"value": 21
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/code-dispatch",
"seq": 24,
"time": 0,
"data": {
"parentCallId": "advanced-code",
"subCallId": "advanced-code:code:1",
"name": "snapshot_double",
"arguments": {
"value": 21
},
"isError": false,
"content": [
{
"type": "text",
"text": "42"
}
]
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/result",
"seq": 25,
"time": 0,
"data": {
"turn": 1,
"step": 2,
"callId": "advanced-code",
"content": [
{
"type": "text",
"text": "42"
}
],
"isError": false
},
"sourceEventSeqs": [
22
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/end",
"seq": 26,
"time": 0,
"data": {
"turn": 1,
"step": 2
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/start",
"seq": 27,
"time": 0,
"data": {
"turn": 1,
"step": 3
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 28,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 29,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-direct-child",
"name": "subagent",
"argumentsDelta": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 30,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-direct-child",
"name": "subagent",
"arguments": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 31,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 32,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/message",
"seq": 33,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"content": [
{
"type": "tool-call",
"id": "advanced-direct-child",
"name": "subagent",
"arguments": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
28,
29,
30,
31,
32
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/call",
"seq": 34,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"callId": "advanced-direct-child",
"name": "subagent",
"arguments": "{\"description\": \"Check direct child\", \"prompt\": \"Reply with exactly DIRECT_CHILD_OK and nothing else.\"}"
}
}
}
},
{
"method": "subagent.started",
"payload": {
"parentSessionId": "{{parent}}",
"childSessionId": "{{child-1}}"
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "turn/start",
"seq": 0,
"time": 0,
"data": {
"turn": 1,
"trigger": {
"kind": "message",
"source": {
"kind": "user"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "user/message",
"seq": 1,
"time": 0,
"data": {
"content": [
{
"type": "text",
"text": "Reply with exactly DIRECT_CHILD_OK and nothing else."
}
],
"source": {
"kind": "user"
}
},
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "session/title",
"seq": 2,
"time": 0,
"data": {
"title": "Reply with exactly DIRECT_CHILD_OK and",
"messageSeqs": [
1
],
"source": {
"kind": "fallback"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "step/start",
"seq": 3,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "request/header",
"seq": 4,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"snapshot_double",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "initial"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "assistant/chunk",
"seq": 5,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "text"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "assistant/chunk",
"seq": 6,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "text-delta",
"index": 0,
"text": "DIRECT_CHILD_OK"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "assistant/chunk",
"seq": 7,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "text",
"text": "DIRECT_CHILD_OK"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "assistant/chunk",
"seq": 8,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "assistant/chunk",
"seq": 9,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "finish",
"reason": {
"kind": "stop"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "assistant/message",
"seq": 10,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"content": [
{
"type": "text",
"text": "DIRECT_CHILD_OK"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
5,
6,
7,
8,
9
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "step/end",
"seq": 11,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-1}}",
"event": {
"type": "turn/end",
"seq": 12,
"time": 0,
"data": {
"turn": 1,
"reason": {
"kind": "completed"
}
}
}
}
},
{
"method": "subagent.finished",
"payload": {
"provider": "spawn",
"agentId": "{{child-1}}",
"parentSessionId": "{{parent}}",
"childSessionId": "{{child-1}}",
"status": "ok",
"stopReason": "completed",
"lastAssistantMessage": [
{
"type": "text",
"text": "DIRECT_CHILD_OK"
}
]
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/result",
"seq": 35,
"time": 0,
"data": {
"turn": 1,
"step": 3,
"callId": "advanced-direct-child",
"content": [
{
"type": "text",
"text": "DIRECT_CHILD_OK"
}
],
"isError": false
},
"sourceEventSeqs": [
34
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/end",
"seq": 36,
"time": 0,
"data": {
"turn": 1,
"step": 3
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/start",
"seq": 37,
"time": 0,
"data": {
"turn": 1,
"step": 4
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 38,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 39,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-workflow",
"name": "workflow",
"argumentsDelta": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 40,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-workflow",
"name": "workflow",
"arguments": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 41,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 42,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/message",
"seq": 43,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"content": [
{
"type": "tool-call",
"id": "advanced-workflow",
"name": "workflow",
"arguments": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
38,
39,
40,
41,
42
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/call",
"seq": 44,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"callId": "advanced-workflow",
"name": "workflow",
"arguments": "{\"script\": \"phase('Delegate')\\nconst reply = await agent('Reply with exactly WORKFLOW_CHILD_OK and nothing else.', { label: 'workflow-child' })\\nreturn { reply }\", \"meta\": {\"name\": \"advanced-exe-snapshot\", \"description\": \"exercise one packaged workflow child\"}}"
}
}
}
},
{
"method": "subagent.started",
"payload": {
"parentSessionId": "{{parent}}",
"childSessionId": "{{child-2}}"
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "turn/start",
"seq": 0,
"time": 0,
"data": {
"turn": 1,
"trigger": {
"kind": "message",
"source": {
"kind": "user"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "user/message",
"seq": 1,
"time": 0,
"data": {
"content": [
{
"type": "text",
"text": "Reply with exactly WORKFLOW_CHILD_OK and nothing else."
}
],
"source": {
"kind": "user"
}
},
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "session/title",
"seq": 2,
"time": 0,
"data": {
"title": "Reply with exactly WORKFLOW_CHILD_OK and",
"messageSeqs": [
1
],
"source": {
"kind": "fallback"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "step/start",
"seq": 3,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "request/header",
"seq": 4,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"snapshot_double",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "initial"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "assistant/chunk",
"seq": 5,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "text"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "assistant/chunk",
"seq": 6,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "text-delta",
"index": 0,
"text": "WORKFLOW_CHILD_OK"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "assistant/chunk",
"seq": 7,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "text",
"text": "WORKFLOW_CHILD_OK"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "assistant/chunk",
"seq": 8,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "assistant/chunk",
"seq": 9,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"chunk": {
"type": "finish",
"reason": {
"kind": "stop"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "assistant/message",
"seq": 10,
"time": 0,
"data": {
"turn": 1,
"step": 1,
"content": [
{
"type": "text",
"text": "WORKFLOW_CHILD_OK"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
5,
6,
7,
8,
9
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "step/end",
"seq": 11,
"time": 0,
"data": {
"turn": 1,
"step": 1
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{child-2}}",
"event": {
"type": "turn/end",
"seq": 12,
"time": 0,
"data": {
"turn": 1,
"reason": {
"kind": "completed"
}
}
}
}
},
{
"method": "subagent.finished",
"payload": {
"provider": "spawn",
"agentId": "{{child-2}}",
"parentSessionId": "{{parent}}",
"childSessionId": "{{child-2}}",
"status": "ok",
"stopReason": "completed",
"lastAssistantMessage": [
{
"type": "text",
"text": "WORKFLOW_CHILD_OK"
}
]
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/result",
"seq": 45,
"time": 0,
"data": {
"turn": 1,
"step": 4,
"callId": "advanced-workflow",
"content": [
{
"type": "text",
"text": "workflow \"advanced-exe-snapshot\" completed (1 agent).\nReturn value:\n{\n \"reply\": \"WORKFLOW_CHILD_OK\"\n}"
}
],
"isError": false
},
"sourceEventSeqs": [
44
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/end",
"seq": 46,
"time": 0,
"data": {
"turn": 1,
"step": 4
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/start",
"seq": 47,
"time": 0,
"data": {
"turn": 1,
"step": 5
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 48,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "tool-call"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 49,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "tool-call-delta",
"index": 0,
"id": "advanced-unmount",
"name": "cordis_unmount",
"argumentsDelta": "{\"id\": \"dyn-1\"}"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 50,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "tool-call",
"id": "advanced-unmount",
"name": "cordis_unmount",
"arguments": "{\"id\": \"dyn-1\"}"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 51,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 52,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"chunk": {
"type": "finish",
"reason": {
"kind": "tool-calls"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/message",
"seq": 53,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"content": [
{
"type": "tool-call",
"id": "advanced-unmount",
"name": "cordis_unmount",
"arguments": "{\"id\": \"dyn-1\"}"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
48,
49,
50,
51,
52
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/call",
"seq": 54,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"callId": "advanced-unmount",
"name": "cordis_unmount",
"arguments": "{\"id\": \"dyn-1\"}"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "tool/result",
"seq": 55,
"time": 0,
"data": {
"turn": 1,
"step": 5,
"callId": "advanced-unmount",
"content": [
{
"type": "text",
"text": "Temporary Plugin dyn-1 was unmounted and removed."
}
],
"isError": false
},
"sourceEventSeqs": [
54
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/end",
"seq": 56,
"time": 0,
"data": {
"turn": 1,
"step": 5
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/start",
"seq": 57,
"time": 0,
"data": {
"turn": 1,
"step": 6
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "request/header",
"seq": 58,
"time": 0,
"data": {
"header": {
"config": {
"provider": "deepseek-official",
"model": "smoke-model",
"reasoningEffort": "high"
},
"system": "{{system}}",
"tools": [
"bash",
"cordis_inspect",
"cordis_mount",
"cordis_unmount",
"run_code",
"skill",
"subagent",
"task_kill",
"task_list",
"task_output",
"workflow"
],
"messagePrefix": [
"{{messagePrefix}}"
]
},
"reason": "change"
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 59,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "block-start",
"index": 0,
"blockType": "text"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 60,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "text-delta",
"index": 0,
"text": "ADVANCED_EXECUTABLE_OK"
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 61,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "block-end",
"index": 0,
"block": {
"type": "text",
"text": "ADVANCED_EXECUTABLE_OK"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 62,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "usage",
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/chunk",
"seq": 63,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"chunk": {
"type": "finish",
"reason": {
"kind": "stop"
}
}
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "assistant/message",
"seq": 64,
"time": 0,
"data": {
"turn": 1,
"step": 6,
"content": [
{
"type": "text",
"text": "ADVANCED_EXECUTABLE_OK"
}
],
"provenance": {
"provider": "deepseek-official",
"model": "smoke-model"
},
"usage": {
"inputTokens": 3,
"outputTokens": 3
}
},
"sourceEventSeqs": [
59,
60,
61,
62,
63
],
"surfaceOp": "append"
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "step/end",
"seq": 65,
"time": 0,
"data": {
"turn": 1,
"step": 6
}
}
}
},
{
"method": "session.event",
"payload": {
"sessionId": "{{parent}}",
"event": {
"type": "turn/end",
"seq": 66,
"time": 0,
"data": {
"turn": 1,
"reason": {
"kind": "completed"
}
}
}
}
},
{
"method": "session.finished",
"payload": {
"sessionId": "{{parent}}",
"status": "ok",
"reason": {
"kind": "completed"
}
}
}
],
"session_root": "{{cwd}}/sessions"
}