Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SkyRL-Agent

Training and evaluating modern AI agents with modular tasks, tools, and backends.

arXiv HF Model


SkyRL Agent Overview

News 📰✨

  • 🚀 Initial public release with SWE, MemAgent (step-wise training), and Web Research examples!

Why SkyRL-Agent

  • Unified interface for agentic tasks and training backends
  • Pluggable tools (browser, search, code execution, finish, etc.)
  • Efficient and flexible async dispatching strategies
  • Works with OpenAI-compatible serving (vLLM/others), VERL, SkyRL-Train, Tinker. Switch the backend with one line configuration!

Dispatcher Flow

Quickstart

git clone --recurse-submodules https://github.com/NovaSky-AI/SkyRL.git 
# our working directory
cd skyrl-agent

Then head to the examples/ folder to run tasks (training and inference). Each task’s script/YAML documents its own knobs and environment requirements.

Results & Profiling (glimpses)

GPU Utilization    Reward Usage Mix

Roadmap

  • OSWorld Integration
  • Simplify SWE agent training code path
  • More training recipes
  • Evaluation harness unification

Acknowledgements

Huge thanks to these projects:

Citation

@article{cao2025skyrl,
  title={SkyRL-Agent: Efficient RL Training for Multi-turn LLM Agent},
  author={Cao, Shiyi and Li, Dacheng and Zhao, Fangzhou and Yuan, Shuo and Hegde, Sumanth R and Chen, Connor and Ruan, Charlie and Griggs, Tyler and Liu, Shu and Tang, Eric and others},
  journal={arXiv preprint arXiv:2511.16108},
  year={2025}
}