mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-12 03:42:08 +00:00
docs: clarify API server tool execution locality
This commit is contained in:
parent
d8d57fb2f6
commit
43a6645718
3 changed files with 26 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue