Skip to content
Back to Hedge Fund Alpha Public Research Agent

Card snapshot

hedgefundalpha.com · 2026-07-23 23:47:15 UTC · fd0423f8e7c836b860cc9ae0c4d90bebe6faa26eea7fa2ad1b443f156100e724

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.

{
  "name": "Hedge Fund Alpha Public Research Agent",
  "description": "Finds public Hedge Fund Alpha coverage metadata and official offering pages.",
  "supportedInterfaces": [
    {
      "url": "https://hedgefundalpha.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Hedge Fund Alpha",
    "url": "https://hedgefundalpha.com/"
  },
  "version": "0.2.0",
  "documentationUrl": "https://hedgefundalpha.com/.well-known/agent-skills/hfa-public-research/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": []
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "find-hfa-coverage",
      "name": "Find Hedge Fund Alpha coverage",
      "description": "Search public article metadata and return official Hedge Fund Alpha links.",
      "tags": [
        "hedge-funds",
        "investor-letters",
        "research",
        "public-metadata"
      ],
      "examples": [
        "Find Hedge Fund Alpha coverage about Berkshire Hathaway"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "explain-hfa-offerings",
      "name": "Find Hedge Fund Alpha offerings",
      "description": "Return official pages for memberships, data products, and API licensing.",
      "tags": [
        "membership",
        "data",
        "api",
        "licensing"
      ],
      "examples": [
        "What data licensing does Hedge Fund Alpha offer?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}