49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"meeting_id": "test-record-001",
|
||
|
|
"title": "测试记录会议",
|
||
|
|
"date": "2026-03-09",
|
||
|
|
"attendees": [
|
||
|
|
"agent-001",
|
||
|
|
"agent-002"
|
||
|
|
],
|
||
|
|
"steps": [
|
||
|
|
{
|
||
|
|
"step_id": "step_1",
|
||
|
|
"label": "步骤1",
|
||
|
|
"status": "completed",
|
||
|
|
"completed_at": "2026-03-09T09:28:05.413770"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"step_id": "step_2",
|
||
|
|
"label": "步骤2",
|
||
|
|
"status": "pending",
|
||
|
|
"completed_at": ""
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"step_id": "step_3",
|
||
|
|
"label": "步骤3",
|
||
|
|
"status": "pending",
|
||
|
|
"completed_at": ""
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"discussions": [
|
||
|
|
{
|
||
|
|
"agent_id": "agent-001",
|
||
|
|
"agent_name": "Agent1",
|
||
|
|
"content": "这是第一条讨论",
|
||
|
|
"timestamp": "2026-03-09T09:28:05.386072",
|
||
|
|
"step": ""
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"agent_id": "agent-002",
|
||
|
|
"agent_name": "Agent2",
|
||
|
|
"content": "这是第二条讨论",
|
||
|
|
"timestamp": "2026-03-09T09:28:05.393792",
|
||
|
|
"step": ""
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"status": "completed",
|
||
|
|
"created_at": "2026-03-09T09:28:05.378802",
|
||
|
|
"ended_at": "2026-03-09T09:28:05.413764",
|
||
|
|
"consensus": "达成共识:继续开发"
|
||
|
|
}
|