Files
2026-07-13 13:12:33 +08:00

156 lines
4.0 KiB
JSON

{
"sessions": [
{
"key": "agent:main:webchat:default",
"sessionId": "webchat-default",
"agentId": "main",
"effectiveAgentId": "main",
"sessionKind": "chat",
"surface": "webchat",
"conversationKind": "direct",
"thread": null,
"title": "Web chat",
"subtitle": "main",
"groupLabel": "Web chat",
"updatedAt": 1760000000000,
"messageCount": 42,
"status": "done",
"runStatus": "idle",
"interactive": true,
"channel": null,
"channelContext": null,
"parent": null,
"cron": null
},
{
"key": "agent:main:slack:group:C123:thread:1717000000.000100",
"sessionId": "slack-thread",
"agentId": "main",
"effectiveAgentId": "main",
"sessionKind": "channel",
"surface": "slack",
"conversationKind": "group",
"thread": {
"id": "1717000000.000100",
"kind": "thread"
},
"title": "C123 thread",
"subtitle": "Slack thread",
"groupLabel": "Slack",
"updatedAt": 1760000000000,
"messageCount": 16,
"status": "done",
"runStatus": "idle",
"interactive": false,
"channel": null,
"channelContext": {
"name": "slack",
"id": "C123",
"threadId": "1717000000.000100"
},
"parent": null,
"cron": null
},
{
"key": "agent:main:slack:group:C123",
"sessionId": "slack-group",
"agentId": "main",
"effectiveAgentId": "main",
"sessionKind": "channel",
"surface": "slack",
"conversationKind": "group",
"thread": null,
"title": "C123",
"subtitle": "Slack group",
"groupLabel": "Slack",
"updatedAt": 1760000000000,
"messageCount": 9,
"status": "done",
"runStatus": "idle",
"interactive": false,
"channel": "slack",
"channelContext": {
"name": "slack",
"id": "C123"
},
"parent": null,
"cron": null
},
{
"key": "cron:daily-summary:run:abc123",
"sessionId": "cron-daily-summary",
"agentId": "main",
"effectiveAgentId": "main",
"sessionKind": "cron",
"surface": "cron",
"conversationKind": "unknown",
"thread": null,
"title": "Daily summary",
"subtitle": "Cron isolated run",
"groupLabel": "Cron",
"updatedAt": 1760000000000,
"messageCount": 4,
"status": "done",
"runStatus": "idle",
"interactive": false,
"channel": null,
"channelContext": null,
"parent": null,
"cron": {
"jobId": "daily-summary",
"sessionTarget": "isolated"
}
},
{
"key": "agent:main:subagent:760b927a",
"sessionId": "subagent-760b927a",
"agentId": "main",
"effectiveAgentId": "main",
"sessionKind": "task",
"surface": "subagent",
"conversationKind": "unknown",
"thread": null,
"title": "Subagent task",
"subtitle": "Spawned from Web chat",
"groupLabel": "Subagents",
"updatedAt": 1760000000000,
"messageCount": 8,
"status": "running",
"runStatus": "running",
"interactive": false,
"channel": null,
"channelContext": null,
"parent": {
"key": "agent:main:webchat:default",
"taskId": "task-123",
"spawnDepth": 1
},
"cron": null
},
{
"key": "agent:kid-project:webchat:test",
"sessionId": "kid-project-test",
"agentId": "main",
"effectiveAgentId": "kid-project",
"sessionKind": "chat",
"surface": "webchat",
"conversationKind": "direct",
"thread": null,
"title": "Kid project",
"subtitle": "Web chat",
"groupLabel": "Web chat",
"updatedAt": 1760000000000,
"messageCount": 5,
"status": "done",
"runStatus": "idle",
"interactive": true,
"channel": null,
"channelContext": null,
"parent": null,
"cron": null
}
],
"count": 6,
"ts": 1760000000000
}