mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
19 lines
663 B
Plaintext
19 lines
663 B
Plaintext
# Copy this file to .env and fill in your values.
|
|
# .env is gitignored and will never be committed.
|
|
|
|
# Required: Anthropic API key for the Claude Agent SDK.
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
|
|
|
# Optional: Override the path to the xrpld repo root.
|
|
# Defaults to three levels up from this directory (the repo this lives in).
|
|
# XRPLD_ROOT=/path/to/xrpld
|
|
|
|
# Optional: Override the model used by the agent.
|
|
# Defaults to claude-opus-4-7.
|
|
# DOC_AGENT_MODEL=claude-opus-4-7
|
|
|
|
# Max output tokens per model turn (passed through to Claude Code).
|
|
# Default in Claude Code is 8192. Bump for skill regeneration so large
|
|
# modules don't truncate.
|
|
CLAUDE_CODE_MAX_OUTPUT_TOKENS=32000
|