{% extends "base.html" %} {% block title %}Send Message — Human Overseer{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Send Message as Human Overseer

Send high-priority instructions directly to your agents. Messages are automatically marked as urgent.

How Human Overseer messages work

Agents receive your message with a preamble indicating human guidance. They'll pause current work to prioritize your request, then resume their original tasks.

Recipients ( of 100 max)

Select which agents should receive this message

{% if agents %}
{% for agent in agents %} {% endfor %}

No matching agents

No agent names match your search query

{% else %}

No Agents Registered

No agents are currently registered in this project.

Back to Project
{% endif %}

Message Content

Compose your message in GitHub-flavored Markdown

/ 200 characters

Ctrl+Enter to send

/ 49,600 characters • Supports Markdown formatting

Your message preview will appear here

Leave blank to start a new conversation

Automatic Preamble

This preamble will be automatically prepended to your message

🚨 MESSAGE FROM HUMAN OVERSEER

This message is from a human operator overseeing this project. Please prioritize the instructions below over your current tasks.

You should: 1) Temporarily pause your current work, 2) Complete the request described below, 3) Resume your original plans afterward (unless modified by these instructions).

The human's guidance supersedes all other priorities.

Cancel
{% endblock %}