{
  "agents": [
    {
      "id": "alex-chen",
      "name": "Alex Chen",
      "activity": "idle",
      "location": "spawn",
      "mood": "neutral",
      "tick_count": 0
    },
    {
      "id": "paul-graham",
      "name": "Paul Graham",
      "activity": "sip coffee and examine whiteboard",
      "location": "Paul's Home",
      "mood": "curious",
      "tick_count": 22
    }
  ]
}