I am following UiPath LangChain Agent Quick start guide and able to run my UiPath Langchain agent. Getting Started - UiPath SDK
Please let me know how we can utilize it further to integrate with our UiPath Process workflows.
I am following UiPath LangChain Agent Quick start guide and able to run my UiPath Langchain agent. Getting Started - UiPath SDK
Please let me know how we can utilize it further to integrate with our UiPath Process workflows.
As they are imported as processes
You can use invoke process activity ideally to invoke the agent
Cheers
you can integrate the UiPath langchain agent with your workflows by using the agent endpoint as an api—send prompts or inputs to the agent from your UiPath process using http request activity, receive the response, and use that data in your automation logic. you can also design workflows to dynamically call the agent based on conditions or inputs.
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
Just to confirm agent created via langchain in UiPath is not available via api unless you call it in studio process..process orchestration is what you need to use..it gets consumed as a flow itself
Giving info so that you dont end up trying the above way
cheers