Skip to content
jp-cruz edited this page May 2, 2026 · 3 revisions

llm-valet Wiki

Applies to v1.0.0 — updated 2026-05-02

llm-valet is a cross-platform utility that manages Ollama (and other LLM providers) lifecycle based on manual control or automatic resource/activity sensing.


Pages

  • Architecture — Component overview, watchdog FSM, ThresholdEngine, security model, key design decisions
  • Module Reference — Public interfaces for every module: api.py, watchdog.py, config.py, providers/, resources/, svcmgr/

Quick links

  • README — Install, configure, operate
  • SECURITY.md — Full threat model (T1–T8)
  • Roadmap — v1.0 shipped + post-v1.0 backlog
  • API docs — Auto-generated OpenAPI (requires running instance)

Publishing this wiki

These files live in docs/wiki/ in the main repo. To publish them to the GitHub wiki:

git clone https://github.com/LegionForge/llm-valet.wiki.git
cp docs/wiki/*.md llm-valet.wiki/
cd llm-valet.wiki
git add .
git commit -m "docs: architecture + module reference wiki pages"
git push

Clone this wiki locally