OpenPipeOpenPipeOfficialยท3 Agent Skills Included

ART

Train AI agents with reinforcement learning and supervised fine-tuning

Trains LLM agents on real tasks using GRPO reinforcement learning and supervised fine-tuning. Generates complete training scripts for RL reward loops, RULER judging, JSONL datasets, and model distillation. Removes GPU setup headaches with serverless backends, and helps fix repository issues with automated PR workflows.
npx skills add OpenPipe/ART --all -g -y
Available:

Tells the AI agent how to manage dependencies with uv, run tests before committing, handle releases, and maintain documentation when working in this repository.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ART?โ–ผ

Run `npx skills add OpenPipe/ART --all -g -y` in your terminal to install all skills in this suite globally.

What is ART used for?โ–ผ

ART is an open-source framework for training LLM agents with reinforcement learning (GRPO) and supervised fine-tuning so they improve from experience on real tasks.

How do I train an agent with reinforcement learning using ART?โ–ผ

The train-rl skill walks you through one question at a time, then generates a complete runnable RL training script with reward functions, RULER judging, and your chosen backend.

Do I need my own GPU to train models with ART?โ–ผ

No. The ServerlessBackend trains on managed remote GPUs using a W&B API key, while LocalBackend is available if you prefer your own GPU.

Can ART fine-tune a model from my own dataset?โ–ผ

Yes. The train-sft skill validates your JSONL dataset, computes sensible hyperparameters, and generates a ready-to-run fine-tuning or distillation script.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’