feat(config): add UI control for agent action timeout (#3100) (#3112)

This commit is contained in:
Steven Enamakel's Droid
2026-05-31 21:37:21 -07:00
committed by GitHub
parent 6540411104
commit 2a0cdb0d12
31 changed files with 942 additions and 55 deletions
+4 -1
View File
@@ -91,7 +91,10 @@ OPENHUMAN_TEMPERATURE=0.7
# entity-extraction reasons, and learning reflections. Accepts UI locale tags
# such as zh-CN or a language name. Leave unset for default behavior.
# OPENHUMAN_OUTPUT_LANGUAGE=zh-CN
# [optional] Skill + agent tool execution timeout in seconds (default 120, max 3600)
# [optional] Operator override for the tool/agent action timeout, in seconds
# (default 120, range 1-3600). When set to a valid value it overrides the
# in-app "Action timeout" setting (Settings -> Agent OS access), which persists
# to [agent].agent_timeout_secs. Leave unset to let the UI control it.
# OPENHUMAN_TOOL_TIMEOUT_SECS=
# [optional] Headless update restart contract: self_replace | supervisor
# OPENHUMAN_AUTO_UPDATE_RESTART_STRATEGY=self_replace