# ── Anthropic (Required) ────────────────────────────────────────────────────── # Get from: https://console.anthropic.com/settings/keys ANTHROPIC_API_KEY= # ── Ghostfolio (Required) ───────────────────────────────────────────────────── GHOSTFOLIO_BASE_URL=http://localhost:3333 GHOSTFOLIO_BEARER_TOKEN= # ── LangSmith Observability (Required for tracing) ─────────────────────────── # Get from: https://smith.langchain.com → Settings → API Keys LANGCHAIN_TRACING_V2=true LANGCHAIN_API_KEY= LANGCHAIN_PROJECT=ghostfolio-agent