AGENTS.md@infrastructure/core/runtime · git:20260706.ade9b57 · 2026-07-06 · sha256 c0597d82143140d2
AGENTS.md@infrastructure/core/runtime git:20260706.ade9b57A
Immutable. This exact content is served forever at /api/v1/blob/c0597d82143140d2.
# infrastructure/core/runtime/ - Runtime Helper Documentation ## Purpose The `infrastructure/core/runtime/` package contains runtime helpers for environment setup, dependency checks, checkpointing, profiling, health, and retry behavior. ## Files - `_python_env.py` - Python environment helpers - `_packages.py` - package detection helpers - `_directories.py` - directory helpers - `checkpoint.py` - pipeline checkpointing - `environment.py` - environment validation - `env_deps.py` - dependency helpers - `setup_checks.py` - Stage 0 orchestration: `sync_workspace_dependencies`, `validate_project_discovery`, `run_optional_setup_hook` (used by `scripts/pipeline/stage_00_setup.py`) - `eta.py` - ETA helpers - `function_profiler.py` - function profiling - `health_check.py` - health checks - `retry.py` - retry helpers ## See Also - [`README.md`](README.md) - [`../AGENTS.md`](../AGENTS.md)