Learned Skills
TheLearnedSkillStore allows agents to save successful multi-step tool call patterns as reusable skills that can be replayed later.
How It Works
- An agent completes a complex multi-step task successfully
- The agent (or your code) saves the sequence of tool calls as a learned skill
- Future runs can search and replay the saved skill
Setup
Saving a Skill
Searching Skills
Replaying a Skill
Agentic Tools
The store exposes tools that agents can use directly:Success Tracking
Each skill trackssuccessCount and failCount. After replaying a skill, the outcome is automatically recorded: