working on runtime executions

This commit is contained in:
2026-02-16 22:04:20 -06:00
parent f52320f889
commit 904ede04be
99 changed files with 6778 additions and 5929 deletions

View File

@@ -95,6 +95,15 @@ security:
# heartbeat_interval: 30 # seconds
# task_timeout: 300 # seconds
# Packs directory (where automation pack files are stored)
# packs_base_dir: /opt/attune/packs
# Runtime environments directory (isolated envs like virtualenvs, node_modules)
# Kept separate from pack directories so packs remain clean and read-only.
# Pattern: {runtime_envs_dir}/{pack_ref}/{runtime_name}
# Example: /opt/attune/runtime_envs/python_example/python
# runtime_envs_dir: /opt/attune/runtime_envs
# Environment Variable Overrides
# ==============================
# You can override any setting using environment variables with the ATTUNE__ prefix.