Project-wide documentation and configuration updates: - README.md: Updated project overview and getting started guide - DIRECTORY_GUIDE.md: Reflects current repository structure - .env.example: New environment variables for added services - .aurelio/mcp_config.json: Updated MCP server registry with new electrical-eda-mcp, electrical-sourcing-mcp, and knowledge-mcp entries
49 lines
2 KiB
Text
49 lines
2 KiB
Text
# =============================================================================
|
|
# Aurelio / Réplica Omnisciente — Environment Template
|
|
# =============================================================================
|
|
# Copy this file to `.env` and fill in your actual API keys.
|
|
# DO NOT commit `.env` to version control.
|
|
# =============================================================================
|
|
|
|
# ─── AI API KEYS ────────────────────────────────────────────────────────────
|
|
|
|
# Kimi (Moonshot AI)
|
|
# Get your key at: https://platform.moonshot.cn/
|
|
KIMI_API_KEY=
|
|
|
|
# Gemini / Google Vertex AI
|
|
# Get your key at: https://aistudio.google.com/app/apikey
|
|
GEMINI_API_KEY=
|
|
|
|
# Jules (Google AI agent)
|
|
# Get your key at: https://jules.google.com/
|
|
JULES_API_KEY=
|
|
|
|
# Anthropic Claude
|
|
# Get your key at: https://console.anthropic.com/settings/keys
|
|
ANTHROPIC_API_KEY=
|
|
|
|
# OpenRouter (unified LLM gateway)
|
|
# Get your key at: https://openrouter.ai/settings/keys
|
|
OPENROUTER_API_KEY=
|
|
|
|
# Google Application Default Credentials
|
|
# Path to service-account JSON, or leave blank for ADC via gcloud.
|
|
# See: https://cloud.google.com/docs/authentication/application-default-credentials
|
|
GOOGLE_APPLICATION_CREDENTIALS=
|
|
|
|
# ─── KNOWLEDGE & RESEARCH KEYS ──────────────────────────────────────────────
|
|
|
|
# Zotero — https://www.zotero.org/settings/keys
|
|
ZOTERO_API_KEY=
|
|
|
|
# IEEE Xplore — https://developer.ieee.org/
|
|
IEEE_API_KEY=
|
|
|
|
# Anna's Archive — https://annas-archive.org/
|
|
ANNAS_ARCHIVE_KEY=
|
|
|
|
# ─── LOCAL INFRASTRUCTURE ───────────────────────────────────────────────────
|
|
|
|
# Icicle FPGA models directory (absolute path)
|
|
ICICLE_MODELS_DIR=/home/fcunha/portugalfuturista/replica/infra/lab-gateway/icicle-models
|