{
  "schemaVersion": "1.0.0",
  "name": "renogood",
  "description": "Agent card for Rénogood — a painting company in Ploemeur (Morbihan, France). Exposes company metadata, service catalog, and pointers to machine-readable resources. The agent is read-only: it helps users discover services, pricing ranges, coverage area, and contact details.",
  "url": "https://www.renogoodpeinture.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Rénogood EURL",
    "url": "https://www.renogoodpeinture.com"
  },
  "documentationUrl": "https://www.renogoodpeinture.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "text/markdown"],
  "skills": [
    {
      "id": "describe-services",
      "name": "Describe services",
      "description": "Summarise the painting services offered (facade, interior, water damage), with indicative pricing and coverage area.",
      "tags": ["services", "pricing", "local-business"],
      "examples": [
        "Quels services propose Rénogood ?",
        "Combien coûte un ravalement de façade ?",
        "Interventions dans Lorient ?"
      ],
      "inputModes": ["text"],
      "outputModes": ["text", "text/markdown"]
    },
    {
      "id": "contact-details",
      "name": "Provide contact details",
      "description": "Return phone, email, address, and opening hours.",
      "tags": ["contact", "hours"],
      "examples": [
        "Comment joindre Rénogood ?",
        "Horaires d'ouverture ?"
      ],
      "inputModes": ["text"],
      "outputModes": ["text"]
    }
  ]
}
