You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/uipath-openai-agents/samples/agent-as-tools/.agent/CLI_REFERENCE.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,10 @@ uv run uipath init --infer-bindings
59
59
|`--input-file`| value |`Sentinel.UNSET`| Alias for '-f/--file' arguments |
60
60
|`--output-file`| value |`Sentinel.UNSET`| File path where the output will be written |
61
61
|`--trace-file`| value |`Sentinel.UNSET`| File path where the trace spans will be written (JSON Lines format) |
62
+
|`--state-file`| value |`Sentinel.UNSET`| File path where the state file is stored for persisting execution state. If not provided, a temporary file will be used. |
62
63
|`--debug`| flag | false | Enable debugging with debugpy. The process will wait for a debugger to attach. |
63
64
|`--debug-port`| value |`5678`| Port for the debug server (default: 5678) |
65
+
|`--keep-state-file`| flag | false | Keep the temporary state file even when not resuming and no job id is provided |
64
66
65
67
**Usage Examples:**
66
68
@@ -99,6 +101,10 @@ uv run uipath run --resume
99
101
enable_mocker_cache: Enable caching for LLM mocker responses
100
102
report_coverage: Report evaluation coverage
101
103
model_settings_id: Model settings ID to override agent settings
104
+
trace_file: File path where traces will be written in JSONL format
105
+
max_llm_concurrency: Maximum concurrent LLM requests
106
+
input_overrides: Input field overrides mapping (direct field override with deep merge)
107
+
resume: Resume execution from a previous suspended state
102
108
103
109
104
110
**Arguments:**
@@ -120,6 +126,8 @@ uv run uipath run --resume
120
126
|`--report-coverage`| flag | false | Report evaluation coverage |
121
127
|`--model-settings-id`| value |`"default"`| Model settings ID from evaluation set to override agent settings (default: 'default') |
122
128
|`--trace-file`| value |`Sentinel.UNSET`| File path where traces will be written in JSONL format |
129
+
|`--max-llm-concurrency`| value |`20`| Maximum concurrent LLM requests (default: 20) |
130
+
|`--resume`| flag | false | Resume execution from a previous suspended state |
123
131
124
132
**Usage Examples:**
125
133
@@ -226,6 +234,53 @@ The `uipath.json` file is automatically generated by `uipath init` and defines y
226
234
227
235
The UiPath CLI provides commands for interacting with UiPath platform services. These commands allow you to manage buckets, assets, jobs, and other resources.
228
236
237
+
### `uipath assets`
238
+
239
+
Manage UiPath assets.
240
+
241
+
Assets are key-value pairs that store configuration data, credentials,
# Asynchronous version of the [`retrieve_ixp_extraction_result`][uipath.platform.documents._documents_service.DocumentsService.retrieve_ixp_extraction_result] method.
# Asynchronous version of the [`retrieve_ixp_extraction_validation_result`][uipath.platform.documents._documents_service.DocumentsService.retrieve_ixp_extraction_validation_result] method.
# Asynchronous version of the [`start_ixp_extraction_validation`][uipath.platform.documents._documents_service.DocumentsService.start_ixp_extraction_validation] method.
0 commit comments