# ============================================================
# Mobile Agent MCP Server — Environment Configuration
# ============================================================

# 1. TEXT LLM (used for reasoning, planning, wait_for judge)
TEXT_LLM_API_KEY=sk-d384003a78fb47729173178478e2a073
TEXT_LLM_BASE_URL=https://api.deepseek.com
TEXT_LLM_MODEL=deepseek-v4-pro

# 2. VISION LLM (used for Set-of-Marks screenshot annotation)
# This DeepSeek key does NOT support vision — image_url content type is rejected.
# To enable SoM fallback, add a vision-capable key here (OpenAI, Google Gemini, etc.)
# Without this, the server falls back to text-only perception (accessibility tree only).
VISION_LLM_API_KEY=
VISION_LLM_BASE_URL=
VISION_LLM_MODEL=

# 3. ANDROID DEVICE
ANDROID_SERIAL=

# 4. RUNTIME CONFIGURATION
SOM_TRIGGER_MIN_ELEMENTS=3
SCREENSHOT_DIR=./screenshots
