{
  "protocolVersion": "0.3.0",
  "name": "Knegt Tractors Agent",
  "description": "Information agent for Knegt Quality Tractors Europe. Answers questions about compact and electric tractor models, specifications, dealers, contact details and events.",
  "url": "https://knegt-international.com/api/agent",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Knegt Quality Tractors Europe",
    "url": "https://knegt-international.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "models",
      "name": "Models & specifications",
      "description": "List Knegt electric and diesel tractor models with their power and key specifications.",
      "tags": ["tractors", "models", "specifications", "electric", "diesel"],
      "examples": [
        "Which electric tractors does Knegt offer?",
        "What is the power of the 504G3E?",
        "Compare the 304G2E and 404G2E."
      ]
    },
    {
      "id": "dealers-contact",
      "name": "Dealers & contact",
      "description": "How to find a dealer, request a demo or contact Knegt.",
      "tags": ["dealers", "contact", "demo", "quote"],
      "examples": ["How do I find a Knegt dealer?", "How can I contact Knegt?"]
    },
    {
      "id": "news-events",
      "name": "News & events",
      "description": "Upcoming fairs and events where you can meet Knegt.",
      "tags": ["events", "fairs", "news"],
      "examples": ["Where can I meet Knegt this year?", "Any upcoming events?"]
    }
  ]
}
