Back to Agent Lightning

Algorithm Zoo

docs/algorithm-zoo/index.md

0.3.0765 B
Original Source

Algorithm Zoo

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.