# agent-lightning > Microsoft's AI Agent Trainer with Reinforcement Learning. - Author: root - Repository: Harry-00101/harry-clawd - Version: 20260207140001 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Harry-00101/harry-clawd - Web: https://mule.run/skillshub/@@Harry-00101/harry-clawd~agent-lightning:20260207140001 --- # Agent Lightning Integration Microsoft's AI Agent Trainer with Reinforcement Learning. ## What is Agent Lightning? - **Train any AI agent** with RL, SFT, APO - **Zero code change** optimization (almost) - **Works with**: LangChain, OpenAI Agent SDK, AutoGen, CrewAI, Microsoft Agent Framework - **LightningStore**: Central hub for tasks, resources, traces ## Installation ```bash pip install agentlightning ``` Or latest nightly: ```bash pip install --pre agentlightning ``` ## For Harry-001 Agent Lightning可以提升Harry-001既能力: 1. RL training for better decision making 2. Automatic prompt optimization 3. Multi-agent coordination 4. Trace collection for debugging ## Architecture ``` Your Agent → Add emit_xxx() helpers → LightningStore ↓ Algorithm (RL/APO/SFT) ↓ Optimized Agent ``` ## References - https://github.com/microsoft/agent-lightning - https://microsoft.github.io/agent-lightning/ - arXiv: 2508.03680