mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 09:54:43 +02:00
docs: add Funk/ reference docs and update hermes TUI instructions
- Remove Funk/ from .gitignore (repo is private) - Add HOMELAB.md and agent configs for Hermes context - Update hermes TUI doc: must run as hermes user from /srv/data/hermes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dca71144d6
commit
6d375da7b2
10 changed files with 1815 additions and 6 deletions
25
Funk/Funk-infra/agents/README.md
Normal file
25
Funk/Funk-infra/agents/README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Funk — Agents locaux (Goose + LM Studio)
|
||||
|
||||
Chaque agent a son propre profil Goose et son modèle LM Studio dédié.
|
||||
Tous pointent sur le même serveur LM Studio (port 1234), modèle spécifié par agent.
|
||||
|
||||
## Agents
|
||||
|
||||
| Agent | Modèle | Usage |
|
||||
|---|---|---|
|
||||
| `global` | qwen2.5-14b | Raisonnement général, coordination |
|
||||
| `monitoring` | llama3.2-3b | Surveillance logs/métriques, léger et rapide |
|
||||
| `sysadmin` | qwen2.5-7b | Administration système, maintenance |
|
||||
| `infra` | qwen2.5-coder-14b | Kubernetes, Talos, Helm, ArgoCD |
|
||||
| `data` | qwen2.5-14b | Analyse de données, rapports |
|
||||
|
||||
## Prérequis
|
||||
|
||||
LM Studio daemon + server démarrés, modèles chargés (voir commandes ci-dessous).
|
||||
|
||||
## Lancer un agent
|
||||
|
||||
```bash
|
||||
cd agents/<nom-agent>
|
||||
goose session --config goose-config.yaml
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue