-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (41 loc) · 2.09 KB
/
Copy path.env.example
File metadata and controls
48 lines (41 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# DeepAgent env placeholders — copy to .env and fill locally.
# NEVER commit .env or real secrets.
# ---------------------------------------------------------------------------
# OpenRouter (required for live teacher / panel / eval stages)
# ---------------------------------------------------------------------------
OPENROUTER_API_KEY=
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# Models — OpenRouter ids only
FACTORY_TEACHER_MODEL=anthropic/claude-opus-4.8
# Historical/default panel pair (k2.6). Current median product panel uses
# explicit CLI: --model x-ai/grok-4.5 --model moonshotai/kimi-k2.7-code
FACTORY_PANEL_MODELS=x-ai/grok-4.5,moonshotai/kimi-k2.6
# Hard spend cap (exact + unresolved reserved must stay under this)
FACTORY_BUDGET_USD=600
# ---------------------------------------------------------------------------
# Hugging Face (upload / pull BaseIntelligence/deepagent)
# Stable product pin: revision main (N=9).
# Automation / dev mirror: revision test (also N=9).
# ---------------------------------------------------------------------------
HF_TOKEN=
# HUGGING_FACE_HUB_TOKEN= # accepted alias of HF_TOKEN
# ---------------------------------------------------------------------------
# GitHub REST + Search for live Real-PR mine
# Prefer: export GITHUB_TOKEN="$(gh auth token)" after `gh auth login`
# ---------------------------------------------------------------------------
GITHUB_TOKEN=
# GH_TOKEN= # accepted alias of GITHUB_TOKEN
# ---------------------------------------------------------------------------
# GitHub 429 mitigation (SOCKS proxy)
# Primary anti-429 path for api.github.com alongside GITHUB_TOKEN / gh auth.
# Example shape only (placeholders): socks5://USER:PASS@host:port
# ---------------------------------------------------------------------------
OXYLABS_PROXY_URL=
# Optional chain so git / generic HTTPS clients share the same egress:
ALL_PROXY=
HTTPS_PROXY=
# HTTP_PROXY=
# Oxylabs realtime Web Scraper API (realtime.oxylabs.io) is OPTIONAL and
# NOT required for GitHub REST/Search mining. Page-shaped only if used.
OXYLABS_USERNAME=
OXYLABS_PASSWORD=