chore: scaffold llama-watch Stream Deck plugin

This commit is contained in:
2026-08-14 10:33:48 -06:00
parent beada4e44d
commit 2f5c5e33b0
12 changed files with 2664 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"$schema": "https://schemas.elgato.com/streamdeck/plugins/manifest.json",
"Name": "llama-watch",
"Version": "1.0.0.0",
"Author": "Bryce Zuccaro",
"Actions": [],
"Category": "llama-watch",
"CodePath": "bin/plugin.js",
"Description": "Monitor llama-swap: in-flight requests per model and live GPU metric graphs.",
"Icon": "imgs/plugin/icon",
"SDKVersion": 2,
"Software": { "MinimumVersion": "6.5" },
"OS": [{ "Platform": "mac", "MinimumVersion": "13" }],
"Nodejs": { "Version": "24" },
"UUID": "com.bryce.llamawatch"
}