{% extends "base.html" %} {% block title %}Playground - Memorizz{% endblock %} {% block content %}
Select an agent to start an interactive session
{{ agent.instruction[:150] }}{% if agent.instruction|length > 150 %}...{% endif %}
Create an agent first to use the playground.