# LLM(HFモデル or Inference API) HF_LOCAL_MODEL_ID=google/flan-t5-base USE_HF_INFERENCE_API=false HF_API_TOKEN= # SMTP(任意:メール送信を使う場合) SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_USER=your_email@example.com SMTP_PASSWORD=app_password_or_smtp_key SMTP_FROM_NAME=Agent Studio SMTP_FROM_EMAIL=your_email@example.com # 公開URL(クリック計測の遷移先) PUBLIC_BASE_URL=https://hf.space/yourname/agent-studio # 署名キー(十分長いランダム文字列推奨) TRACKING_SECRET=change_me_to_random_long_string