{
  "$schema": "https://a2a-protocol.org/schemas/v1/agent-card.json",
  "name": "Rhayon Optical Assistant",
  "description": "Agent for querying Rhayon laser projector specifications, throw distances, and home theater recommendations.",
  "version": "1.0.0",
  "skills": [
    {
      "id": "rhayon-recommendations",
      "name": "Rhayon Projector Recommendations",
      "description": "Calculate screen diagonal and throw distance to recommend Rhayon projector models (RX10, RX20, RX30)."
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "HTTP",
      "url": "https://rhayonprojectors.com/index.md"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  }
}
