Files
hermes-ice/homelab/raw/articles/ai-assistant/project.md
Hermes Agent e4d91aadf9 Initial commit: homelab infrastructure wiki
- Full Obsidian vault content
- Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte)
- Media stack documentation
- Traefik HA setup
- Automation scripts
- Bachelor party planning
2026-05-24 16:08:40 -07:00

1.6 KiB

project
project
name status category source created updated description tags
AI Assistant Configuration active configuration live-verification 2026-01-06 2026-04-23 OpenCode agent configuration, skills, and storage workflows
ai
assistant
configuration
opencode

AI Assistant Configuration

OpenCode Cluster

Instance Host Port Status Updated
ubuntu 192.168.50.61 4096 Active (systemd) 2026-04-23
ice 192.168.50.197 4096 Active (systemd) 2026-04-23
grizzley 192.168.50.84 4096 Inactive/disabled 2026-04-23

Host Context Detection

Each host clone has a .host-context file that identifies the local context.

python3 scripts/detect_host_context.py

See host-context.md for details.

Skills

Skills are located in .agents/skills/ and .opencode/:

  • proxmox-management — VM/LXC operations
  • traefik-diagnostic — Router/service health
  • truenas-storage — ZFS pool/share management
  • authentik-sso — SSO/OIDC configuration
  • media-stack — Radarr, Sonarr, Jellyfin management
  • komodo-management — Docker stack deployment
  • host-power-management — Wake-on-LAN, VM control
  • infra-audit — Live infrastructure verification

Workflows

  • workflows.md — Storage rules for application data on Ubuntu host

Tasks

TASK
FROM "ai-assistant/tasks"
WHERE !completed
SORT file.name ASC