Schedule follow-up tasks for Replit Agent while it’s working. Queue messages to be executed in order after each Agent work loop completion.
The Message Queue is a new way of interacting with Replit Agent while it’s working.
Instead of interrupting ongoing work, you can schedule follow-up tasks that will be executed in
order after every completion of an Agent work loop.
When the Agent is actively handling a request, you can schedule a follow-up task by adding
messages to the Queue. These tasks or requests will be processed in order after every completion of
an Agent work loop. The queue is automatically cleared when Agent finishes all tasks.All message options are available with the Queue, such as Visual Editor,
file attachments, and Dynamic Intelligence.
Queued messages will only be processed automatically while you have an active
workspace connected to the Agent (either on desktop or mobile).
The Message Queue appears automatically as a drawer above the chat input when you submit a message
while Agent is working. It closes once all queued messages are processed.
If you need to interrupt Agent and send a message immediately, you can use the Pause button
in the status bar. This will stop the current Agent work loop and allow you to send an immediate
message, bypassing any queued messages (if any exist).