Skip to content
Back to ilook Face Analysis Agent

Card snapshot

www.ilook.fit · 2026-08-18 18:38:25 UTC · ad6aa45a050e140de6e761b1a661e10c21fd746a1c95a4f3843954de2d4968d1

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": "ilook Face Analysis Agent",
  "description": "Returns face-shape context, subjective appearance feedback, and an approximate Golden Ratio phi score for one authorized adult face photo.",
  "supportedInterfaces": [
    {
      "url": "https://www.ilook.fit/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "version": "1.2.0",
  "documentationUrl": "https://www.ilook.fit/api/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "score-face",
      "name": "Score an authorized adult face",
      "description": "Analyze base64-encoded JPEG, PNG, or WebP bytes after an adult and lawful-use attestation.",
      "tags": [
        "face-analysis",
        "appearance-feedback",
        "face-shape",
        "phi-score",
        "golden-ratio"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}