{% extends "base.html" %} {% block title %}Skill Evolution — Agent Dashboard{% endblock %} {% block page_css %} {% endblock %} {% block content %}
Detects recurring skill workflows and synthesises new composite skills automatically
Skill Evolution Engine is disabled
Set SKILL_EVOLUTION_ENABLED=true in your environment to enable automatic pattern detection and skill synthesis. The engine runs every 6 hours.
Recurring multi-skill workflows detected in the last 7 days. Patterns reaching the threshold ({{ stats.threshold }}×) are queued for synthesis.
No patterns detected yet
Patterns emerge when the same sequence of skills is used {{ stats.threshold }} or more times within a 5-minute window. Keep using the agent and patterns will appear here.
Composite skills automatically generated from high-frequency patterns. Available immediately as regular skills.
No composite skills yet
Once a pattern reaches {{ stats.threshold }} occurrences and the engine runs, a composite skill will be automatically generated and appear here.
The Skill Evolution Engine monitors the audit log for recurring multi-skill workflows. When the same sequence of skills is used together {{ stats.threshold }} or more times within a 5-minute window, it becomes a pattern candidate. The engine then uses an LLM to generate a new composite Python skill that encapsulates the full workflow into a single reusable action.
{{ title }}
{{ desc }}