{
  "_README": "LEGACY MIRROR of the gateway routing index (the primary copy lives in the gateway_routing table in ~/.hermes/state.db). Maps messaging session keys (agent:main:<platform>:...) to active session IDs. This is NOT the session list. ALL sessions (CLI, TUI, and gateway) live in ~/.hermes/state.db and are shown by `hermes sessions list` and `/sessions`. Disable this file with `gateway.write_sessions_json: false` in config.yaml.",
  "agent:main:whatsapp:dm:32460948575": {
    "session_key": "agent:main:whatsapp:dm:32460948575",
    "session_id": "20260626_165805_c14db6",
    "created_at": "2026-06-12T19:14:19.230685",
    "updated_at": "2026-08-03T07:21:17.624059",
    "display_name": "Sage Stockmans",
    "platform": "whatsapp",
    "chat_type": "dm",
    "metadata": {},
    "input_tokens": 0,
    "output_tokens": 0,
    "cache_read_tokens": 0,
    "cache_write_tokens": 0,
    "total_tokens": 0,
    "last_prompt_tokens": 89690,
    "estimated_cost_usd": 0.0,
    "cost_status": "unknown",
    "expiry_finalized": false,
    "suspended": false,
    "resume_pending": false,
    "resume_reason": null,
    "last_resume_marked_at": null,
    "is_fresh_reset": false,
    "was_auto_reset": false,
    "auto_reset_reason": null,
    "reset_had_activity": false,
    "prev_session_id": null,
    "origin": {
      "platform": "whatsapp",
      "chat_id": "264755205914837@lid",
      "chat_name": "Sage Stockmans",
      "chat_type": "dm",
      "user_id": "264755205914837@lid",
      "user_name": "Sage Stockmans",
      "thread_id": null,
      "chat_topic": null
    }
  }
}