Getting Started
Using an Agent Based on LangGraph
To use the UiPath SDK with a LangGraph-based project:
-
Add the
uipath-langchain
package to your project: -
Initialize the project by running the following command in your activated virtual environment:
Note:: The
uipath init
command will execute your code to analyze its structure and collect information about inputs and outputs. -
Package and publish your project:
This will create and publish your package to the UiPath platform, making it available for use in your automation workflows.
For more examples and implementation patterns, check out the sample projects in our GitHub repository.