Skip to content
Back to hrops-suite Agent

Card snapshot

hrops-ai-platform.io · 2026-07-26 22:52:46 UTC · 2ac26cf8a5816ab8c5a1d9a932b06a712603007049bf1fa46d827937f6376576

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "hrops-suite Agent",
  "description": "HR operations agent for hrops-suite. Manages employee onboarding, benefits administration, and workforce analytics.",
  "url": "https://hrops-ai-platform.io",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "onboarding",
      "name": "onboarding",
      "description": "Automate new employee onboarding workflows",
      "tags": [
        "onboarding",
        "hr"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "benefits",
      "name": "benefits",
      "description": "Process benefits enrollment and changes",
      "tags": [
        "benefits",
        "enrollment"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "analytics",
      "name": "analytics",
      "description": "Generate workforce analytics and attrition reports",
      "tags": [
        "analytics",
        "reporting"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "payroll-sync",
      "name": "payroll-sync",
      "description": "Sync employee data with payroll systems",
      "tags": [
        "payroll",
        "integration"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "compliance",
      "name": "compliance",
      "description": "Validate labor law compliance across jurisdictions",
      "tags": [
        "compliance",
        "labor-law"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "HROps AI Platform",
    "url": "https://hrops-ai-platform.io"
  }
}