Initial commit: Hermes Agent Skills collection

This commit is contained in:
Debian
2026-07-12 19:02:59 +00:00
commit e9cc106625
789 changed files with 233126 additions and 0 deletions
@@ -0,0 +1,10 @@
## Session Summary (2026-06-17)
- Issue: Cronjob **RechnungenOrganizer** failed with `RuntimeError: No LLM provider configured`.
- Resolution steps:
1. Verified current Hermes config (`hermes config`) model/provider set to `noris`/`vllm/gpt-oss-120b`.
2. Updated the cronjob to use the same model/provider via `cronjob action=update`.
3. Confirmed the job now has `model: vllm/gpt-oss-120b` and `provider: noris`.
- Additional improvement: Added a new pitfall entry to the **cronjob** skill covering the "No LLM provider configured" error and the required `hermes model` / `hermes config set` steps.
**Takeaway:** Always ensure a cronjobs model/provider aligns with the global Hermes configuration, or explicitly set them on the job.