| # Hugging Face authentication (set at runtime; do not commit real tokens) | |
| HF_TOKEN= | |
| # HUGGINGFACE_HUB_TOKEN= | |
| # Continuous mode safety controls | |
| # Seconds to wait between auto-restart cycles. | |
| CONTINUOUS_RESTART_DELAY_SECONDS=15 | |
| # Stop continuous mode after this many consecutive non-success cycles. | |
| CONTINUOUS_MAX_CONSECUTIVE_FAILURES=3 | |
| # Max retained characters in live app log buffer. | |
| APP_LOG_MAX_CHARS=200000 | |
| # Max number of entries retained in workspace/runtime/run_history.json. | |
| RUN_HISTORY_LIMIT=80 | |