uipath-langchain 0.0.148__py3-none-any.whl → 0.0.149__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_dev.py +6 -0
- {uipath_langchain-0.0.148.dist-info → uipath_langchain-0.0.149.dist-info}/METADATA +1 -1
- {uipath_langchain-0.0.148.dist-info → uipath_langchain-0.0.149.dist-info}/RECORD +6 -6
- {uipath_langchain-0.0.148.dist-info → uipath_langchain-0.0.149.dist-info}/WHEEL +0 -0
- {uipath_langchain-0.0.148.dist-info → uipath_langchain-0.0.149.dist-info}/entry_points.txt +0 -0
- {uipath_langchain-0.0.148.dist-info → uipath_langchain-0.0.149.dist-info}/licenses/LICENSE +0 -0
uipath_langchain/_cli/cli_dev.py
CHANGED
|
@@ -13,12 +13,18 @@ from uipath._cli.middlewares import MiddlewareResult
|
|
|
13
13
|
from .._tracing import _instrument_traceable_attributes
|
|
14
14
|
from ._runtime._context import LangGraphRuntimeContext
|
|
15
15
|
from ._runtime._runtime import LangGraphScriptRuntime
|
|
16
|
+
from ._utils._graph import LangGraphConfig
|
|
16
17
|
|
|
17
18
|
console = ConsoleLogger()
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
def langgraph_dev_middleware(interface: Optional[str]) -> MiddlewareResult:
|
|
21
22
|
"""Middleware to launch the developer terminal"""
|
|
23
|
+
config = LangGraphConfig()
|
|
24
|
+
if not config.exists:
|
|
25
|
+
return MiddlewareResult(
|
|
26
|
+
should_continue=True
|
|
27
|
+
) # Continue with normal flow if no langgraph.json
|
|
22
28
|
|
|
23
29
|
try:
|
|
24
30
|
if interface == "terminal":
|
|
@@ -4,7 +4,7 @@ uipath_langchain/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
4
4
|
uipath_langchain/runtime_factories.py,sha256=NFmEuXCraEfb2Sr02KQretYyVrtABUwnx5M68T6Z9Xo,644
|
|
5
5
|
uipath_langchain/_cli/__init__.py,sha256=juqd9PbXs4yg45zMJ7BHAOPQjb7sgEbWE9InBtGZhfo,24
|
|
6
6
|
uipath_langchain/_cli/cli_debug.py,sha256=zaB-W3_29FsCqF-YZ3EsayyxC957tg4tOjdcdX8ew-M,3311
|
|
7
|
-
uipath_langchain/_cli/cli_dev.py,sha256=
|
|
7
|
+
uipath_langchain/_cli/cli_dev.py,sha256=nImS7j7Gzzf7N4CcZ657utuqzHKok8Xru2mAlkCNk4s,1951
|
|
8
8
|
uipath_langchain/_cli/cli_eval.py,sha256=Z1EYFObD0n-lfXfvjq4ejnrWQJrRrNktSxNPDE7QqSc,3529
|
|
9
9
|
uipath_langchain/_cli/cli_init.py,sha256=RtX3NMLgHj2gKNRKv2HW7iBI5gMrl7ZpkG6uV_f_arg,10145
|
|
10
10
|
uipath_langchain/_cli/cli_new.py,sha256=KKLxCzz7cDQ__rRr_a496IHWlSQXhmrBNgmKHnXAnTY,2336
|
|
@@ -55,8 +55,8 @@ uipath_langchain/retrievers/__init__.py,sha256=rOn7PyyHgZ4pMnXWPkGqmuBmx8eGuo-Oy
|
|
|
55
55
|
uipath_langchain/retrievers/context_grounding_retriever.py,sha256=YLCIwy89LhLnNqcM0YJ5mZoeNyCs5UiKD3Wly8gnW1E,2239
|
|
56
56
|
uipath_langchain/vectorstores/__init__.py,sha256=w8qs1P548ud1aIcVA_QhBgf_jZDrRMK5Lono78yA8cs,114
|
|
57
57
|
uipath_langchain/vectorstores/context_grounding_vectorstore.py,sha256=E0iuDBMAOl50Bdhl3YxywR0CngH1I99mkmfMh3byMFY,8396
|
|
58
|
-
uipath_langchain-0.0.
|
|
59
|
-
uipath_langchain-0.0.
|
|
60
|
-
uipath_langchain-0.0.
|
|
61
|
-
uipath_langchain-0.0.
|
|
62
|
-
uipath_langchain-0.0.
|
|
58
|
+
uipath_langchain-0.0.149.dist-info/METADATA,sha256=x4gPRVHWOGIDodrqfdWkgrkVSebzG0ejVfaRws-pC54,4276
|
|
59
|
+
uipath_langchain-0.0.149.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
60
|
+
uipath_langchain-0.0.149.dist-info/entry_points.txt,sha256=FUtzqGOEntlJKMJIXhQUfT7ZTbQmGhke1iCmDWZaQZI,81
|
|
61
|
+
uipath_langchain-0.0.149.dist-info/licenses/LICENSE,sha256=JDpt-uotAkHFmxpwxi6gwx6HQ25e-lG4U_Gzcvgp7JY,1063
|
|
62
|
+
uipath_langchain-0.0.149.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|