forked from AtomicBot-ai/atomic-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 838 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# User-facing knobs now live in <STATE_DIR>/config.json. On first run the file
# is created with safe defaults; view / replace it via:
# atomic-agent config get
# atomic-agent config set '<full-json-payload>'
# Keys (whole-file semantics, no dotted set/get):
# llama.url, log.level, agent.tokenBudget, agent.maxSteps,
# agent.toolTimeoutMs, agent.approvalRequired
# Bootstrap / optional env only. Not managed by `atomic-agent config`.
ATOMIC_AGENT_STATE_DIR=~/.atomic-agent
ATOMIC_AGENT_LLAMA_API_KEY=
# Browser (uses the already-installed Chrome/Edge on the host)
ATOMIC_AGENT_BROWSER_CHANNEL=chrome
ATOMIC_AGENT_BROWSER_HEADLESS=false
ATOMIC_AGENT_BROWSER_CDP_URL=
ATOMIC_AGENT_BROWSER_LAUNCH_TIMEOUT_MS=30000
# Skills (auto-discovered from STATE_DIR/skills and ./.atomic-agent/skills)
ATOMIC_AGENT_SKILLS_CATALOG_BUDGET=512