Dust · Arazzo Workflow
Dust Find Agent and Start a Conversation
Version 1.0.0
Search for an agent by name, resolve its full configuration, then open a conversation mentioning it.
View Spec
View on GitHub
AgentsAIArtificial IntelligenceCustom WorkflowsData SourcesDustEnterprise AIKnowledge ManagementLLMMCPMulti-ModelRAGArazzoWorkflows
Provider
Workflows
find-agent-and-start-conversation
Search an agent by name and open a conversation that mentions it.
Searches for an agent configuration matching the supplied name, fetches its full configuration, and creates a conversation seeded with a message that mentions the matched agent.
1
searchAgents
{$sourceDescriptions.agentsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1agent_configurations~1search/get
Search agent configurations by name and capture the sId of the first match.
2
getAgent
{$sourceDescriptions.agentsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1agent_configurations~1{sId}/get
Retrieve the full configuration of the matched agent so its identity and tools are confirmed before use.
3
createConversation
{$sourceDescriptions.conversationsApi.url}#/paths/~1api~1v1~1w~1{wId}~1assistant~1conversations/post
Open a new conversation seeded with a human message that mentions the resolved agent.
Source API Descriptions
openapi