docs: add README; verify plugin install and packaging

This commit is contained in:
2026-08-14 10:53:26 -06:00
parent 17c8ef885f
commit 7e3377f932
2 changed files with 65 additions and 7 deletions
+30 -7
View File
@@ -10,8 +10,15 @@
"Icon": "imgs/actions/inflight/icon",
"Tooltip": "Shows whether a model has a request in flight",
"PropertyInspectorPath": "ui/inflight.html",
"Controllers": ["Keypad"],
"States": [{ "Image": "imgs/actions/inflight/key", "ShowTitle": false }]
"Controllers": [
"Keypad"
],
"States": [
{
"Image": "imgs/actions/inflight/key",
"ShowTitle": false
}
]
},
{
"Name": "GPU Graph",
@@ -19,8 +26,15 @@
"Icon": "imgs/actions/gpu/icon",
"Tooltip": "Live GPU metric graph",
"PropertyInspectorPath": "ui/gpu.html",
"Controllers": ["Keypad"],
"States": [{ "Image": "imgs/actions/gpu/key", "ShowTitle": false }]
"Controllers": [
"Keypad"
],
"States": [
{
"Image": "imgs/actions/gpu/key",
"ShowTitle": false
}
]
}
],
"Category": "llama-watch",
@@ -29,8 +43,17 @@
"Description": "Monitor llama-swap: in-flight requests per model and live GPU metric graphs.",
"Icon": "imgs/plugin/icon",
"SDKVersion": 2,
"Software": { "MinimumVersion": "7.1" },
"OS": [{ "Platform": "mac", "MinimumVersion": "13" }],
"Nodejs": { "Version": "24" },
"Software": {
"MinimumVersion": "7.1"
},
"OS": [
{
"Platform": "mac",
"MinimumVersion": "13"
}
],
"Nodejs": {
"Version": "24"
},
"UUID": "com.bryce.llamawatch"
}