{
  "name": "Felipe Rodrigues Portfolio Agent",
  "description": "Read-only agent that answers questions about Felipe Rodrigues' public professional profile, skills, experience, and technical portfolio. It creates no data, sends no messages, and requires no authentication.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://www.lipeconsultor.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "organization": "Felipe Rodrigues",
    "url": "https://www.lipeconsultor.com"
  },
  "documentationUrl": "https://www.lipeconsultor.com/docs/api",
  "iconUrl": "https://www.lipeconsultor.com/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "portfolio-profile",
      "name": "Professional profile lookup",
      "description": "Return Felipe Rodrigues' public professional summary, specialties, location, resume link, and contact links.",
      "tags": [
        "profile",
        "resume",
        "contact",
        "summary"
      ],
      "examples": [
        "Who is Felipe Rodrigues and what does he do?",
        "Give me a summary of Felipe Rodrigues' professional profile",
        "How can I contact Felipe Rodrigues?"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "portfolio-search",
      "name": "Portfolio search",
      "description": "Search Felipe Rodrigues' public profile, skills, experience, projects, and technology stack by keyword, technology, role, or company.",
      "tags": [
        "search",
        "skills",
        "experience",
        "projects",
        "stack"
      ],
      "examples": [
        "Does Felipe Rodrigues have experience with CRM?",
        "Search the portfolio for automation with AI",
        "Which companies has Felipe Rodrigues worked for?"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "portfolio-project",
      "name": "Technical project details",
      "description": "Return structured public details for one technical portfolio project: problem, description, technologies, status, and links.",
      "tags": [
        "projects",
        "case-study",
        "technologies"
      ],
      "examples": [
        "Tell me about the project Central de Implantação e Suporte SaaS com IA",
        "Tell me about the project Máquina de Prospecção",
        "Tell me about the project CRM Operacional com IA"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}