xyz.quasigod.lab.letta.conversation

quasigod.spaces-alpha.bsky.network

{
  "id": "xyz.quasigod.lab.letta.conversation",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "id",
        "agentId",
        "createdAt",
        "lastSeq"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 128
        },
        "name": {
          "type": "string",
          "maxLength": 512
        },
        "model": {
          "type": "string"
        },
        "hidden": {
          "type": "boolean"
        },
        "agentId": {
          "type": "string",
          "maxLength": 128
        },
        "lastSeq": {
          "type": "integer",
          "minimum": 0,
          "description": "Highest message seq written to this conversation."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "forkedFrom": {
          "type": "string",
          "maxLength": 128,
          "description": "Source conversation id, set on forks."
        },
        "modelSettings": {
          "type": "unknown"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against xyz.quasigod.lab.letta.conversation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7pezv7mb4agwyktraauhl26g
CID
bafyreiay3iw6ck6ygbkiahrxrw4xctmslybngupo54zsmsv46lkij426pm
Indexed At
2026-08-24 16:12 UTC
AT-URI
at://did:plc:7pezv7mb4agwyktraauhl26g/com.atproto.lexicon.schema/xyz.quasigod.lab.letta.conversation

Version History (2 versions)

Lexicon Garden

@