Skip to content
Back to OpenQFR

Card snapshot

openqfr.dev · 2026-09-11 18:14:36 UTC · b74263e468851d839e31e63b8b287cd936bd9ead2c6e31df07a62db785bec048

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.

{
  "capabilities": {
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "description": "Search and retrieve machine-readable Quant Failure Records through public read-only A2A operations.",
  "documentationUrl": "https://openqfr.dev/",
  "name": "OpenQFR",
  "skills": [
    {
      "description": "Find prior failed quantitative strategies by scope and fingerprint.",
      "examples": [
        "Find BTCUSDT failures with negative net expectancy"
      ],
      "id": "qfr_search",
      "name": "Search QFR failures",
      "tags": [
        "quant",
        "failure",
        "research",
        "qfr"
      ]
    },
    {
      "description": "Retrieve one public Quant Failure Record by its record ID.",
      "examples": [
        "Get qfr:00009ff404026f216897c53a"
      ],
      "id": "qfr_get",
      "name": "Get one QFR failure",
      "tags": [
        "quant",
        "failure",
        "evidence",
        "qfr"
      ]
    },
    {
      "description": "Return public record counts and the active QFR schema version.",
      "examples": [
        "Show the current OpenQFR public record count"
      ],
      "id": "qfr_stats",
      "name": "Get QFR archive statistics",
      "tags": [
        "quant",
        "failure",
        "statistics",
        "qfr"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "url": "https://openqfr.dev/a2a/v1"
    }
  ],
  "version": "0.1.0"
}