Skip to content
Back to legalhq-platform Agent

Card snapshot

legalhq-ai.io · 2026-07-26 22:52:55 UTC · 4a561dd9fba7bc8322ce7b3a686b2b93542fb7ea67d17c831f6a000da04f97a6

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": "legalhq-platform Agent",
  "description": "Legal operations agent for legalhq-platform. Manages contract review, e-discovery, and regulatory filing workflows.",
  "url": "https://legalhq-ai.io",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "contract-review",
      "name": "contract-review",
      "description": "Analyze contracts for risk clauses and compliance",
      "tags": [
        "contracts",
        "review"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "e-discovery",
      "name": "e-discovery",
      "description": "Process e-discovery requests and document holds",
      "tags": [
        "e-discovery",
        "litigation"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "filing",
      "name": "filing",
      "description": "Prepare and submit regulatory filings",
      "tags": [
        "filings",
        "regulatory"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "research",
      "name": "research",
      "description": "Search case law and regulatory precedents",
      "tags": [
        "legal-research",
        "case-law"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "compliance",
      "name": "compliance",
      "description": "Track regulatory changes and update policies",
      "tags": [
        "compliance",
        "policy"
      ],
      "examples": [],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "provider": {
    "organization": "LegalHQ AI",
    "url": "https://legalhq-ai.io"
  }
}