-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
48 lines (38 loc) · 1.75 KB
/
env.example
File metadata and controls
48 lines (38 loc) · 1.75 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
# LLM API Keys (set at least one to get started)
OPENAI_API_KEY=your-api-key
ANTHROPIC_API_KEY=your-api-key
GOOGLE_API_KEY=your-api-key
XAI_API_KEY=your-api-key
OPENROUTER_API_KEY=your-api-key
# Ollama (Local LLM)
OLLAMA_BASE_URL=http://127.0.0.1:11434
# Jubilee OS Security
JUBILEE_ADMIN_TOKEN=change_this_to_a_secure_password
JUBILEE_READ_TOKEN=public_read_token_123
# Stock Market API Key
FINANCIAL_DATASETS_API_KEY=your-api-key
# Web Search API Keys (Exa preferred, Tavily fallback)
EXASEARCH_API_KEY=your-api-key
TAVILY_API_KEY=your-api-key
# --- Jubilee Treasury (The Almoner) ---
CDP_API_KEY_NAME=""
CDP_API_KEY_PRIVATE_KEY=""
CDP_NETWORK_ID="base-mainnet"
# Database (Optional — CLI works without it, required for Docker/Cloud)
# DATABASE_URL=postgres://jubilee:jubilee123@localhost:5432/jubilee_os
# LangSmith
LANGSMITH_API_KEY=your-api-key
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
LANGSMITH_PROJECT=dexter
LANGSMITH_TRACING=true
# ═══════════════════════════════════════════════════════════
# GOVERNANCE (Builder Mode — Multi-Sig Integration)
# ═══════════════════════════════════════════════════════════
# Safe (EVM) — Private key of a Safe signer
# SAFE_SIGNER_KEY=your-safe-signer-private-key
# Squads (Solana) — Base58-encoded private key of a Squads member
# SQUADS_SIGNER_KEY=your-squads-signer-private-key
# --- GitHub MCP (Builder Mode) ---
# Required for angel swarm to commit, branch, PR, and manage issues
# Create at: https://github.com/settings/tokens (needs 'repo' scope)
GITHUB_PERSONAL_ACCESS_TOKEN=