Files
gpu-rent/extensions.example.yaml
T
Leonid PershinandCursor 20ae7bd83a Support Assistent persona packs via git and local sync.
Replace assistent-personas overlay seed with assistent-extensions SFTP and an assistent: section in extensions.yaml so personalities install like other extensions without private URLs in the public repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-23 08:28:31 +03:00

29 lines
1.0 KiB
YAML

# Copy to extensions.yaml in this repo and put real repo URLs.
# Empty/missing file → no extra extensions, stock SwarmUI.
# swarmui = C# repos cloned to src/Extensions
# comfy = Python custom nodes cloned to ComfyUI DLNodes
# assistent = persona packs cloned to Assistent/extensions (requires ollama)
# requires: none (default) | ollama | any-llm
# — clone only when LLM_RUNTIME matches (ollama / either LLM)
swarmui:
- url: https://gitea.hsrv.site/mrleo1nid/swarm-assistent.git
ref: main
dir: swarm-assistent
requires: ollama
# - url: https://github.com/org/SwarmUI-MyExt.git
# ref: main
# dir: MyExt
# Persona packs (git): optional. Or clone packs into assistent-extensions/ locally
# (SFTP on up / seed-personas / push — no URL needed in this file).
assistent: []
# - url: https://example.com/org/some-persona-pack.git
# ref: main
# dir: some-persona-pack
# requires: ollama
comfy: []
# - url: https://github.com/example/ComfyUI-CustomNodes.git
# ref: v1.0.0