mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Support reliable self-update for server-side and headless core instances (#1458)
This commit is contained in:
@@ -74,6 +74,11 @@ OPENHUMAN_WORKSPACE=
|
||||
OPENHUMAN_TEMPERATURE=0.7
|
||||
# [optional] Skill + agent tool execution timeout in seconds (default 120, max 3600)
|
||||
# OPENHUMAN_TOOL_TIMEOUT_SECS=
|
||||
# [optional] Headless update restart contract: self_replace | supervisor
|
||||
# OPENHUMAN_AUTO_UPDATE_RESTART_STRATEGY=self_replace
|
||||
# [optional] Allow bearer-authenticated RPC callers to invoke update.apply/update.run
|
||||
# Disable on exposed server deployments unless you explicitly want remote self-upgrade.
|
||||
# OPENHUMAN_AUTO_UPDATE_RPC_MUTATIONS_ENABLED=true
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Runtime flags
|
||||
|
||||
Reference in New Issue
Block a user