mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-10 01:24:43 +02:00
- 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>
25 lines
794 B
Markdown
25 lines
794 B
Markdown
# 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
|
|
```
|