Algorithm Zoo

October 16, 2025 ยท View on GitHub

AgentLightning includes several popular and frequently requested algorithms in its built-in library, allowing agent developers to use them directly. These algorithms are designed to be compatible with most agent scenarios.

For customizing algorithms, see Algorithm-side References.

AlgorithmOptimizing ResourcesDescription
APO{<initial_prompt_key>: [PromptTemplate][agentlightning.PromptTemplate]}Automatic Prompt Optimization (APO) algorithm using textual gradients and beam search.
VERL{"main_llm": [LLM][agentlightning.LLM]}Reinforcement Learning with VERL framework.