mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-07 08:02:23 +00:00
chore(api-server): mark skills_api capability True now that /v1/skills shipped
#33016 added GET /v1/skills + /v1/toolsets on the API server; the capability flag introduced in this branch was placeholder-False. Flip to True so capability probers see the truth.
This commit is contained in:
parent
464b51d455
commit
96223265b9
3 changed files with 4 additions and 2 deletions
|
|
@ -1113,7 +1113,7 @@ class APIServerAdapter(BasePlatformAdapter):
|
|||
"admin_config_rw": False,
|
||||
"jobs_admin": False,
|
||||
"memory_write_api": False,
|
||||
"skills_api": False,
|
||||
"skills_api": True,
|
||||
"audio_api": False,
|
||||
"realtime_voice": False,
|
||||
"session_continuity_header": "X-Hermes-Session-Id",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue