Files
community-plugins/llamanager/plugin.toml
T
Marc Tristan VictoriaandGitHub f228731141 Add llamanager plugin (#171)
* feat: add Llamanager plugin

* fix image paths in README

* docs: fix validation issues

* fix: handle missing trailing separator in modelfile directory

* fix: escape user input in shell commands

* fix: disable modelfile editor when path is unset or misconfigured

* fix: handle invalid Modelfile directory

* docs: update README

* fix: reload launcher model from config

* docs: update demo assets
2026-08-01 08:58:54 -04:00

48 lines
927 B
TOML

id = "marccvictoria/llamanager"
name = "Llamanager"
version = "1.0.0"
plugin_api = 4
author = "marccvictoria"
license = "MIT"
deprecated = false
icon = "topology-star-3"
description = "Launcher and Manager for Ollama."
tags = ["ai", "productivity", "bar", "launcher", "panel"]
dependencies = ["ollama"]
[[setting]]
key = "modelfile_path"
type = "folder"
default = ""
label_key = "settings.modelfile_path.label"
description_key = "settings.modelfile_path.description"
[[setting]]
key = "launcher"
type = "string"
default = ""
label_key = "settings.launcher.label"
description_key = "settings.launcher.description"
[[widget]]
id = "widget"
entry = "widget.luau"
[[panel]]
id = "panel"
entry = "panel.luau"
open_near_click = true
placement = "floating"
width = 400
height = 350
[[service]]
id = "registry"
entry = "registry.luau"
[[launcher_provider]]
id = "launcher"
entry = "llamanager.luau"
prefix = "ll"
glyph = "robot"