Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / verl-agentFrameworkOpen sourceVerified

verl-agent

verl-agent is an extension of veRL, designed for training LLM/VLM agents via RL. verl-agent is also the official code for paper "Group-in-G…

About verl-agent

verl-agent is an extension of veRL, specifically designed for training large language model (LLM) agents via reinforcement learning (RL).

Unlike prior approaches that simply concatenate full interaction histories, verl-agent proposes step-independent multi-turn rollout mechanism, which allows for fully customizable per-step input structures, history management, and memory modules. This design makes verl-agent highly scalable for very long-horizon, multi-turn RL training (e.g., tasks in ALFWorld can require up to 50 steps to complete).

verl-agent provides a diverse set of RL algorithms (including our new algorithm GiGPO) and a rich suite of agent environments, enabling the development of reasoning agents in both visual and text-based tasks.

From the project's README

verl-agent is an open-source project written primarily in Python, with 2.1k stars on GitHub. It was last updated in June 2026.

Install

pip3 install vllm==0.11.0
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

verl-agent vs. the alternatives

All agent frameworks
AgentStarsPricing
verl-agentFrameworkthis listing2.1kOpen source
langchainFramework141kOpen source
rufloFramework63kOpen source
autogenFramework59kOpen source
crewAIFramework55kOpen source
elizaFramework19kOpen source