mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 06:24:42 +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>
19 lines
761 B
YAML
19 lines
761 B
YAML
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
|