mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 15:01:34 +08:00
14 lines
292 B
JSON
14 lines
292 B
JSON
|
|
{
|
||
|
|
"name": "example",
|
||
|
|
"label": "Example",
|
||
|
|
"description": "Example dashboard plugin — demonstrates the plugin SDK",
|
||
|
|
"icon": "Sparkles",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"tab": {
|
||
|
|
"path": "/example",
|
||
|
|
"position": "after:skills"
|
||
|
|
},
|
||
|
|
"entry": "dist/index.js",
|
||
|
|
"api": "plugin_api.py"
|
||
|
|
}
|