Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/agent-lightning

The absolute trainer to light up AI agents. observed · 2026-08-28

github.com/microsoft/agent-lightning · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 99
  • Release rhythm 99
  • Longevity 31
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 10.0
  • age_days: 441
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

17863 stars · 1570 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Agent Lightning is a lightweight (~3,500-line) agentic reinforcement learning framework from Microsoft for training LLM-powered agents with their real harnesses. It proxies model requests to capture training data, runs rollouts locally or as Kubernetes Jobs, and uses verl/vLLM for policy updates.

Use cases

  • train an LLM agent with reinforcement learning
  • fine-tune a coding agent on SWE-bench tasks
  • run RL training rollouts on Kubernetes
  • capture agent interactions as training data without changing agent code
  • improve a Qwen model's agentic coding performance with RL

When to choose

  • you want to RL-train agents while keeping their existing tools, control flow, and environments unchanged
  • you need Kubernetes-native rollout execution without external sandbox services
  • you want a minimal, hackable RL training stack built on verl and vLLM

When to avoid

  • you only need simple supervised fine-tuning or prompt engineering rather than agentic RL
  • you lack GPU infrastructure or don't want a verl/vLLM dependency stack
  • you need a turnkey commercial product rather than a research-oriented framework

Facets

framework · maturity active

llm-training reinforcement-learning agent-framework llm-inference large-language-models reinforcement-learning machine-learning python agentic-rl verl vllm mlops rl-training agent-harness swe-bench ai-agents kubernetes docker gpu linux

2 sources

Member repositories

RepositoryRoleHealth v2
microsoft/agent-lightningmain85

For agents

markdown · JSON · MCP: product_card(name="microsoft/agent-lightning")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem