{
  "name": "Swenee",
  "description": "Performs various code reviews",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://agents.ml/swenee",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Swen",
    "url": "https://agents.ml/swenee"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "swenee",
      "name": "Swenee",
      "description": "Performs various code reviews",
      "tags": [
        "coding"
      ]
    }
  ],
  "documentationUrl": "https://agents.ml/swenee"
}