uipath-langchain 0.0.98__py3-none-any.whl → 0.0.100__py3-none-any.whl
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-langchain might be problematic. Click here for more details.
- uipath_langchain/_cli/cli_new.py +10 -10
- uipath_langchain/tracers/AsyncUiPathTracer.py +1 -1
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.100.dist-info}/METADATA +4 -2
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.100.dist-info}/RECORD +7 -7
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.100.dist-info}/WHEEL +0 -0
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.100.dist-info}/entry_points.txt +0 -0
- {uipath_langchain-0.0.98.dist-info → uipath_langchain-0.0.100.dist-info}/licenses/LICENSE +0 -0
uipath_langchain/_cli/cli_new.py
CHANGED
|
@@ -26,16 +26,16 @@ def generate_script(target_directory):
|
|
|
26
26
|
def generate_pyproject(target_directory, project_name):
|
|
27
27
|
project_toml_path = os.path.join(target_directory, "pyproject.toml")
|
|
28
28
|
toml_content = f"""[project]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
29
|
+
name = "{project_name}"
|
|
30
|
+
version = "0.0.1"
|
|
31
|
+
description = "{project_name}"
|
|
32
|
+
authors = [{{ name = "John Doe", email = "john.doe@myemail.com" }}]
|
|
33
|
+
dependencies = [
|
|
34
|
+
"uipath-langchain>=0.0.95",
|
|
35
|
+
"langchain-anthropic>=0.3.8",
|
|
36
|
+
]
|
|
37
|
+
requires-python = ">=3.10"
|
|
38
|
+
"""
|
|
39
39
|
|
|
40
40
|
with open(project_toml_path, "w") as f:
|
|
41
41
|
f.write(toml_content)
|
|
@@ -284,7 +284,7 @@ class AsyncUiPathTracer(AsyncBaseTracer):
|
|
|
284
284
|
warnings.simplefilter("ignore", category=PydanticDeprecationWarning)
|
|
285
285
|
|
|
286
286
|
return {
|
|
287
|
-
**run.dict(exclude={"child_runs", "inputs", "outputs"}),
|
|
287
|
+
**run.dict(exclude={"child_runs", "inputs", "outputs", "serialized"}),
|
|
288
288
|
"inputs": run.inputs.copy() if run.inputs is not None else None,
|
|
289
289
|
"outputs": run.outputs.copy() if run.outputs is not None else None,
|
|
290
290
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath-langchain
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.100
|
|
4
4
|
Summary: UiPath Langchain
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-langchain-python
|
|
@@ -25,7 +25,7 @@ Requires-Dist: pydantic-settings>=2.6.0
|
|
|
25
25
|
Requires-Dist: python-dotenv>=1.0.1
|
|
26
26
|
Requires-Dist: requests>=2.23.3
|
|
27
27
|
Requires-Dist: types-requests>=2.32.0.20241016
|
|
28
|
-
Requires-Dist: uipath<2.1.0,>=2.0.
|
|
28
|
+
Requires-Dist: uipath<2.1.0,>=2.0.31
|
|
29
29
|
Provides-Extra: langchain
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
|
|
@@ -38,6 +38,8 @@ A Python SDK that enables developers to build and deploy LangGraph agents to the
|
|
|
38
38
|
|
|
39
39
|
This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python).
|
|
40
40
|
|
|
41
|
+
This [quickstart guide](docs/quick_start.md) walks you through deploying your first agent to UiPath Cloud Platform.
|
|
42
|
+
|
|
41
43
|
## Requirements
|
|
42
44
|
|
|
43
45
|
- Python 3.10 or higher
|
|
@@ -2,7 +2,7 @@ uipath_langchain/__init__.py,sha256=VBrvQn7d3nuOdN7zEnV2_S-uhmkjgEIlXiFVeZxZakQ,
|
|
|
2
2
|
uipath_langchain/middlewares.py,sha256=tre7o9DFMgWk1DJiEEUmT6_wiP-PPkWtKmG0iOyvr9c,509
|
|
3
3
|
uipath_langchain/_cli/__init__.py,sha256=juqd9PbXs4yg45zMJ7BHAOPQjb7sgEbWE9InBtGZhfo,24
|
|
4
4
|
uipath_langchain/_cli/cli_init.py,sha256=B5BVUA7pDvKyRRGEx5mgmeE5SJvLPM3cnLGt6a9iixY,7417
|
|
5
|
-
uipath_langchain/_cli/cli_new.py,sha256=
|
|
5
|
+
uipath_langchain/_cli/cli_new.py,sha256=WwuHFPvKxUolf2tJFZD6PitZJaR-5EU9T-WTqpDuhOw,2438
|
|
6
6
|
uipath_langchain/_cli/cli_run.py,sha256=zMn2P1gB1ogM8_EmZsIhqNpeI9Oc02Z5Gj-oni7eUV4,2915
|
|
7
7
|
uipath_langchain/_cli/_runtime/_context.py,sha256=wr4aNn06ReIXmetEZ6b6AnpAt64p13anQ2trZ5Bzgio,807
|
|
8
8
|
uipath_langchain/_cli/_runtime/_escalation.py,sha256=oA5NvZvCo8ngELFJRyhZNM69DxVHrshhMY6CUk_cukQ,8055
|
|
@@ -25,7 +25,7 @@ uipath_langchain/embeddings/__init__.py,sha256=QICtYB58ZyqFfDQrEaO8lTEgAU5NuEKlR
|
|
|
25
25
|
uipath_langchain/embeddings/embeddings.py,sha256=gntzTfwO1pHbgnXiPdfETJaaurvQWqxVUCH75VMah54,4274
|
|
26
26
|
uipath_langchain/retrievers/__init__.py,sha256=rOn7PyyHgZ4pMnXWPkGqmuBmx8eGuo-Oyndo7Wm9IUU,108
|
|
27
27
|
uipath_langchain/retrievers/context_grounding_retriever.py,sha256=CeVSMEz5xTQIladkzDLeQXGC1_ycW72gb0RB41JZeYA,2000
|
|
28
|
-
uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=
|
|
28
|
+
uipath_langchain/tracers/AsyncUiPathTracer.py,sha256=gheNa679YnM9HrP0VFr-oYfWmpS5-dKOIG8ItzU4AEQ,10477
|
|
29
29
|
uipath_langchain/tracers/UiPathTracer.py,sha256=V5g1nlB0TI1wYvUIkfCEcAdhy4thqeMBmjflWtxc-_M,5601
|
|
30
30
|
uipath_langchain/tracers/__init__.py,sha256=MwrQh6iuPXMS72S5EX0JdCAX0TKe-l7fIPGV3EG0Ssk,256
|
|
31
31
|
uipath_langchain/tracers/_events.py,sha256=CJri76SSdu7rGJIkXurJ2C5sQahfSK4E5UWwWYdEAtE,922
|
|
@@ -36,8 +36,8 @@ uipath_langchain/utils/_request_mixin.py,sha256=WFyTDyAthSci1DRwUwS21I3hLntD7HdV
|
|
|
36
36
|
uipath_langchain/utils/_settings.py,sha256=MhwEVj4gVRSar0RBf2w2hTjO-5Qm-HpCuufqN3gSWjA,3390
|
|
37
37
|
uipath_langchain/utils/_sleep_policy.py,sha256=e9pHdjmcCj4CVoFM1jMyZFelH11YatsgWfpyrfXzKBQ,1251
|
|
38
38
|
uipath_langchain/vectorstores/context_grounding_vectorstore.py,sha256=eTa5sX43-ydB1pj9VNHUPbB-hC36fZK_CGrNe5U2Nrw,9393
|
|
39
|
-
uipath_langchain-0.0.
|
|
40
|
-
uipath_langchain-0.0.
|
|
41
|
-
uipath_langchain-0.0.
|
|
42
|
-
uipath_langchain-0.0.
|
|
43
|
-
uipath_langchain-0.0.
|
|
39
|
+
uipath_langchain-0.0.100.dist-info/METADATA,sha256=SeLmJAGNJlRjplwgKG59S2S00culWBzog0ZHRDhZBrQ,3937
|
|
40
|
+
uipath_langchain-0.0.100.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
41
|
+
uipath_langchain-0.0.100.dist-info/entry_points.txt,sha256=FUtzqGOEntlJKMJIXhQUfT7ZTbQmGhke1iCmDWZaQZI,81
|
|
42
|
+
uipath_langchain-0.0.100.dist-info/licenses/LICENSE,sha256=JDpt-uotAkHFmxpwxi6gwx6HQ25e-lG4U_Gzcvgp7JY,1063
|
|
43
|
+
uipath_langchain-0.0.100.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|