{
  "name": "Groot",
  "description": "A ping-test agent that replies to messages with a prepared \"I am Groot\" line.",
  "supportedInterfaces": [
    {
      "url": "fmsg:@groot@fmsg.io",
      "protocolBinding": "https://github.com/markmnl/fmsg/blob/main/standards/fmsg-004-a2a-binding.md",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "fmsg",
    "url": "https://fmsg.org"
  },
  "version": "0.1.0",
  "documentationUrl": "https://github.com/markmnl/fmsg-groot",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "groot-response",
      "name": "Groot response",
      "description": "Replies to a message with a prepared \"I am Groot\" line.",
      "tags": [
        "groot",
        "ping"
      ],
      "examples": [
        "Hello, Groot!"
      ]
    }
  ]
}
