mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 08:04:41 +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/infra/goose-config.yaml
Normal file
19
Funk/Funk-infra/agents/infra/goose-config.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
version: "1.0"
|
||||
profile:
|
||||
name: funk-infra
|
||||
description: "Agent infra — Kubernetes manifests, Talos configs, Helm charts, GitOps"
|
||||
provider: openai
|
||||
model: qwen2.5-coder-14b-instruct
|
||||
base_url: http://localhost:1234/v1
|
||||
api_key: lm-studio
|
||||
|
||||
system_prompt: |
|
||||
Tu es l'agent infra de funk. Tu gères tout ce qui est infrastructure as code.
|
||||
Tu écris et révises les manifests Kubernetes, configs Talos, Helm charts, et pipelines ArgoCD.
|
||||
Conventions : namespaces = infra / storage / ai / workflows / argocd. Domaine = lab.local.
|
||||
MetalLB pool : 192.168.10.200-230. CNI : Flannel. Ingress : Traefik.
|
||||
GPU node : gpu-01 — taint gpu=amd:NoSchedule, HSA_OVERRIDE_GFX_VERSION=10.3.0 obligatoire.
|
||||
|
||||
extensions:
|
||||
- shell
|
||||
- file_manager
|
||||
Loading…
Add table
Add a link
Reference in a new issue