Files
echo/codex plugin/.agents/plugins/marketplace.json
T
2026-06-20 23:21:40 -05:00

21 lines
386 B
JSON

{
"name": "echo-memory-local",
"interface": {
"displayName": "ECHO Memory Local"
},
"plugins": [
{
"name": "echo-memory",
"source": {
"source": "local",
"path": "./plugins/echo-memory"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}