{
  "protocolVersion": "0.3.0",
  "name": "Amr Sobhy Profile Agent",
  "description": "Read-only agent for the professional profile of Amr Sobhy — researcher in media, politics and computation, founder of Le French News Lab. Answers questions about his biography, affiliations, education, awards and published papers. Send a message describing what you want; the agent returns the relevant profile or publication document. No authentication required.",
  "url": "https://amrsobhy.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://amrsobhy.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Le French News Lab",
    "url": "https://frenchnewslab.org/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://amrsobhy.com/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "get-profile",
      "name": "Get profile",
      "description": "Return the structured professional profile: current role, research focus, affiliations, education, languages, awards and external profile links.",
      "tags": ["profile", "biography", "cv", "person"],
      "examples": [
        "Who is Amr Sobhy?",
        "What does Amr Sobhy research?",
        "Where did Amr Sobhy study?"
      ],
      "outputModes": ["application/json"],
      "resourceUrl": "https://amrsobhy.com/api/profile.json",
      "resourceMethod": "GET"
    },
    {
      "id": "list-publications",
      "name": "List publications",
      "description": "Return the list of selected papers with title, venue, year and canonical URL.",
      "tags": ["publications", "papers", "research", "bibliography"],
      "examples": [
        "What has Amr Sobhy published?",
        "List Amr Sobhy's papers on French news framing."
      ],
      "outputModes": ["application/json"],
      "resourceUrl": "https://amrsobhy.com/api/publications.json",
      "resourceMethod": "GET"
    }
  ]
}
