Is Conversational Agents support within coded agents?

hey,
does some1 know if conversational agents supported within coded agents/ planned to be?
if so if there’s any documentation around it?

Hi @Daniela_Rosenstein

Yes UiPath does support conversational agents, and this feature is officially documented and available in public preview. Conversational agents are a new type of agent in UiPath that can handle multi-turn, context-aware back-and-forth dialogue, unlike traditional autonomous agents which handle a single prompt. They act like intelligent assistants that understand conversation context, maintain state, and integrate with tools such as workflows and APIs.

You can refer this

Cheers

Hi @Daniela_Rosenstein,

Conversational agents are supported in UiPath, but they are a separate agent type. Coded agents are supported too, but they don’t have native conversational features like turn handling or memory out of the box. If you want conversation in a coded agent, you have to build that logic yourself.

Hey,
Thank you,that wasnt my question though.
I wanted to know if its supported within langraph coded agent framkework, not agent builder.

@Daniela_Rosenstein
Conversational agents are currently only supported via Agent Builder. LangGraph coded agents do not have native conversational support; multi-turn behavior must be implemented manually, and there’s no official documentation or roadmap confirming built-in support.

Hope this help

Hey,
that make sense, what i’m trying to figure out is if the conversational functionality will be supported within the conversational flow → if i could import it into slack/assistant, etc..

yes, but only for conversational agents, not coded agents.

  • Conversational agent → can be plugged into Assistant / Slack

  • Coded agent → no direct channel integration

  • Coded logic + conversational agent wrapper → supported pattern

will be supported in coded agents with direct deployment soon. thanks everyone

Hi @Daniela_Rosenstein

Pls follow the below:
Build a Conversational Agent in UiPath | Step-by-Step Tutorial with Example
OR
UiPath Coded Agents with LangGraph (Full Tutorial)

If helpful, mark as solution. Happy automation with UiPath

Hi @Daniela_Rosenstein

If solution help you please mark as solved so this thread will be closed.

Thanks & Happy Automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.