{% extends "base.html" %} {% block title %}{{ project.human_key }} — Agent Mail{% endblock %} {% block breadcrumbs %} {% endblock %} {% block header_actions %}
Human Overseer
Reservations Attachments
{% endblock %} {% block content %}

{{ project.human_key }}

{{ project.slug }}
Active

Search Messages

Scan subjects and bodies from every message in this project.

By default we match both subject and body text. Add filters below to narrow the scope or change how results are ranked.

Example: urgent status update — prioritizes messages whose subject or body mentions that phrase.

Tip: searches are case-insensitive and support phrases in quotes, e.g. "weekly sync".

Limit matching to the subject line or body when you need a tighter query.

Switch to chronological sorting when you need the latest updates at the top.

Subject prioritization nudges messages whose subject matches your query higher without hiding relevant body matches.

{% if results is defined and results %} {% elif results is defined %}

No matching messages

No messages in this project match your search criteria. Try using different keywords, checking for typos, or broadening your search terms.

{% endif %}

Registered Agents

Active collaborators in this project

{% if agents %} {{ agents|length }} active {% endif %}
{% if agents %}
{% for a in agents %}

{{ a.name }}

{{ a.program }} {{ a.model }}
{% endfor %}
{% else %}

No agents registered yet

Agents will appear here once they register with this project using the MCP tools.

Use register_agent to add agents
{% endif %}
{% endblock %}