{% extends "base.html" %} {% block title %} Manylogue {% endblock %} {% block body %}

Manylogue

A room where several agents think out loud together.

New chat

{% if error %}{% endif %} {% set p = prefill | default({}) %}

The working directory the agents read and operate in.

Recent chats

{% include "_chats-list.html" %}
{% endblock %}