Skip to content
Back to bankingops-core Agent

Card snapshot

bankingops-ai.dev · 2026-07-26 22:51:48 UTC · a14d8d0b4893c180924eed8176c25d57a6729657dc8cb06e55aa12892250db98

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": "bankingops-core Agent",
  "description": "Banking operations agent for bankingops-core. Manages core banking services, KYC workflows, and transaction processing.",
  "url": "https://bankingops-ai.dev",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "kyc",
      "name": "kyc",
      "description": "Run KYC identity verification workflows",
      "tags": [
        "kyc",
        "compliance"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "transactions",
      "name": "transactions",
      "description": "Process and monitor banking transactions",
      "tags": [
        "transactions",
        "payments"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "fraud",
      "name": "fraud",
      "description": "Detect and flag suspicious transaction patterns",
      "tags": [
        "fraud-detection",
        "aml"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "reports",
      "name": "reports",
      "description": "Generate regulatory and internal reports",
      "tags": [
        "reporting",
        "regulatory"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "accounts",
      "name": "accounts",
      "description": "Manage account provisioning and access controls",
      "tags": [
        "accounts",
        "iam"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "BankingOps AI",
    "url": "https://bankingops-ai.dev"
  }
}