-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 1.02 KB
/
Copy path.env.example
File metadata and controls
26 lines (22 loc) · 1.02 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
# Robinhood Chain Mainnet (chain ID 4663)
# Required for any command
RPC_URL=https://rpc.mainnet.chain.robinhood.com
VAULT_ADDRESS=0x7769526f55cd6B0B8a9E0Bf9e124618A0fe084de
# Base asset - USDG (Paxos) on Robinhood Chain mainnet
USDG_ADDRESS=0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168
# Required for `agent tick` - NEVER commit a real key
AGENT_PRIVATE_KEY=
UNDERLYING_1=0x84A1238B275F2F972bcfB261841Cb52C9DBa367D
UNDERLYING_2=0xd102aa68707BD2726664DfB59A70cDB26d6Cef70
# Required for `agent decisions` / `agent status` decisions read
DB_PATH=../agent/agent.db
# Required for any `user ...` write command - NEVER commit a real key
USER_PRIVATE_KEY=
# Optional LLM provider for AI-powered commands (agent analyze/explain/suggest)
# Set ONE of the following:
# OPENAI_API_KEY=
# ANTHROPIC_API_KEY=
# OLLAMA_HOST=http://localhost:11434
# OLLAMA_MODEL=llama3.2 # optional, defaults to llama3.2
# OPENAI_MODEL=gpt-4o-mini # optional, defaults to gpt-4o-mini
# ANTHROPIC_MODEL=claude-3-5-haiku-latest # optional