# LLM Provider (choose one) OPENAI_API_KEY=sk-your-key-here ANTHROPIC_API_KEY=sk-ant-your-key-here # Optional: PubMed API key (higher rate limits) NCBI_API_KEY=your-ncbi-key-here # Optional: For HuggingFace deployment HF_TOKEN=hf_your-token-here # Agent Config MAX_ITERATIONS=10 LOG_LEVEL=INFO # ============== PARTNER SERVICES (Mario's Modal Integration) ============== # Modal (Code Execution) MODAL_TOKEN_ID=ak-your-modal-token-id-here MODAL_TOKEN_SECRET=your-modal-token-secret-here # Vector Database CHROMA_DB_PATH=./chroma_db