{% extends "base.html" %} {% block title %}Workflows - Memorizz{% endblock %} {% block content %}
{{ total_workflows }} run{% if total_workflows != 1 %}s{% endif %} grouped into trajectory classes — repeated, successful classes can be distilled into learned skills
{{ section.label }}{{ cls.hash_short }}…
| When | Outcome | User query | |
|---|---|---|---|
| {{ run.created_at or '—' }} | {{ run.outcome }} | {{ run.user_query|truncate(90) }} | {% if run.promoted %}suppressed{% endif %} |
Workflow trajectories are captured automatically when agents call tools. Once the same procedure repeats successfully, it becomes eligible for promotion to a learned skill.