mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04: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
19
Funk/Funk-infra/agents/global/goose-config.yaml
Normal file
19
Funk/Funk-infra/agents/global/goose-config.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version: "1.0"
|
||||
profile:
|
||||
name: funk-global
|
||||
description: "Agent général funk — raisonnement, planification, coordination"
|
||||
provider: openai
|
||||
model: qwen2.5-14b-instruct
|
||||
base_url: http://localhost:1234/v1
|
||||
api_key: lm-studio
|
||||
|
||||
system_prompt: |
|
||||
Tu es funk, un assistant IA intelligent intégré à un homelab Kubernetes.
|
||||
Tu coordonnes les autres agents spécialisés et tu prends les décisions de haut niveau.
|
||||
Tu connais l'infrastructure : cluster Talos Linux, GPU AMD RX 6700XT, storage-01 AlmaLinux.
|
||||
Réseau cluster : 192.168.10.0/24, domaine lab.local.
|
||||
Tu réponds toujours en français sauf si on te parle en anglais.
|
||||
|
||||
extensions:
|
||||
- shell
|
||||
- file_manager
|
||||
Loading…
Add table
Add a link
Reference in a new issue