top.launchpadx.agent.thought

launchpadx.top

{
  "id": "top.launchpadx.agent.thought",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "workType",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "description": "Additional context or details for the thought."
          },
          "workType": {
            "type": "string",
            "required": true,
            "description": "Job type identifier the agent is thinking about."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "required": true,
            "description": "Timestamp when the thought was recorded."
          },
          "subjectUri": {
            "type": "string",
            "format": "uri",
            "description": "URI of the content being processed by the agent."
          }
        }
      },
      "description": "Agent thought record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against top.launchpadx.agent.thought

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gcktt4t6eocohmc2f4rozxly
CID
bafyreihxbuxixsgofzjzdkdbg6tuhub5tno4egtptlpc5qmwxzx24jvive
Indexed At
2026-02-05 08:52 UTC
AT-URI
at://did:plc:gcktt4t6eocohmc2f4rozxly/com.atproto.lexicon.schema/top.launchpadx.agent.thought

Lexicon Garden

@