{
    "name": "Gaiergroup Agent",
    "description": "Single manufacturer for popular products",
    "version": "1.0.0",
    "provider": {
        "organization": "Gaiergroup",
        "url": "https://gaiergroup.com"
    },
    "url": "https://gaiergroup.com/a2a",
    "endpoint": "https://gaiergroup.com/a2a",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text",
        "data"
    ],
    "defaultOutputModes": [
        "text",
        "markdown"
    ],
    "skills": [
        {
            "id": "site-search",
            "name": "Site Search",
            "description": "Search content on Gaiergroup",
            "tags": [
                "search",
                "content"
            ]
        },
        {
            "id": "content-reader",
            "name": "Content Reader",
            "description": "Read pages as markdown",
            "tags": [
                "reader",
                "markdown"
            ]
        }
    ],
    "authentication": {
        "schemes": [
            "Bearer",
            "None"
        ]
    }
}