{
  "name": "Rhea",
  "description": "Rhea is ReEngageHQ's AI onboarding specialist. She answers questions about booking recovery, guides businesses through a recovery assessment, and supports qualified prospects as they begin onboarding.",
  "version": "1.0.0",
  "provider": {
    "organization": "ReEngageHQ",
    "url": "https://reengagehq.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://reengagehq.com/api/public/reengageiq/messages",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "recovery-assessment",
      "name": "Recovery Assessment",
      "description": "Guides a business through a conversational assessment of recoverable leads, lead sources, follow-up processes, booking paths, and recovery priorities.",
      "tags": [
        "lead-recovery",
        "assessment",
        "booking"
      ]
    },
    {
      "id": "onboarding-guidance",
      "name": "Onboarding Guidance",
      "description": "Explains how ReEngageHQ recovers missed booking opportunities and guides qualified prospects into the secure onboarding process.",
      "tags": [
        "onboarding",
        "booking-recovery",
        "customer-success"
      ]
    },
    {
      "id": "human-handoff",
      "name": "Human Handoff",
      "description": "Offers the approved consultation booking option when a visitor requests a person or Rhea cannot answer confidently.",
      "tags": [
        "handoff",
        "consultation",
        "booking"
      ]
    }
  ]
}