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

@@ -50,6 +50,11 @@ security:
# Packs directory (where pack action files are located)
packs_base_dir: ./packs
# Runtime environments directory (virtualenvs, node_modules, etc.)
# Isolated from pack directories to keep packs clean and read-only.
# Pattern: {runtime_envs_dir}/{pack_ref}/{runtime_name}
runtime_envs_dir: ./runtime_envs
# Worker service configuration
worker:
service_name: attune-worker-e2e