uipath 2.0.5__tar.gz → 2.0.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of uipath might be problematic. Click here for more details.
- {uipath-2.0.5 → uipath-2.0.6}/.github/workflows/build.yml +2 -0
- {uipath-2.0.5 → uipath-2.0.6}/PKG-INFO +2 -2
- {uipath-2.0.5 → uipath-2.0.6}/README.md +1 -1
- uipath-2.0.6/docs/getting_started_agent.md +29 -0
- uipath-2.0.5/docs/getting_started.md → uipath-2.0.6/docs/getting_started_cli.md +0 -81
- uipath-2.0.6/docs/getting_started_cloud.md +3 -0
- uipath-2.0.6/docs/getting_started_sdk.md +83 -0
- uipath-2.0.6/docs/index.md +4 -0
- {uipath-2.0.5 → uipath-2.0.6}/mkdocs.yml +9 -4
- {uipath-2.0.5 → uipath-2.0.6}/pyproject.toml +1 -1
- {uipath-2.0.5 → uipath-2.0.6}/uv.lock +1 -1
- {uipath-2.0.5 → uipath-2.0.6}/.cursorrules +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.editorconfig +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.gitattributes +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.github/workflows/cd.yml +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.github/workflows/ci.yml +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.github/workflows/lint.yml +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.github/workflows/test.yml +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.gitignore +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.pre-commit-config.yaml +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.python-version +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.vscode/extensions.json +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/.vscode/settings.json +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/CONTRIBUTING.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/LICENSE +0 -0
- /uipath-2.0.5/docs/how_to_contribute.md → /uipath-2.0.6/docs/CONTRIBUTING.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/actions.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/assets/uipath-logo.svg +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/assets.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/buckets.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/connections.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/context_grounding.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/jobs.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/processes.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/docs/queues.md +0 -0
- /uipath-2.0.5/docs/index.md → /uipath-2.0.6/docs/sdk.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/justfile +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/py.typed +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/__init__.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/README.md +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/auth_config.json +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_init.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_config.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_execution_context.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_folder_context.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/_base_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/actions_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/api_client.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/assets_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/connections_service.pyi +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/processes_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_uipath.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/__init__.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/action_schema.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/actions.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/assets.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/connections.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/context_grounding.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/context_grounding_index.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/exceptions.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/interrupt_models.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/job.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/llm_gateway.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/processes.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/models/queues.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/src/uipath/py.typed +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/__init__.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/cli/test_init.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/conftest.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.0.5 → uipath-2.0.6}/tests/sdk/test_config.py +0 -0
|
@@ -56,7 +56,9 @@ jobs:
|
|
|
56
56
|
if: ${{ steps.check_version.outputs.modified }} == 'true'
|
|
57
57
|
run: |
|
|
58
58
|
mkdir -p docs/plugins
|
|
59
|
+
mkdir -p docs/docs
|
|
59
60
|
ln -s ../../plugins/uipath-langchain-python docs/plugins/uipath-langchain-python
|
|
61
|
+
ln -s ../plugins/uipath-langchain-python/docs docs/docs
|
|
60
62
|
|
|
61
63
|
- name: Publish Docs
|
|
62
64
|
if: ${{ steps.check_version.outputs.modified }} == 'true'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.6
|
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
|
@@ -208,4 +208,4 @@ To properly use the CLI for packaging and publishing, your project should includ
|
|
|
208
208
|
|
|
209
209
|
### Setting Up a Development Environment
|
|
210
210
|
|
|
211
|
-
Please read [CONTRIBUTING.md](
|
|
211
|
+
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a pull request.
|
|
@@ -180,4 +180,4 @@ To properly use the CLI for packaging and publishing, your project should includ
|
|
|
180
180
|
|
|
181
181
|
### Setting Up a Development Environment
|
|
182
182
|
|
|
183
|
-
Please read [CONTRIBUTING.md](
|
|
183
|
+
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before submitting a pull request.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Getting Started
|
|
2
|
+
|
|
3
|
+
## Using an Agent Based on LangGraph
|
|
4
|
+
|
|
5
|
+
To use the UiPath SDK with a LangGraph-based project:
|
|
6
|
+
|
|
7
|
+
1. Add the `uipath-langchain` package to your project:
|
|
8
|
+
|
|
9
|
+
```shell
|
|
10
|
+
uv add uipath-langchain
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
2. Initialize the project by running the following command in your activated virtual environment:
|
|
14
|
+
|
|
15
|
+
```shell
|
|
16
|
+
uipath init
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
> **Note:**: The `uipath init` command will execute your code to analyze its structure and collect information about inputs and outputs.
|
|
20
|
+
|
|
21
|
+
3. Package and publish your project:
|
|
22
|
+
```shell
|
|
23
|
+
uipath pack
|
|
24
|
+
uipath publish
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
This will create and publish your package to the UiPath platform, making it available for use in your automation workflows.
|
|
28
|
+
|
|
29
|
+
For more examples and implementation patterns, check out the [sample projects](https://github.com/UiPath/uipath-langchain-python/tree/main/samples) in our GitHub repository.
|
|
@@ -122,84 +122,3 @@ Finally, publish your package. After selecting your publishing destination (tena
|
|
|
122
122
|
Publishing most recent package: test.0.1.0.nupkg
|
|
123
123
|
Package published successfully!
|
|
124
124
|
```
|
|
125
|
-
|
|
126
|
-
## Using the SDK
|
|
127
|
-
|
|
128
|
-
### Creating a Process Client
|
|
129
|
-
|
|
130
|
-
Now, let's create a new project to invoke the process we just created. We'll skip the installation and authentication steps since they're covered above.
|
|
131
|
-
|
|
132
|
-
Create a new project:
|
|
133
|
-
|
|
134
|
-
```shell
|
|
135
|
-
mkdir test2
|
|
136
|
-
cd test2
|
|
137
|
-
uv init . --python 3.10
|
|
138
|
-
uv add uipath
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
### Configuring the Project
|
|
142
|
-
|
|
143
|
-
First, open `.env` in your code editor and specify the folder where you want to run the code. For example, to use the "Shared" folder:
|
|
144
|
-
|
|
145
|
-
```shell
|
|
146
|
-
UIPATH_FOLDER_PATH=Shared
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
### Writing the Client Code
|
|
150
|
-
|
|
151
|
-
Open `main.py` in your code editor and add the following code:
|
|
152
|
-
|
|
153
|
-
```python
|
|
154
|
-
from uipath import UiPath
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
def main():
|
|
158
|
-
sdk = UiPath()
|
|
159
|
-
sdk.processes.invoke(
|
|
160
|
-
"test-pack",
|
|
161
|
-
input_arguments={
|
|
162
|
-
"message": "Hello, World!",
|
|
163
|
-
"repeat": 3,
|
|
164
|
-
"prefix": "[Echo]"
|
|
165
|
-
}
|
|
166
|
-
)
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
> **Note:**: `test-pack` is the name of the process we created from the previous package.
|
|
170
|
-
|
|
171
|
-
### Verifying the Execution
|
|
172
|
-
|
|
173
|
-
Open your browser and navigate to UiPath. Go to the specified folder, and you'll see a new job for `test-pack` has been executed. The output will be:
|
|
174
|
-
|
|
175
|
-
```
|
|
176
|
-
[Echo]: Hello, World! Echo: Hello, World! Echo: Hello, World!
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
## Using an Agent Based on LangGraph
|
|
180
|
-
|
|
181
|
-
To use the UiPath SDK with a LangGraph-based project:
|
|
182
|
-
|
|
183
|
-
1. Add the `uipath-langchain` package to your project:
|
|
184
|
-
|
|
185
|
-
```shell
|
|
186
|
-
uv add uipath-langchain
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
2. Initialize the project by running the following command in your activated virtual environment:
|
|
190
|
-
|
|
191
|
-
```shell
|
|
192
|
-
uipath init
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
> **Note:**: The `uipath init` command will execute your code to analyze its structure and collect information about inputs and outputs.
|
|
196
|
-
|
|
197
|
-
3. Package and publish your project:
|
|
198
|
-
```shell
|
|
199
|
-
uipath pack
|
|
200
|
-
uipath publish
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
This will create and publish your package to the UiPath platform, making it available for use in your automation workflows.
|
|
204
|
-
|
|
205
|
-
For more examples and implementation patterns, check out the [sample projects](https://github.com/UiPath/uipath-langchain-python/tree/main/samples) in our GitHub repository.
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Getting Started
|
|
2
|
+
|
|
3
|
+
## Prerequisites
|
|
4
|
+
|
|
5
|
+
- Python 3.10 or higher
|
|
6
|
+
- `pip` or `uv` package manager
|
|
7
|
+
- A UiPath Platform account with appropriate permissions
|
|
8
|
+
|
|
9
|
+
## Creating a New Project
|
|
10
|
+
|
|
11
|
+
We recommend using `uv` for package management. To create a new project:
|
|
12
|
+
|
|
13
|
+
```shell
|
|
14
|
+
mkdir example
|
|
15
|
+
cd example
|
|
16
|
+
uv init . --python 3.10
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
This command creates a basic project structure.
|
|
20
|
+
|
|
21
|
+
### Installing the UiPath SDK
|
|
22
|
+
|
|
23
|
+
Add the UiPath SDK to your project:
|
|
24
|
+
|
|
25
|
+
```shell
|
|
26
|
+
uv add uipath
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
To verify the installation, run:
|
|
30
|
+
|
|
31
|
+
```shell
|
|
32
|
+
uv run uipath --version
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Authentication
|
|
36
|
+
|
|
37
|
+
To debug your script locally and publish your project, you need to authenticate with UiPath:
|
|
38
|
+
|
|
39
|
+
```shell
|
|
40
|
+
uv run uipath auth
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
This command opens a new browser window. If you encounter any issues, copy the URL from the terminal and paste it into your browser. After authentication, select your tenant by typing its corresponding number in the terminal.
|
|
44
|
+
|
|
45
|
+
After completing this step, your project will contain a `.env` file with your access token, UiPath URL, and other configuration details.
|
|
46
|
+
|
|
47
|
+
### Configuring the Project
|
|
48
|
+
|
|
49
|
+
First, open `.env` in your code editor and specify the folder where you want to run the code. For example, to use the "Shared" folder:
|
|
50
|
+
|
|
51
|
+
```shell
|
|
52
|
+
UIPATH_FOLDER_PATH=Shared
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Writing the Client Code
|
|
56
|
+
|
|
57
|
+
Open `main.py` in your code editor and add the following code:
|
|
58
|
+
|
|
59
|
+
```python
|
|
60
|
+
from uipath import UiPath
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
def main():
|
|
64
|
+
sdk = UiPath()
|
|
65
|
+
sdk.processes.invoke(
|
|
66
|
+
"test-pack",
|
|
67
|
+
input_arguments={
|
|
68
|
+
"message": "Hello, World!",
|
|
69
|
+
"repeat": 3,
|
|
70
|
+
"prefix": "[Echo]"
|
|
71
|
+
}
|
|
72
|
+
)
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
> **Note:**: `test-pack` is the name of the process we created from the [previous package.](./getting_started_cli.md)
|
|
76
|
+
|
|
77
|
+
### Verifying the Execution
|
|
78
|
+
|
|
79
|
+
Open your browser and navigate to UiPath. Go to the specified folder, and you'll see a new job for `test-pack` has been executed. The output will be:
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
[Echo]: Hello, World! Echo: Hello, World! Echo: Hello, World!
|
|
83
|
+
```
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# Getting Started
|
|
2
|
+
- [CLI Guide](./getting_started_cli.md) - Learn how to use the UiPath Python CLI
|
|
3
|
+
- [SDK Guide](./getting_started_sdk.md) - Get started with the UiPath Python SDK
|
|
4
|
+
- [Agent Guide](./getting_started_agent.md) - Learn about working with LangGraph and UiPath
|
|
@@ -34,9 +34,14 @@ theme:
|
|
|
34
34
|
logo: assets/uipath-logo.svg
|
|
35
35
|
|
|
36
36
|
nav:
|
|
37
|
-
- Getting Started:
|
|
38
|
-
- Home:
|
|
37
|
+
- Getting Started:
|
|
39
38
|
- index.md
|
|
39
|
+
- CLI: getting_started_cli.md
|
|
40
|
+
- SDK: getting_started_sdk.md
|
|
41
|
+
- Agent: getting_started_agent.md
|
|
42
|
+
- Cloud: getting_started_cloud.md
|
|
43
|
+
- UiPath SDK:
|
|
44
|
+
- sdk.md
|
|
40
45
|
- Actions: actions.md
|
|
41
46
|
- Assets: assets.md
|
|
42
47
|
- Buckets: buckets.md
|
|
@@ -45,13 +50,13 @@ nav:
|
|
|
45
50
|
- Jobs: jobs.md
|
|
46
51
|
- Queues: queues.md
|
|
47
52
|
- Processes: processes.md
|
|
48
|
-
-
|
|
53
|
+
- UiPathLangchain:
|
|
49
54
|
- plugins/uipath-langchain-python/README.md
|
|
50
55
|
- Chat models: plugins/uipath-langchain-python/docs/chat_models.md
|
|
51
56
|
- Context Grounding Chain: plugins/uipath-langchain-python/docs/context_grounding_chain.md
|
|
52
57
|
- Context Grounding Retriever: plugins/uipath-langchain-python/docs/context_grounding_retriever.md
|
|
53
58
|
- Interrupt models: plugins/uipath-langchain-python/docs/interrupt_models.md
|
|
54
|
-
- How To Contribute:
|
|
59
|
+
- How To Contribute: CONTRIBUTING.md
|
|
55
60
|
|
|
56
61
|
plugins:
|
|
57
62
|
- search
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.6"
|
|
4
4
|
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
6
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|