Back to CPT-Dawn Agent

Card snapshot

cptdawn.dev · 2026-05-23 02:14:37 UTC · f49b2752586a736d627a9154bb8cb9d033a2f66c445b695fe8b66cb78e8e86db

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": "CPT-Dawn Agent",
  "version": "1.0.0",
  "description": "Personal digital agent for CPT-Dawn, providing portfolio information and professional context.",
  "url": "https://cptdawn.dev",
  "supportedInterfaces": [
    {
      "url": "https://cptdawn.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "info",
      "name": "General Info",
      "description": "Get general information about CPT-Dawn and the project."
    },
    {
      "id": "links",
      "name": "Social Links",
      "description": "Retrieve social and professional links (GitHub, LinkedIn, X, Resume)."
    }
  ]
}