Dust · Arazzo Workflow
Dust Converse with an Agent
Version 1.0.0
Start a conversation, mention an agent, and poll the conversation until the agent answers.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
converse-with-agent
Create a conversation that mentions an agent and poll for the agent's answer.
Creates a conversation in the workspace with an initial human message that mentions the supplied agent configuration, then repeatedly fetches the conversation until the agent's reply is completed.
1
createConversation
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations/post
Create a new conversation seeded with a human message that mentions the target agent so the agent begins generating a reply.
2
pollConversation
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations~1{cId}/get
Fetch the conversation and check whether the latest agent message has reached a completed status. Repeat until the agent has answered.