docs: clarify API server tool execution locality

This commit is contained in:
pingchesu 2026-05-03 15:20:25 +08:00 committed by Teknium
parent d8d57fb2f6
commit 43a6645718
3 changed files with 26 additions and 4 deletions

View file

@ -917,6 +917,16 @@ class APIServerAdapter(BasePlatformAdapter):
"type": "bearer",
"required": bool(self._api_key),
},
"runtime": {
"mode": "server_agent",
"tool_execution": "server",
"split_runtime": False,
"description": (
"The API server creates a server-side Hermes AIAgent; "
"tools execute on the API-server host unless a future "
"explicit split-runtime mode is enabled."
),
},
"features": {
"chat_completions": True,
"chat_completions_streaming": True,