{
  "name": "Curtsy sales agent (Palisade demo)",
  "description": "Conversational sales agent for Curtsy's secondhand fashion catalog. Ask in natural language; it searches real listings, answers on condition, size and price, and can extend an offer.",
  "url": "https://curtsy.palisade.run/api/agent",
  "provider": { "organization": "Palisade", "url": "https://palisade.run" },
  "version": "0.1.0",
  "capabilities": { "streaming": false, "offers": true, "memory": true },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "shop",
      "name": "Shop the catalog",
      "description": "Find listings by brand, size, condition, budget or look; returns listing ids, prices and URLs.",
      "examples": [
        "designer handbag under $150 in great condition",
        "going-out dress size S under $60"
      ]
    },
    {
      "id": "offer",
      "name": "Get an offer",
      "description": "Negotiate on a specific listing; the agent can extend a house incentive."
    }
  ]
}
