{
"id": "xyz.quasigod.lab.letta.agent",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"system",
"model",
"primaryConversation",
"createdAt",
"updatedAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 256,
"description": "Human-readable agent name."
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 64
},
"description": "Free-form tags."
},
"model": {
"type": "string",
"maxLength": 256,
"description": "Model handle used for this agent's turns."
},
"hidden": {
"type": "boolean",
"description": "Hidden agents are excluded from listings. Expected to be false."
},
"pinned": {
"type": "boolean",
"description": "Pinned agents surface at the top of the agent selector and are the startup-resume preference. Expected to be false."
},
"system": {
"type": "string",
"maxLength": 100000,
"description": "System prompt template. Core memory is injected into it at compile time; the compiled result lives in the compiledPrompt sidecar."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 1024,
"description": "Short agent description."
},
"modelSettings": {
"ref": "xyz.quasigod.lab.letta.defs#modelSettings",
"type": "ref",
"description": "Tunables for this agent's model."
},
"compactionSettings": {
"ref": "xyz.quasigod.lab.letta.defs#compactionSettings",
"type": "ref",
"description": "Automatic-compaction behavior for this agent's conversations. Null/absent uses the default."
},
"primaryConversation": {
"type": "string",
"format": "at-uri",
"description": "The agent's primary conversation (letta's 'default' conversation). Exactly one per agent, created with the agent."
}
}
},
"description": "A letta agent persisted in a permissioned space."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A letta agent: model, instructions, and identity. The rkey (TID) is the agent's id in letta."
}
Metadata
- DID
-
did:plc:7pezv7mb4agwyktraauhl26g
- CID
-
bafyreicq5owtpaapw67pqa7hye57g3rv6fx5iwyypl5duiyxchlsgqirkm
- Indexed At
- 2026-08-25 19:16 UTC
- AT-URI
-
at://did:plc:7pezv7mb4agwyktraauhl26g/com.atproto.lexicon.schema/xyz.quasigod.lab.letta.agent
Version History (2 versions)
Referenced Schemas (2)
-
xyz.quasigod.lab.letta.defs#compactionSettings
-
xyz.quasigod.lab.letta.defs#modelSettings