xyz.quasigod.lab.letta.space
Schema Diff
+5 -2
1
1
{
2
2
"id": "xyz.quasigod.lab.letta.space",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"name": "Letta Lab",
7
7
"type": "space",
8
8
"collections": [
9
9
"xyz.quasigod.lab.letta.agent",
10
10
"xyz.quasigod.lab.letta.conversation",
11
11
"xyz.quasigod.lab.letta.message",
12
12
"xyz.quasigod.lab.letta.compiledPrompt",
13
13
"xyz.quasigod.lab.letta.lock",
14
-
"xyz.quasigod.lab.letta.profile"
14
+
"xyz.quasigod.lab.letta.profile",
15
+
"xyz.quasigod.lab.letta.secret",
16
+
"xyz.quasigod.lab.letta.encryptionWrap",
17
+
"xyz.quasigod.lab.letta.environment"
15
18
],
16
-
"description": "Personal agent workspace: agents, conversations, and transcripts."
19
+
"description": "Personal agent workspace: agents, conversations, transcripts, and encrypted secrets."
17
20
}
18
21
},
19
22
"$type": "com.atproto.lexicon.schema",
20
23
"lexicon": 1
21
24
}