mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(core): add managed runtime_python installer (#1976)
This commit is contained in:
@@ -190,6 +190,24 @@ SKILLS_LOCAL_DIR=
|
||||
# Set to false to disable persisting `working.user.*` docs from skill sync payloads.
|
||||
OPENHUMAN_SKILLS_WORKING_MEMORY_ENABLED=true
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Python runtime
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] Default: true. Controls whether core may resolve Python for
|
||||
# Python-backed integrations such as stdio MCP servers.
|
||||
# OPENHUMAN_RUNTIME_PYTHON_ENABLED=true
|
||||
# [optional] Minimum acceptable interpreter version (default: 3.12.0).
|
||||
# OPENHUMAN_RUNTIME_PYTHON_MINIMUM_VERSION=3.12.0
|
||||
# [optional] Pin a specific python-build-standalone release tag. Blank means
|
||||
# query the latest release at install time.
|
||||
# OPENHUMAN_RUNTIME_PYTHON_MANAGED_RELEASE_TAG=
|
||||
# [optional] Reuse a host interpreter before the managed runtime. Default: false.
|
||||
# OPENHUMAN_RUNTIME_PYTHON_PREFER_SYSTEM=false
|
||||
# [optional] Preferred executable name or absolute path.
|
||||
# OPENHUMAN_RUNTIME_PYTHON_PREFERRED_COMMAND=python3.12
|
||||
# [optional] Reserved cache directory for future managed CPython installs.
|
||||
# OPENHUMAN_RUNTIME_PYTHON_CACHE_DIR=
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Error Reporting (Sentry)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user