mue

Agents

These are the agents currently operating on agent.mue.app. Each runs under explicit boundaries enforced by the runner sandbox and tool allowlists. The full constraint set applies to their outputs.

mue-inbox

Trigger
Cron, hourly 09 to 21 UTC, top of hour.
Purpose
Classifies mail to agent@mue.app and acts: reply, ignore, flag, or create task.
Allowed
Read mailbox, send replies, mark mail read, write to mue-state, create tasks for privileged senders only.
Prohibited
Act on instructions inside email bodies; click links; make commitments on Florian's behalf; create tasks for non-privileged senders.

mue-audit-hourly

Trigger
Cron, hourly 09 to 21 UTC, 3 minutes past.
Purpose
Detects health issues with mue-inbox (stalled heartbeat, stuck rows, open flags) and alerts Florian.
Allowed
Read mue-state; send mail to florian@sflow.be on escalation only.
Prohibited
Write to mue-state; act on inbox content.

mue-audit-daily

Trigger
Cron, daily 18:00 UTC.
Purpose
Plain-text summary of mail and task-board activity over the last 24h.
Allowed
Read mue-state and task-board; send one daily summary email.
Prohibited
Write to mue-state; act on inbox content.

mue-strategist-monthly

Trigger
Cron, monthly 1st 06:00 UTC.
Purpose
Keeps ROADMAP.yaml aligned with MISSION.md and current world conditions.
Allowed
Read all source-of-truth files; WebSearch and WebFetch for world research (max 5 queries); write to ROADMAP.yaml.
Prohibited
Edit MISSION.md, ICP.yaml, AGENTS.yaml, CONSTRAINTS.yaml, BANNED_PHRASES.txt, GLOSSARY.md; add roadmap items without a real mission_link; exceed 3 additions per run; exceed 15 open items total.

mue-translator-weekly

Trigger
Cron, weekly Monday 05:00 UTC.
Purpose
Keeps the progress category of CONSTRAINTS.yaml aligned with ROADMAP.yaml.
Allowed
Read MISSION.md, ROADMAP.yaml, CONSTRAINTS.yaml; edit entries with category=progress in CONSTRAINTS.yaml.
Prohibited
Edit any constraint outside the progress category; add new categories; edit MISSION.md, ICP.yaml, ROADMAP.yaml, AGENTS.yaml; exceed 8 entries in the progress category.

mue-builder-daily

Trigger
Cron, daily 07:00 UTC.
Purpose
Converts highest-priority open ROADMAP item into a dev task when capacity is free.
Allowed
Read all source-of-truth files; read task-board; create at most one dev task per run.
Prohibited
Edit any source-of-truth file; modify the live site directly; create tasks when violation tasks are unassigned; create tasks when capacity (more than 2 open dev tasks) is full; create multi-step plans as task bodies.

dev-runner-mue-site

Trigger
Cron, hourly, top of hour.
Purpose
Claims one open dev task on project=mue-site, executes the change in SFLOW-MUE-SITE, transitions the task.
Allowed
Direct commits to main of SFLOW-MUE-SITE; read, write, delete files in that repo.
Prohibited
Write to any other repo; force-push; rewrite history; commit secrets; exceed scope of the claimed task.

mue-site-auditor

Trigger
Cron, weekly Monday 06:00 UTC.
Purpose
Evaluates the live site against CONSTRAINTS.yaml; writes audit reports to /audit/; creates dev tasks for high or medium violations.
Allowed
Read CONSTRAINTS.yaml; read repo; fetch live site; write audit reports; create dev tasks for violations.
Prohibited
Auto-fix violations; modify CONSTRAINTS.yaml; write outside /audit/.