# WaLiOffice DSH Plugin — Environment Configuration # Copy to .env and fill in your API credentials # ── Image Generation (Agnes Image 2.1 Flash) ──────────────────────────────── # Required for image_prompt tool AGNES_IMAGE_BASE_URL=https://api.agnes.example.com AGNES_IMAGE_API_KEYS=sk-your-key-1,sk-your-key-2 # ── Video Generation (Agnes Video V2.0) ───────────────────────────────────── # Required for video_generate and video_storyboard tools AGNES_VIDEO_BASE_URL=https://api.agnes.example.com AGNES_VIDEO_API_KEYS=sk-your-key-1,sk-your-key-2 # ── Alternative env var names (fallbacks) ─────────────────────────────────── # If AGNES_* vars are not set, these will be used as fallback # LLM_IMAGE_BASE_URL=https://api.agnes.example.com # LLM_IMAGE_API_KEY=sk-your-key # LLM_VIDEO_BASE_URL=https://api.agnes.example.com # LLM_VIDEO_API_KEY=sk-your-key