{
  "agents": [
    {
      "id": "alex-chen",
      "name": "Alex Chen",
      "activity": "idle",
      "location": "Alex's Home",
      "mood": "neutral",
      "tick_count": 0,
      "portrait_path": "./portraits/alex-chen.jpg",
      "avatar_path": "./portraits/alex-chen.jpg",
      "home_location": "Alex's Home",
      "workplace_location": "Google Office"
    },
    {
      "id": "testapi",
      "name": "TestAPI",
      "activity": "idle",
      "location": "TestAPI's Workplace",
      "mood": "neutral",
      "tick_count": 2,
      "portrait_path": "./portraits/placeholder.jpg",
      "avatar_path": "./portraits/placeholder.jpg",
      "home_location": "TestAPI's Home",
      "workplace_location": "TestAPI's Workplace"
    },
    {
      "id": "paul-graham",
      "name": "Paul Graham",
      "activity": "idle",
      "location": "Professional Office",
      "mood": "neutral",
      "tick_count": 1028,
      "portrait_path": "https://avatars.githubusercontent.com/u/716135?v=4",
      "avatar_path": "https://avatars.githubusercontent.com/u/716135?v=4",
      "home_location": "Paul's Home",
      "workplace_location": "Professional Office"
    },
    {
      "id": "testbot",
      "name": "TestBot",
      "activity": "idle",
      "location": "spawn",
      "mood": "neutral",
      "tick_count": 2,
      "portrait_path": "",
      "avatar_path": "",
      "home_location": "",
      "workplace_location": ""
    }
  ]
}