49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"meeting_id": "test-record-001",
|
||
|
|
"title": "测试记录会议",
|
||
|
|
"date": "2026-03-10",
|
||
|
|
"attendees": [
|
||
|
|
"agent-001",
|
||
|
|
"agent-002"
|
||
|
|
],
|
||
|
|
"steps": [
|
||
|
|
{
|
||
|
|
"step_id": "step_1",
|
||
|
|
"label": "步骤1",
|
||
|
|
"status": "completed",
|
||
|
|
"completed_at": "2026-03-10T09:46:02.676469"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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-10T09:46:02.643824",
|
||
|
|
"step": ""
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"agent_id": "agent-002",
|
||
|
|
"agent_name": "Agent2",
|
||
|
|
"content": "这是第二条讨论",
|
||
|
|
"timestamp": "2026-03-10T09:46:02.654028",
|
||
|
|
"step": ""
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"status": "completed",
|
||
|
|
"created_at": "2026-03-10T09:46:02.633420",
|
||
|
|
"ended_at": "2026-03-10T09:46:02.676459",
|
||
|
|
"consensus": "达成共识:继续开发"
|
||
|
|
}
|