Skip to content

Commit 1ac7129

Browse files
abrichrclaude
andcommitted
feat: add verl-agent as optional dependency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f298484 commit 1ac7129

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ wandb = [
8282
# Weights & Biases for experiment tracking
8383
"wandb>=0.16.0",
8484
]
85+
verl = [
86+
# veRL: Volcano Engine Reinforcement Learning for LLMs
87+
# https://github.com/volcengine/verl
88+
"verl>=0.3.0",
89+
# NOTE: VAGEN (Visual Agent with Environment Grounding) is not published
90+
# on PyPI. Install from source: https://github.com/RAGEN-AI/VAGEN
91+
]
8592
all = [
8693
"openadapt-evals[dev,waa,azure,aws,retrieval,viewer,wandb]",
8794
]

0 commit comments

Comments
 (0)