-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 725 Bytes
/
Copy pathplugin.json
File metadata and controls
23 lines (23 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "compartment",
"version": "1.0.0",
"description": "High-security, fully offline, encrypted vector memory for AI agents. AEAD-encrypted vault, locked by default after restart, no API key and no network at runtime.",
"author": {
"name": "Max Freedom Pollard",
"url": "https://github.com/MaxFreedomPollard"
},
"homepage": "https://github.com/MaxFreedomPollard/Compartment",
"repository": "https://github.com/MaxFreedomPollard/Compartment",
"license": "Apache-2.0",
"keywords": [
"memory",
"agent-memory",
"encryption",
"offline",
"local-first",
"vector-search",
"privacy",
"mcp"
]
}