ai.rizom.brain.card

rizom.ai

{
  "id": "ai.rizom.brain.card",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "siteUrl",
          "brain",
          "anchor",
          "skills",
          "model",
          "version",
          "createdAt"
        ],
        "properties": {
          "brain": {
            "ref": "#brain",
            "type": "ref",
            "description": "Brain identity described by this discovery card."
          },
          "model": {
            "type": "string",
            "description": "Rizom brain model identifier."
          },
          "anchor": {
            "ref": "#anchor",
            "type": "ref",
            "description": "Minimal owner/operator snapshot for discovery grouping and display."
          },
          "skills": {
            "type": "array",
            "items": {
              "ref": "#skill",
              "type": "ref"
            },
            "maxLength": 100,
            "description": "User-facing skills this brain advertises for discovery."
          },
          "siteUrl": {
            "type": "string",
            "format": "uri",
            "description": "Public site URL. Consumers derive the A2A Agent Card URL from this base."
          },
          "version": {
            "type": "string",
            "description": "Brain runtime/model implementation version."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Public discovery card for a Rizom brain. The operational A2A Agent Card is conventionally served at /.well-known/agent-card.json under siteUrl."
    },
    "brain": {
      "type": "object",
      "required": [
        "did",
        "name",
        "role",
        "purpose",
        "values"
      ],
      "properties": {
        "did": {
          "type": "string",
          "description": "Public DID for the brain identity."
        },
        "name": {
          "type": "string",
          "maxLength": 200,
          "description": "Human-readable brain name."
        },
        "role": {
          "type": "string",
          "maxLength": 500,
          "description": "Brain role or persona."
        },
        "values": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200
          },
          "maxLength": 50,
          "description": "Public values or principles for this brain."
        },
        "purpose": {
          "type": "string",
          "maxLength": 2000,
          "description": "Short public description of what this brain is for."
        }
      },
      "description": "Brain identity described by this discovery card."
    },
    "skill": {
      "type": "object",
      "required": [
        "id",
        "name",
        "description"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 200
        },
        "name": {
          "type": "string",
          "maxLength": 200
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxLength": 50
        },
        "examples": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxLength": 20
        },
        "description": {
          "type": "string",
          "maxLength": 2000
        }
      },
      "description": "User-facing skill this brain advertises for discovery."
    },
    "anchor": {
      "type": "object",
      "required": [
        "did",
        "name",
        "category",
        "kind"
      ],
      "properties": {
        "did": {
          "type": "string",
          "description": "Public DID for the owner/operator anchor identity."
        },
        "kind": {
          "type": "string",
          "maxLength": 200,
          "description": "Open semantic profile kind selected by the publishing brain."
        },
        "name": {
          "type": "string",
          "maxLength": 200,
          "description": "Human-readable anchor name."
        },
        "category": {
          "type": "string",
          "description": "Stable structural category for discovery and grouping.",
          "knownValues": [
            "person",
            "team",
            "organization"
          ]
        }
      },
      "description": "Minimal owner/operator snapshot for discovery grouping and display."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.rizom.brain.card

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:oehciuqunzskplljt3qnnncw
CID
bafyreibcefji5m7chwzrdtrwaxkktulejfevfd5verwj3oucn4t3p6idia
Indexed At
2026-07-26 06:16 UTC
AT-URI
at://did:plc:oehciuqunzskplljt3qnnncw/com.atproto.lexicon.schema/ai.rizom.brain.card

Version History (4 versions)

Lexicon Garden

@