Spaces:
Sleeping
Sleeping
File size: 2,668 Bytes
ff293b1 | 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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | {
"simulation_time": "2026-04-21T18:45:00",
"stress": 61,
"active_conflicts": [],
"action_log": [
"Client call ran long; dinner reservation at 19:00."
],
"episode_active": true,
"episode_end_reason": null,
"max_episode_steps": 40,
"emails": [
{
"id": "d1",
"sender": "Sarah Chen",
"subject": "Dinner \u2014 I am at the restaurant",
"body": "We have held the table until 7:15. Please leave the call.",
"read": false,
"replied": false,
"priority": "high",
"sender_relationship": "personal"
},
{
"id": "d2",
"sender": "Taylor Brooks",
"subject": "Need sign-off tonight",
"body": "Board-adjacent ask: one paragraph on risk posture before morning.",
"read": false,
"replied": false,
"priority": "critical",
"sender_relationship": "VIP"
}
],
"meetings": [
{
"id": "dc1",
"title": "Client escalation call",
"start": "2026-04-21T17:30:00",
"duration_minutes": 90,
"attendees": [
"David Okonkwo"
],
"location": "virtual",
"priority": "high",
"cancelled": false
},
{
"id": "dc2",
"title": "Dinner reservation window",
"start": "2026-04-21T19:00:00",
"duration_minutes": 120,
"attendees": [
"Sarah Chen"
],
"location": "Osteria",
"priority": "normal",
"cancelled": false
}
],
"contacts": [
{
"name": "Sarah Chen",
"relationship_type": "spouse",
"communication_preference": "text",
"importance": 5,
"mood": "annoyed"
},
{
"name": "Taylor Brooks",
"relationship_type": "investor",
"communication_preference": "call",
"importance": 4,
"mood": "neutral"
},
{
"name": "David Okonkwo",
"relationship_type": "client",
"communication_preference": "email",
"importance": 4,
"mood": "angry"
},
{
"name": "Jordan Lee",
"relationship_type": "direct_report",
"communication_preference": "call",
"importance": 3,
"mood": "neutral"
}
],
"tasks": [
{
"id": "dt1",
"description": "Text Sarah ETA for dinner",
"deadline": "2026-04-21T18:50:00",
"owner": "Self",
"status": "pending",
"effort": "low"
},
{
"id": "dt2",
"description": "Send Taylor the risk paragraph",
"deadline": "2026-04-21T23:00:00",
"owner": "Self",
"status": "pending",
"effort": "medium"
}
]
} |