mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"name": "semantica-local",
|
|
"interface": {
|
|
"displayName": "Semantica Local Plugins"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "semantica-codex",
|
|
"description": "Semantica plugin for Codex: knowledge graph commands and analytics.",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Productivity"
|
|
}
|
|
]
|
|
}
|