Skip to main content

Module queue

Module queue 

Source
Expand description

Queue step: validate replies, safety-check, then route to approval queue or execute.

This is the third step in the reply pipeline: given draft text and candidates, either queue for human approval or execute directly via toolkit. All X API writes route through toolkit::write::reply_to_tweet.

Structs§

QueueInput
Input for the queue step.

Functions§

execute
Execute the queue step: validate, safety-check, route or execute.