Dust · Arazzo Workflow
Dust Import an Agent and Start a Conversation
Version 1.0.0
Create a new agent configuration from a JSON definition, then open a conversation that mentions it.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
import-agent-and-converse
Import an agent configuration and open a conversation mentioning it.
Imports an agent configuration from a JSON definition and creates a conversation that mentions the newly created agent.
1
importAgent
{$sourceDescriptions.agentsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1agent_configurations~1import/post
Create a new agent configuration from the supplied JSON definition and capture its sId.
2
createConversation
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations/post
Open a conversation seeded with a message that mentions the newly imported agent.
Source API Descriptions
openapi