Discover and explore top open-source AI tools and projects—updated daily.
microsoftText-space optimization for LLM agent skills
Top 8.8% on SourcePulse
Summary
SkillOpt optimizes reusable natural-language skills for frozen LLM agents. It enables self-evolving agent capabilities by training skills via trajectory-driven edits and validation gates, without modifying core model weights. This approach benefits researchers and engineers seeking to enhance LLM agent performance and adaptability.
How It Works
SkillOpt treats agent skill training akin to neural network training, employing concepts like epochs, batch sizes, and learning rates. Its core innovation lies in "trajectory-driven edits" and "validation-gated updates" to refine skills. This method allows for iterative improvement and the generation of deployable best_skill.md artifacts without altering the underlying LLM's weights, promoting efficient skill acquisition.
Quick Start & Requirements
pip install -e . after cloning the repository..env file.split_dir containing train/, val/, and test/ subdirectories, each with a JSON file formatted according to benchmark specifications. Benchmark datasets are not included.Highlighted Details
2 days ago
Inactive
thinking-machines-lab
microsoft