chore: scaffold llama-watch Stream Deck plugin
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user