mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 09:47:54 +08:00
15 lines
382 B
JSON
15 lines
382 B
JSON
|
|
{
|
||
|
|
"name": "kanban",
|
||
|
|
"label": "Kanban",
|
||
|
|
"description": "Multi-agent collaboration board — drag-drop cards across columns, read comment threads, see which profile is running what",
|
||
|
|
"icon": "Package",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"tab": {
|
||
|
|
"path": "/kanban",
|
||
|
|
"position": "after:skills"
|
||
|
|
},
|
||
|
|
"entry": "dist/index.js",
|
||
|
|
"css": "dist/style.css",
|
||
|
|
"api": "plugin_api.py"
|
||
|
|
}
|