diff --git a/agent/skill_utils.py b/agent/skill_utils.py index 62bcc5a2b..7edc513e6 100644 --- a/agent/skill_utils.py +++ b/agent/skill_utils.py @@ -22,6 +22,7 @@ PLATFORM_MAP = { "macos": "darwin", "linux": "linux", "windows": "win32", + "freebsd": "freebsd", } EXCLUDED_SKILL_DIRS = frozenset( diff --git a/skills/autonomous-ai-agents/hermes-agent/SKILL.md b/skills/autonomous-ai-agents/hermes-agent/SKILL.md index d02ac7933..26e8a7124 100644 --- a/skills/autonomous-ai-agents/hermes-agent/SKILL.md +++ b/skills/autonomous-ai-agents/hermes-agent/SKILL.md @@ -4,7 +4,7 @@ description: "Configure, extend, or contribute to Hermes Agent." version: 2.1.0 author: Hermes Agent + Teknium license: MIT -platforms: [linux, macos, windows] +platforms: [linux, freebsd, macos, windows] metadata: hermes: tags: [hermes, setup, configuration, multi-agent, spawning, cli, gateway, development]