Claude-skill-registry agentlightning-skill

Agent Lightning를 사용하여 AI 에이전트를 자동으로 최적화하는 방법을 제공합니다.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentlightning-skill" ~/.claude/skills/majiayu000-claude-skill-registry-agentlightning-skill && rm -rf "$T"
manifest: skills/data/agentlightning-skill/SKILL.md
source content

Agent Lightning

이 문서는 프롬프트 자동 최적화 프레임워크인 Agent lightning을 어떻게 사용하는지 설명합니다.

Agent Lightning is the absolute trainer to light up AI agents.

  • Embraces Algorithms like Reinforcement Learning, Automatic Prompt Optimization, Supervised Fine-tuning and more. 🤗

How to Read this Documentation

This documentation is organized into the following parts:

  • 전반적인 agentlightning 원리와 사용방법, 개념: Write First Algorithm How-to Recipes (e.g., Train SQL Agent with RL) - Practical examples of training agents and customizing algorithms.
  • Learning More (e.g., Debugging) - Guides on specific topics like debugging or parallelization.
  • Algorithm Zoo (e.g., APO) - References for built-in algorithms.
  • Deep Dive (e.g., Bird's Eye View) - For a deeper understanding of what Agent-lightning is doing under the hood.