Add agents.md files

This commit is contained in:
Abhishek Kumar 2025-12-27 08:46:04 +05:30
parent 2fb644546c
commit e559c86ff3
9 changed files with 180 additions and 6 deletions

View file

@ -51,7 +51,7 @@ BASE_LOG_DIR="$BASE_DIR/logs" # Base logs directory
TIMESTAMP=$(date +"%Y%m%d_%H%M%S")
LOG_DIR="$BASE_LOG_DIR/$TIMESTAMP" # Timestamped log directory
LATEST_LINK="$BASE_LOG_DIR/latest" # Symlink to latest logs
VENV_PATH="$(dirname "$BASE_DIR")/venv"
VENV_PATH="$BASE_DIR/venv"
ARQ_WORKERS=${ARQ_WORKERS:-1}