1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
| {
| "updatedAt": "2026-04-15T06:44:32.119Z",
| "missions": [
| {
| "id": "session:584f6639-de9a-47e8-a9e4-f92fac6305be:none",
| "source": "session",
| "name": "none",
| "objective": "Session mission",
| "createdAt": "2026-04-15T06:42:22.982Z",
| "updatedAt": "2026-04-15T06:44:32.119Z",
| "status": "done",
| "workerCount": 1,
| "taskCounts": {
| "total": 1,
| "pending": 0,
| "blocked": 0,
| "inProgress": 0,
| "completed": 1,
| "failed": 0
| },
| "agents": [
| {
| "name": "explore:ae21cf2",
| "role": "explore",
| "ownership": "ae21cf28e45f297ff",
| "status": "done",
| "currentStep": null,
| "latestUpdate": "completed",
| "completedSummary": null,
| "updatedAt": "2026-04-15T06:44:32.119Z"
| }
| ],
| "timeline": [
| {
| "id": "session-start:ae21cf28e45f297ff:2026-04-15T06:42:22.982Z",
| "at": "2026-04-15T06:42:22.982Z",
| "kind": "update",
| "agent": "explore:ae21cf2",
| "detail": "started explore:ae21cf2",
| "sourceKey": "session-start:ae21cf28e45f297ff"
| },
| {
| "id": "session-stop:ae21cf28e45f297ff:2026-04-15T06:44:32.119Z",
| "at": "2026-04-15T06:44:32.119Z",
| "kind": "completion",
| "agent": "explore:ae21cf2",
| "detail": "completed",
| "sourceKey": "session-stop:ae21cf28e45f297ff"
| }
| ]
| }
| ]
| }
|
|