{
    "name": "sweeties.net Sweets Advice Agent",
    "version": "2026-08-01-nicola-v5",
    "description": "Nicola V5: public read-only hospitality routing with concise answers about our sweets, structured evidence, protocol explanation and Product Truth lookup.",
    "supportedInterfaces": [
        {
            "url": "https://sweeties.net/wp-json/sweeties/v1/ask/",
            "transport": "https",
            "protocol": "REST"
        }
    ],
    "capabilities": {
        "public_read_only": true,
        "streaming": false,
        "autonomous_checkout": false
    },
    "skills": [
        {
            "id": "ask_sweets_advice",
            "name": "Ask about our sweets",
            "description": "Answer questions about our sweets, allergens, diets and delivery from the pick and mix data, with citations."
        },
        {
            "id": "catalogue_ranking",
            "name": "Rank catalogue",
            "description": "Return the sweets that match questions such as vegan fizzy sweets or sweets without gelatine."
        },
        {
            "id": "product_truth_lookup",
            "name": "Product Truth lookup",
            "description": "Return a rich product payload by exact identifier or narrow query."
        }
    ]
}