# Agentic Workbench - Environment Variables
# Copy this file to .env and fill in your values
# ============================================
# LLM Provider (choose one)
# ============================================
# Cerebras (recommended - fast & cheap)
CEREBRAS_API_KEY=your-cerebras-api-key
# Google Gemini (alternative)
# GEMINI_API_KEY=your-gemini-api-key
# ============================================
# LLM Configuration
# ============================================
# Which provider to use: "cerebras" or "gemini"
LLM_PROVIDER=cerebras
# Model to use (optional, defaults to provider's default)
# LLM_MODEL=llama-3.3-70b
# ============================================
# MCP Server Credentials (as needed)
# ============================================
# Slack
# SLACK_TOKEN=xoxb-your-slack-token
# Google (Drive, Gmail, etc.)
# GOOGLE_CREDENTIALS=/path/to/credentials.json
# Database
# DATABASE_URL=postgresql://user:pass@localhost/db
# ============================================
# Application Settings
# ============================================
# Log level: DEBUG, INFO, WARNING, ERROR
LOG_LEVEL=INFO
# Catalog path (optional, defaults to ./catalog)
# CATALOG_PATH=/path/to/catalog