{
  "protocolVersion": "0.3.0",
  "name": "Printspecialisten Agent",
  "description": "A2A-agent för Printspecialisten i Örebro — kan svara på frågor om dekor, bildekor, skyltar, insynsskydd och trycksaker.",
  "url": "https://printspecialisten.se/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://printspecialisten.se/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://printspecialisten.se/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "Rapid Print Group Sweden AB",
    "url": "https://printspecialisten.se"
  },
  "documentationUrl": "https://printspecialisten.se",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "ask_about_services",
      "name": "Ask about services",
      "description": "Svarar på frågor om Printspecialistens tjänster och produkter.",
      "tags": ["info", "services", "printing", "dekor"],
      "examples": [
        "Vilka tjänster erbjuder ni?",
        "Vad kostar bildekor?",
        "Hur lång tid tar leverans?"
      ]
    },
    {
      "id": "request_quote",
      "name": "Request a quote",
      "description": "Vägleder användaren att begära en kostnadsfri offert.",
      "tags": ["quote", "pricing", "contact"],
      "examples": [
        "Jag vill ha en offert på fordonsdekor.",
        "Vad kostar en skylt 2x1 meter?"
      ]
    }
  ]
}
