[doc] feat: Add agent-lightning in the list of "awesome works using verl#2726
Merged
vermouth1992 merged 1 commit intoverl-project:mainfrom Jul 24, 2025
Merged
[doc] feat: Add agent-lightning in the list of "awesome works using verl#2726vermouth1992 merged 1 commit intoverl-project:mainfrom
vermouth1992 merged 1 commit intoverl-project:mainfrom
Conversation
Add agent-lightning into `Awesome work using verl`
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds 'Agent Lightning' to the list of 'Awesome work using verl' in the main README.md file. The change is a single-line addition to a markdown list.
The formatting is consistent with other entries in the list, the markdown syntax is correct, and the linked project is relevant.
After a thorough review of the code changes, and in accordance with the instruction to only report issues of high or critical severity, I have not found any issues to report in the provided diff. The change is a good addition to the project's documentation.
vermouth1992
approved these changes
Jul 24, 2025
yellowbee686
pushed a commit
to yellowbee686/verl
that referenced
this pull request
Jul 25, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
oseyosey
pushed a commit
to oseyosey/verl
that referenced
this pull request
Jul 28, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
CurryRice233
added a commit
to CurryRice233/verl
that referenced
this pull request
Jul 28, 2025
* origin/mindspeed: (39 commits) [perf] feat: add optional role selection in discrete mode for NPU Profiler (verl-project#2750) [rollout] feat: remove chat scheduler (verl-project#2725) [trainer] refactor: Make sure to keep the type checking (verl-project#2634) [doc] style: change resize handle from gradient to plain color (verl-project#2746) [CI] feat: add `mypy` to pre-commit (verl-project#2614) [megatron] feat: a bunch of optimzation on vram, sequence packing (verl-project#2678) [docker] feat: upgrade to torch 2.7, sglang 0.4.8 (verl-project#2617) [doc] feat: add resizable sidebar and improve layout (verl-project#2577) [ci] fix: release ascend test time, fix one step off-policy CI (verl-project#2731) [recipe] chore: add retool training script (verl-project#2732) [ci] fix: checkpoint_convertor ci miss a hf model download (verl-project#2730) [doc] feat: Add agent-lightning in the list of "awesome works using verl (verl-project#2726) [tool] fix: geo3k create return str instead of tuple (verl-project#2714) [megatron] fix: resolve backward propagation error in megatron_actor due to shared logits tensor in-place modification (verl-project#2484) [misc] chore: bump main branch version to v0.5.0.dev (verl-project#2718) [sglang] fix: Adding strict naming sanity for sglang (verl-project#2719) [ray] feat: RayWorkerGroup support set worker env (verl-project#2685) [ci] test: add CriticWorker unit test, make some util CPU friendly (verl-project#2717) [cfg] refactor: add ActorConfig, EngineConfig, and ActorWorker unit test, refactor validation code (verl-project#2621) [misc] chore: bump version to v0.5.0 (verl-project#2716) ...
SumanthRH
pushed a commit
to SumanthRH/verl
that referenced
this pull request
Jul 29, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
Juniper1021
pushed a commit
to Juniper1021/verl
that referenced
this pull request
Aug 7, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
whatadayG
pushed a commit
to whatadayG/verl
that referenced
this pull request
Sep 5, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
chenjiaoAngel
added a commit
to chenjiaoAngel/verl
that referenced
this pull request
Nov 14, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
TimurTaepov
pushed a commit
to giorgossideris/verl
that referenced
this pull request
Dec 20, 2025
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
oseyosey
pushed a commit
to oseyosey/verl
that referenced
this pull request
Jan 20, 2026
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
vyomakesh0728
added a commit
to vyomakesh0728/verl
that referenced
this pull request
Jan 22, 2026
…erl (verl-project#2726) Add agent-lightning into `Awesome work using verl` ### What does this PR do? This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file. Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into `Awesome work using verl` ### Checklist Before Starting - [x] Search for similar PRs. Paste at least one query link here: ... - [x] Format the PR title as `[{modules}] {type}: {description}` (This will be checked by the CI) - `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`, `trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`, `ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`, `env`, `tool`, `ckpt`, `doc`, `data` - If this PR involves multiple modules, separate them with `,` like `[megatron, fsdp, doc]` - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test` - If this PR breaks any API (CLI arguments, config, function signature, etc.), add `[BREAKING]` to the beginning of the title. - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add agent-lightning into
Awesome work using verlWhat does this PR do?
This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file.
Add agent-lightning, a flexible and extensible framework that enables seamless agent optimization for any existing agent framework, into
Awesome work using verlChecklist Before Starting
[{modules}] {type}: {description}(This will be checked by the CI){modules}includefsdp,megatron,sglang,vllm,rollout,trainer,ci,training_utils,recipe,hardware,deployment,ray,worker,single_controller,misc,perf,model,algo,env,tool,ckpt,doc,data,like[megatron, fsdp, doc]{type}is infeat,fix,refactor,chore,test[BREAKING]to the beginning of the title.[BREAKING][fsdp, megatron] feat: dynamic batching