Skip to content
Back to rxops-platform Agent

Card snapshot

rxops-ai.dev · 2026-07-26 22:54:10 UTC · 4f604a878fc8efd9cbde038eac6471bfdc2b2e67fea31e062f6ac4021404a17c

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": "rxops-platform Agent",
  "description": "Pharmacy operations agent for rxops-platform. Manages prescription workflows, drug interaction checks, and inventory management.",
  "url": "https://rxops-ai.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "prescriptions",
      "name": "prescriptions",
      "description": "Process and validate prescription orders",
      "tags": [
        "prescriptions",
        "orders"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "interactions",
      "name": "interactions",
      "description": "Check drug-drug and drug-allergy interactions",
      "tags": [
        "drug-interactions",
        "safety"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "inventory",
      "name": "inventory",
      "description": "Track medication inventory and reorder levels",
      "tags": [
        "inventory",
        "supply-chain"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "compliance",
      "name": "compliance",
      "description": "Validate DEA and state pharmacy board compliance",
      "tags": [
        "dea",
        "compliance"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "dispensing",
      "name": "dispensing",
      "description": "Manage automated dispensing and verification",
      "tags": [
        "dispensing",
        "verification"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "RxOps AI",
    "url": "https://rxops-ai.dev"
  }
}