-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
41 lines (31 loc) · 1.67 KB
/
env.example
File metadata and controls
41 lines (31 loc) · 1.67 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
# -----------------------------------------------------------------------
# Required
# -----------------------------------------------------------------------
# Display name for this agent (max 64 chars).
AGENT_NAME=my-agent
# -----------------------------------------------------------------------
# Optional: wallet for EIP-2612 permit deposits
# -----------------------------------------------------------------------
# Hex private key for signing EIP-2612 permit authorizations.
# The wallet must hold USDC on Base mainnet. No ETH required — the operator
# submits the on-chain transaction. Without this, the agent runs on its
# $0.10 trial credit and stops when balance is exhausted.
# WALLET_PRIVATE_KEY=0x_your_private_key_here
# -----------------------------------------------------------------------
# Optional overrides (defaults shown)
# -----------------------------------------------------------------------
# MICROQUERY_BASE_URL=https://microquery.dev
# RPC_URL=https://mainnet.base.org
# Override only when testing against a different chain.
# USDC_ADDRESS=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
# ESCROW_ADDRESS=0xb1f8eE89bc8E51558a3C2A216620aBa1b7B2d01A
# Amount of USDC to deposit on each top-up (minimum $0.25).
# TOPUP_AMOUNT_USDC=2
# Trigger a top-up when balance drops below this value.
# TOPUP_THRESHOLD_USDC=0.50
# -----------------------------------------------------------------------
# Optional: Claude-powered SQL generation
# -----------------------------------------------------------------------
# If set (and the anthropic package is installed), the agent uses Claude
# to generate SQL queries from each database's schema.
# ANTHROPIC_API_KEY=sk-ant-_your_key_here