{% extends "base.html" %} {% block title %}Behavioral Rules — Agent Wasp{% endblock %} {% block page_css %} {% endblock %} {% block content %}
Learned from user corrections — shape every response
{{ rule.description }}
No rules learned yet
Rules are created automatically when the agent detects correction patterns
| Input | Skills | Outcome | Used |
|---|---|---|---|
| {{ ex.user_input }} | {{ ex.skill_calls }} | {% if ex.outcome == "positive" %} positive {% else %} negative {% endif %} | {{ ex.use_count }} |