fix(skills): add FreeBSD to hermes-agent platform support #5
2 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ PLATFORM_MAP = {
|
|||
"macos": "darwin",
|
||||
"linux": "linux",
|
||||
"windows": "win32",
|
||||
"freebsd": "freebsd",
|
||||
}
|
||||
|
||||
EXCLUDED_SKILL_DIRS = frozenset(
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue