To use the UiPath SDK with a LangGraph-based project:
-
Add the
uipath-langchainpackage to your project:uv add uipath-langchain
-
Initialize the project by running the following command in your activated virtual environment:
uipath init
Note:: The
uipath initcommand will execute your code to analyze its structure and collect information about inputs and outputs. -
Package and publish your project:
uipath pack uipath publish
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.