{
  "protocolVersion": "0.3.0",
  "name": "Evan Long — evanlong.me",
  "description": "Agent for evanlong.me: answers questions about Evan Long (AI developer with product & UI design expertise), his products Sekvora and ObixHub, his services, and his curated shares.",
  "version": "1.0.0",
  "url": "https://evanlong.me/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://evanlong.me/api/a2a", "transport": "JSONRPC", "protocol": "JSONRPC" }
  ],
  "additionalInterfaces": [
    { "url": "https://evanlong.me/api/a2a", "transport": "JSONRPC" }
  ],
  "provider": { "organization": "Evan Long", "url": "https://evanlong.me" },
  "documentationUrl": "https://evanlong.me/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "get-profile",
      "name": "Get profile",
      "description": "Returns Evan Long's professional profile: role, services, products, tech stack, languages, and contact links.",
      "tags": ["profile", "portfolio", "services"],
      "examples": ["Who is Evan Long?", "What services does Evan offer?"]
    },
    {
      "id": "curated-shares",
      "name": "Curated shares",
      "description": "Returns Evan Long's curated list of tools, projects, and resources with descriptions and links. For semantic search, use the MCP server at https://evanlong.me/api/mcp instead.",
      "tags": ["shares", "ai-tools", "curation"],
      "examples": ["What AI tools does Evan recommend?", "What has Evan shared recently?"]
    }
  ]
}
