Skip to main content

Overview

Beyond basic skill loading, the Skills system provides advanced features for production use:

Skills Constructor Reference

All advanced features are configured via the Skills constructor:

Merging Skills

Combine multiple Skills instances into one:

Tool Binding

Skills can declare which external tools they work best with:
Access the union of allowed tools from all actively used skills:
A skill becomes “active” when the agent calls get_skill_instructions() for it.