mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
move skills
This commit is contained in:
13
.github/scripts/doc-agent/.env.example
vendored
Normal file
13
.github/scripts/doc-agent/.env.example
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user