23 lines
445 B
JSON
23 lines
445 B
JSON
{
|
|
"name": "agentmemory",
|
|
"interface": {
|
|
"displayName": "agentmemory"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "agentmemory",
|
|
"source": {
|
|
"source": "git-subdir",
|
|
"url": "https://github.com/rohitg00/agentmemory.git",
|
|
"path": "./plugin",
|
|
"ref": "main"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Memory"
|
|
}
|
|
]
|
|
}
|