{
  "schema": "agents.json",
  "version": "1.0.0",
  "description": "Structured résumé data for Aleksandr Krasnobai, Staff DevOps Engineer",
  "function": {
    "name": "get_resume",
    "description": "Return the candidate's résumé facts as structured data.",
    "parameters": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Full name"
        },
        "label": {
          "type": "string",
          "description": "Current role / title"
        },
        "summary": {
          "type": "string",
          "description": "Short professional summary"
        },
        "location": {
          "type": "string",
          "description": "City / region"
        },
        "email": {
          "type": "string",
          "format": "email"
        },
        "profiles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "network": {
                "type": "string"
              },
              "url": {
                "type": "string",
                "format": "uri"
              }
            }
          }
        },
        "years_experience": {
          "type": [
            "integer",
            "null"
          ]
        },
        "top_skills": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "availability": {
          "type": "object",
          "properties": {
            "status": {
              "type": "string"
            },
            "roles": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "work_model": {
              "type": "string"
            },
            "locations": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      },
      "required": [
        "name",
        "label",
        "summary",
        "email"
      ]
    }
  },
  "example": {
    "name": "Aleksandr Krasnobai",
    "label": "Staff DevOps Engineer",
    "summary": "Staff DevOps Engineer — 18 years keeping high-throughput platforms running, from 500M+ req/day pipelines to 10,000-server fleets.",
    "location": "Belgrade",
    "email": "hi@krasnobai.dev",
    "profiles": [
      {
        "network": "GitHub",
        "username": "C0FFEEC0DE",
        "url": "https://github.com/C0FFEEC0DE"
      },
      {
        "network": "LinkedIn",
        "username": "aleksandrkrasnobai",
        "url": "https://www.linkedin.com/in/aleksandrkrasnobai"
      },
      {
        "network": "Telegram",
        "username": "krasnobaicoach",
        "url": "https://t.me/krasnobaicoach"
      }
    ],
    "years_experience": 18,
    "top_skills": [
      "** Amazon Web Services (AWS)",
      "Google Cloud Platform (GCP)",
      "Microsoft Azure",
      "AWS Control Tower",
      "AWS Lambda",
      "AWS IoT",
      "Google Compute Engine",
      "AWS Step Functions",
      "Cosmos DB",
      "AWS CDK",
      "Amazon S3 Glacier",
      "BigQuery",
      "EKS",
      "GKE",
      "AKS",
      "** Docker",
      "Kubernetes",
      "Helm",
      "EKS",
      "GKE"
    ],
    "availability": {
      "status": "open",
      "roles": [
        "Staff DevOps Engineer",
        "SRE",
        "Platform Engineer"
      ],
      "work_model": "remote",
      "locations": [
        "Remote (EU)",
        "Belgrade, Serbia"
      ]
    }
  },
  "sources": {
    "json_resume": "https://krasnobai.dev/resume.json",
    "agent_readable": "https://krasnobai.dev/resume-for-agents.md"
  }
}