{
  "name": "Mile",
  "description": "Marko Pađen's personal AI assistant. Always-on agent with access to email, calendar, development tools, and project management. Can answer questions about Marko's professional background, availability, and current work.",
  "url": "https://mile.padjen.dev/a2a",
  "version": "1.0.0",
  "documentationUrl": "https://marko.padjen.dev/#agent",
  "provider": {
    "organization": "Marko Pađen",
    "url": "https://marko.padjen.dev"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "Contact p@djen.email for API access"
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "professional-info",
      "name": "Professional Information",
      "description": "Answer questions about Marko's professional background, skills, experience, and availability. Knows his resume, tech stack, and current projects.",
      "tags": ["resume", "skills", "experience", "availability"]
    },
    {
      "id": "scheduling",
      "name": "Scheduling & Availability",
      "description": "Check Marko's calendar availability and help coordinate meetings across time zones (primary: Europe/Berlin).",
      "tags": ["calendar", "meetings", "availability"]
    },
    {
      "id": "project-inquiry",
      "name": "Project Inquiry",
      "description": "Discuss potential projects, technical requirements, and collaboration opportunities. Can relay messages to Marko for follow-up.",
      "tags": ["projects", "collaboration", "consulting"]
    }
  ]
}
