Skip to content
Back to Daystruct Evidence Agent

Card snapshot

daystruct.ai · 2026-09-09 08:58:48 UTC · 448a15e0d1bae62ce6864e66576713965970ad58d5011eeb0b89c68a87c2705d

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": "Daystruct Evidence Agent",
  "description": "Public read-only access to provenance-backed AI infrastructure and software evidence. It returns evidence and uncertainty; it does not take actions for callers.",
  "supportedInterfaces": [
    {
      "url": "https://api.daystruct.ai/a2a",
      "protocolBinding": "JSONRPC",
      "tenant": "",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Daystruct",
    "url": "https://daystruct.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://api.daystruct.ai/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": []
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "read-evidence",
      "name": "Read Daystruct evidence",
      "description": "Search entities, inspect canonical facts and provenance, read context-packet contracts, resolve software questions, and read recent evidence changes.",
      "tags": [
        "evidence",
        "provenance",
        "AI infrastructure",
        "software compatibility",
        "temporal context",
        "NFL context",
        "read-only"
      ],
      "examples": [
        "Find models from Ollama",
        "Show facts for this entity",
        "Does this package support this API?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "securityRequirements": []
    },
    {
      "id": "resolve-situation",
      "name": "Resolve a stated situation",
      "description": "Answer a question about a concrete situation rather than returning evidence to interpret: which known vulnerabilities affect the version you are running, whether a release line is still supported as of today, and which models meet a stated need and budget. Anything that cannot be determined is returned as undetermined rather than omitted, so an unanswered case never reads as a clear one.",
      "tags": [
        "security exposure",
        "release support",
        "model selection",
        "resolution",
        "read-only"
      ],
      "examples": [
        "I am running vLLM 0.11.2, what affects me?",
        "Is Node.js 22.3.1 still supported?",
        "Which reasoning model under $1 per million input tokens has at least a 128k context?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "securityRequirements": []
    }
  ],
  "signatures": []
}