# ═══════════════════════════════════════════════════════════════ # ForensiX AI — LangGraph Multi-Agent System # ═══════════════════════════════════════════════════════════════ # Copy to .env and fill in your API keys # Gemini (CCTV Agent + Autopsy Agent + Orchestrator) GOOGLE_API_KEY= GEMINI_MODEL=gemini-2.0-flash # Featherless / Any OpenAI-compatible (Toxicology + Correlation + Explainability) LLM_BASE_URL=https://api.featherless.ai/v1 LLM_API_KEY= LLM_MODEL=meta-llama/Meta-Llama-3.1-70B-Instruct # HuggingFace (NER + Zero-shot classification) HF_TOKEN= # Server HOST=0.0.0.0 PORT=8000 CORS_ORIGINS=http://localhost:3000,http://localhost:3001