A calliope workshop script says: acknowledge the visitor, fetch the tune card, then speak the title. Even if every step uses the same text encoder, what is this script?
Select an answer to reveal the explanation.
Short Explanation
Acknowledge, fetch, speak is still a playbill of roles even if every line uses the same text encoder. Agent orchestration cares about the job sequence, not the modality count.
Full Explanation
Agent orchestration is defined by sequencing actions or roles. Reusing one text encoder across steps does not turn the script into fusion, nor does it erase the agent plan. Fusion labels describe representation meeting points, not multi-step role scripts.