uipath-langchain 0.0.102__tar.gz → 0.0.104__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-langchain might be problematic. Click here for more details.

Files changed (160) hide show
  1. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/PKG-INFO +19 -16
  2. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/README.md +16 -12
  3. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/chat_models.md +92 -91
  4. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/context_grounding.md +90 -89
  5. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/human_in_the_loop.md +22 -14
  6. uipath_langchain-0.0.104/docs/quick_start.md +302 -0
  7. uipath_langchain-0.0.104/docs/quick_start_images/cloud_env_var_dark.png +0 -0
  8. uipath_langchain-0.0.104/docs/quick_start_images/cloud_env_var_light.png +0 -0
  9. uipath_langchain-0.0.104/docs/quick_start_images/invoke_output_dark.png +0 -0
  10. uipath_langchain-0.0.104/docs/quick_start_images/invoke_output_light.png +0 -0
  11. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/pyproject.toml +3 -4
  12. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/README.md +55 -31
  13. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/cli_new.py +3 -2
  14. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/uv.lock +1424 -1428
  15. uipath_langchain-0.0.102/docs/quick_start.md +0 -151
  16. uipath_langchain-0.0.102/docs/quick_start_images/cloud_env_var.png +0 -0
  17. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.cursorrules +0 -0
  18. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.editorconfig +0 -0
  19. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.gitattributes +0 -0
  20. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/build.yml +0 -0
  21. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/cd.yml +0 -0
  22. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/ci.yml +0 -0
  23. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/commitlint.yml +0 -0
  24. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/lint.yml +0 -0
  25. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/publish-dev.yml +0 -0
  26. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.github/workflows/test.yml +0 -0
  27. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.gitignore +0 -0
  28. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.pre-commit-config.yaml +0 -0
  29. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.python-version +0 -0
  30. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.vscode/extensions.json +0 -0
  31. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/.vscode/settings.json +0 -0
  32. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/CONTRIBUTING.md +0 -0
  33. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/LICENSE +0 -0
  34. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/multi-agent-distributed/coder-agent-package-overview.png +0 -0
  35. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/multi-agent-distributed/coder-agent-process-configuration.png +0 -0
  36. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/multi-agent-distributed/planner-agent-package-overview.png +0 -0
  37. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/multi-agent-distributed/planner-agent-process-configuration.png +0 -0
  38. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/multi-agent-distributed/researcher-agent-package-overview.png +0 -0
  39. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/multi-agent-distributed/researcher-agent-process-configuration.png +0 -0
  40. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/activate-apps.png +0 -0
  41. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/activate-deployment.png +0 -0
  42. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/copy-folder-path.png +0 -0
  43. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/deploy-solution-package-wizard.png +0 -0
  44. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/deploy-solution-package.png +0 -0
  45. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/monitor-agent.png +0 -0
  46. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/navigate-to-solution-folder.png +0 -0
  47. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/resume-condition.png +0 -0
  48. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/run-agent.png +0 -0
  49. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/solution-destination-folder.png +0 -0
  50. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/start-job.png +0 -0
  51. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/docs/sample_images/ticket-classification/upload-solution-package.png +0 -0
  52. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/README.md +0 -0
  53. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/.env.example +0 -0
  54. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/agent.mermaid +0 -0
  55. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/graph.py +0 -0
  56. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/langgraph.json +0 -0
  57. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/pyproject.toml +0 -0
  58. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/uipath.json +0 -0
  59. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/company-research-agent/uv.lock +0 -0
  60. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/database.py +0 -0
  61. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/main.py +0 -0
  62. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/models.py +0 -0
  63. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/pyproject.toml +0 -0
  64. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/schemas.py +0 -0
  65. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/templates/index.html +0 -0
  66. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/hitl-inbox-server/uv.lock +0 -0
  67. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/.env.example +0 -0
  68. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/README.md +0 -0
  69. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/coder.mermaid +0 -0
  70. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/langgraph.json +0 -0
  71. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/planner.mermaid +0 -0
  72. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/pyproject.toml +0 -0
  73. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/researcher.mermaid +0 -0
  74. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/coder.py +0 -0
  75. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/planner.py +0 -0
  76. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/researcher.py +0 -0
  77. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/uipath.json +0 -0
  78. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-planner-researcher-coder-distributed/uv.lock +0 -0
  79. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/.env.example +0 -0
  80. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/README.md +0 -0
  81. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/agent.mermaid +0 -0
  82. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/graph.py +0 -0
  83. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/langgraph.json +0 -0
  84. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/pyproject.toml +0 -0
  85. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/uipath.json +0 -0
  86. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/multi-agent-supervisor-researcher-coder/uv.lock +0 -0
  87. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/retrieval-chain/.env.example +0 -0
  88. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/retrieval-chain/README.md +0 -0
  89. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/retrieval-chain/main.py +0 -0
  90. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/retrieval-chain/pyproject.toml +0 -0
  91. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/retrieval-chain/uv.lock +0 -0
  92. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/.env.example +0 -0
  93. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/README.md +0 -0
  94. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/agent.mermaid +0 -0
  95. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/langgraph.json +0 -0
  96. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/pyproject.toml +0 -0
  97. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/src/simple-local-mcp/graph.py +0 -0
  98. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/src/simple-local-mcp/math_server.py +0 -0
  99. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/src/simple-local-mcp/weather_server.py +0 -0
  100. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/uipath.json +0 -0
  101. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-local-mcp/uv.lock +0 -0
  102. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/.env.example +0 -0
  103. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/README.md +0 -0
  104. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/agent.mermaid +0 -0
  105. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/langgraph.json +0 -0
  106. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/main.py +0 -0
  107. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/pyproject.toml +0 -0
  108. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/uipath.json +0 -0
  109. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/simple-remote-mcp/uv.lock +0 -0
  110. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/.env.example +0 -0
  111. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/agent.mermaid +0 -0
  112. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/escalation_app_solution/generic-escalation-app-solution-1.0.0.zip +0 -0
  113. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/langgraph.json +0 -0
  114. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/main.py +0 -0
  115. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/pyproject.toml +0 -0
  116. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/uipath.json +0 -0
  117. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/samples/ticket-classification/uv.lock +0 -0
  118. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/__init__.py +0 -0
  119. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/__init__.py +0 -0
  120. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_runtime/_context.py +0 -0
  121. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_runtime/_escalation.py +0 -0
  122. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_runtime/_exception.py +0 -0
  123. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_runtime/_input.py +0 -0
  124. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_runtime/_output.py +0 -0
  125. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_runtime/_runtime.py +0 -0
  126. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_templates/langgraph.json.template +0 -0
  127. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_templates/main.py.template +0 -0
  128. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/_utils/_graph.py +0 -0
  129. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/cli_init.py +0 -0
  130. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_cli/cli_run.py +0 -0
  131. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_utils/__init__.py +0 -0
  132. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_utils/_request_mixin.py +0 -0
  133. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_utils/_settings.py +0 -0
  134. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/_utils/_sleep_policy.py +0 -0
  135. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/chat/__init__.py +0 -0
  136. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/chat/models.py +0 -0
  137. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/chat/utils/__init__.py +0 -0
  138. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/chat/utils/_chat_types.py +0 -0
  139. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/embeddings/__init__.py +0 -0
  140. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/embeddings/embeddings.py +0 -0
  141. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/middlewares.py +0 -0
  142. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/retrievers/__init__.py +0 -0
  143. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/retrievers/context_grounding_retriever.py +0 -0
  144. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/tracers/AsyncUiPathTracer.py +0 -0
  145. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/tracers/UiPathTracer.py +0 -0
  146. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/tracers/__init__.py +0 -0
  147. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/tracers/_events.py +0 -0
  148. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/tracers/_instrument_traceable.py +0 -0
  149. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/tracers/_utils.py +0 -0
  150. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/utils/__init__.py +0 -0
  151. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/utils/_request_mixin.py +0 -0
  152. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/utils/_settings.py +0 -0
  153. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/utils/_sleep_policy.py +0 -0
  154. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/src/uipath_langchain/vectorstores/context_grounding_vectorstore.py +0 -0
  155. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/tests/__init__.py +0 -0
  156. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/tests/test_dummy.py +0 -0
  157. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/tests/test_langchain_client.py +0 -0
  158. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/tests/tracers/__init__.py +0 -0
  159. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/tests/tracers/test_async_uipath_tracer.py +0 -0
  160. {uipath_langchain-0.0.102 → uipath_langchain-0.0.104}/tests/tracers/test_instrument_traceable.py +0 -0
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath-langchain
3
- Version: 0.0.102
3
+ Version: 0.0.104
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
7
+ Project-URL: Documentation, https://uipath.github.io/uipath-python/
7
8
  Maintainer-email: Marius Cosareanu <marius.cosareanu@uipath.com>, Cristian Pufu <cristian.pufu@uipath.com>
8
9
  License-File: LICENSE
9
10
  Classifier: Development Status :: 3 - Alpha
@@ -23,9 +24,7 @@ Requires-Dist: langgraph>=0.2.70
23
24
  Requires-Dist: openai>=1.65.5
24
25
  Requires-Dist: pydantic-settings>=2.6.0
25
26
  Requires-Dist: python-dotenv>=1.0.1
26
- Requires-Dist: requests>=2.23.3
27
- Requires-Dist: types-requests>=2.32.0.20241016
28
- Requires-Dist: uipath<2.1.0,>=2.0.31
27
+ Requires-Dist: uipath<2.1.0,>=2.0.33
29
28
  Provides-Extra: langchain
30
29
  Description-Content-Type: text/markdown
31
30
 
@@ -34,16 +33,18 @@ Description-Content-Type: text/markdown
34
33
  [![PyPI downloads](https://img.shields.io/pypi/dm/uipath-langchain.svg)](https://pypi.org/project/uipath-langchain/)
35
34
  [![Python versions](https://img.shields.io/pypi/pyversions/uipath-langchain.svg)](https://pypi.org/project/uipath-langchain/)
36
35
 
37
- A Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Platform. This package provides programmatic interaction with UiPath Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
36
+ A Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform. This package provides programmatic interaction with UiPath Cloud Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
38
37
 
39
38
  This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python).
40
39
 
41
- This [quickstart guide](docs/quick_start.md) walks you through deploying your first agent to UiPath Cloud Platform.
40
+ This [quickstart guide](https://uipath.github.io/uipath-python/) walks you through deploying your first agent to UiPath Cloud Platform.
41
+
42
+ Check out these [sample projects](https://github.com/UiPath/uipath-langchain-python/tree/main/samples) to see the SDK in action.
42
43
 
43
44
  ## Requirements
44
45
 
45
- - Python 3.10 or higher
46
- - UiPath Automation Cloud account
46
+ - Python 3.10 or higher
47
+ - UiPath Automation Cloud account
47
48
 
48
49
  ## Installation
49
50
 
@@ -105,10 +106,12 @@ uipath pack
105
106
  Packages your project into a `.nupkg` file that can be deployed to UiPath.
106
107
 
107
108
  **Note:** Your `pyproject.toml` must include:
108
- - A description field (avoid characters: &, <, >, ", ', ;)
109
- - Author information
109
+
110
+ - A description field (avoid characters: &, <, >, ", ', ;)
111
+ - Author information
110
112
 
111
113
  Example:
114
+
112
115
  ```toml
113
116
  description = "Your package description"
114
117
  authors = [{name = "Your Name", email = "your.email@example.com"}]
@@ -125,14 +128,14 @@ Publishes the most recently created package to your UiPath Orchestrator.
125
128
  ## Project Structure
126
129
 
127
130
  To properly use the CLI for packaging and publishing, your project should include:
128
- - A `pyproject.toml` file with project metadata
129
- - A `langgraph.json` file
130
- - A `uipath.json` file (generated by `uipath init`)
131
- - Any Python files needed for your automation
131
+
132
+ - A `pyproject.toml` file with project metadata
133
+ - A `langgraph.json` file
134
+ - A `uipath.json` file (generated by `uipath init`)
135
+ - Any Python files needed for your automation
132
136
 
133
137
  ## Development
134
138
 
135
139
  ### Setting Up a Development Environment
136
140
 
137
- Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.
138
-
141
+ Please read our [contribution guidelines](https://github.com/UiPath/uipath-langchain-python/blob/main/CONTRIBUTING.md) before submitting a pull request.
@@ -3,16 +3,18 @@
3
3
  [![PyPI downloads](https://img.shields.io/pypi/dm/uipath-langchain.svg)](https://pypi.org/project/uipath-langchain/)
4
4
  [![Python versions](https://img.shields.io/pypi/pyversions/uipath-langchain.svg)](https://pypi.org/project/uipath-langchain/)
5
5
 
6
- A Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Platform. This package provides programmatic interaction with UiPath Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
6
+ A Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform. This package provides programmatic interaction with UiPath Cloud Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
7
7
 
8
8
  This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python).
9
9
 
10
- This [quickstart guide](docs/quick_start.md) walks you through deploying your first agent to UiPath Cloud Platform.
10
+ This [quickstart guide](https://uipath.github.io/uipath-python/) walks you through deploying your first agent to UiPath Cloud Platform.
11
+
12
+ Check out these [sample projects](https://github.com/UiPath/uipath-langchain-python/tree/main/samples) to see the SDK in action.
11
13
 
12
14
  ## Requirements
13
15
 
14
- - Python 3.10 or higher
15
- - UiPath Automation Cloud account
16
+ - Python 3.10 or higher
17
+ - UiPath Automation Cloud account
16
18
 
17
19
  ## Installation
18
20
 
@@ -74,10 +76,12 @@ uipath pack
74
76
  Packages your project into a `.nupkg` file that can be deployed to UiPath.
75
77
 
76
78
  **Note:** Your `pyproject.toml` must include:
77
- - A description field (avoid characters: &, <, >, ", ', ;)
78
- - Author information
79
+
80
+ - A description field (avoid characters: &, <, >, ", ', ;)
81
+ - Author information
79
82
 
80
83
  Example:
84
+
81
85
  ```toml
82
86
  description = "Your package description"
83
87
  authors = [{name = "Your Name", email = "your.email@example.com"}]
@@ -94,14 +98,14 @@ Publishes the most recently created package to your UiPath Orchestrator.
94
98
  ## Project Structure
95
99
 
96
100
  To properly use the CLI for packaging and publishing, your project should include:
97
- - A `pyproject.toml` file with project metadata
98
- - A `langgraph.json` file
99
- - A `uipath.json` file (generated by `uipath init`)
100
- - Any Python files needed for your automation
101
+
102
+ - A `pyproject.toml` file with project metadata
103
+ - A `langgraph.json` file
104
+ - A `uipath.json` file (generated by `uipath init`)
105
+ - Any Python files needed for your automation
101
106
 
102
107
  ## Development
103
108
 
104
109
  ### Setting Up a Development Environment
105
110
 
106
- Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.
107
-
111
+ Please read our [contribution guidelines](https://github.com/UiPath/uipath-langchain-python/blob/main/CONTRIBUTING.md) before submitting a pull request.
@@ -1,91 +1,92 @@
1
- # UiPath chat models
2
-
3
- UiPath provides two chat models `UiPathAzureChatOpenAI` and `UiPathChat`. These are compatible with langgraph as drop in replacements. You do not need to add tokens from OpenAI or Anthropic, usage of these chat models will consume `AI Units` on your account.
4
-
5
- ## UiPathAzureChatOpenAI
6
-
7
- `UiPathAzureChatOpenAI` can be used as a drop in replacement for `ChatOpenAI` or `AzureChatOpenAI`.
8
-
9
- ### Example usage
10
-
11
- Here is a code that is using `ChatOpenAI`
12
- ```python
13
- from langchain_openai import ChatOpenAI
14
-
15
- llm = ChatOpenAI(
16
- model="gpt-4o",
17
- temperature=0,
18
- max_tokens=4000,
19
- timeout=30,
20
- max_retries=2,
21
- # api_key="...", # if you prefer to pass api key in directly instaed of using env vars
22
- # base_url="...",
23
- # organization="...",
24
- # other params...
25
- )
26
- ```
27
-
28
- You can simply change `ChatOpenAi` with `UiPathAzureChatOpenAI`, you don't have to provide an `OPEN_AI_TOKEN`
29
-
30
-
31
- ```python
32
- from uipath_langchain.chat.models import UiPathAzureChatOpenAI
33
-
34
- llm = UiPathAzureChatOpenAI(
35
- model="gpt-4o-2024-08-06",
36
- temperature=0,
37
- max_tokens=4000,
38
- timeout=30,
39
- max_retries=2,
40
- # other params...
41
- )
42
- ```
43
-
44
- Currently the following models can be used with `UiPathAzureChatOpenAI` (this list can be updated in the future):
45
- - `gpt-4`, `gpt-4-1106-Preview`, `gpt-4-32k`, `gpt-4-turbo-2024-04-09`, `gpt-4-vision-preview`, `gpt-4o-2024-05-13`, `gpt-4o-2024-08-06`, `gpt-4o-mini-2024-07-18`, `o3-mini-2025-01-31`
46
-
47
-
48
- ## UiPathChat
49
-
50
- `UiPathChat` is a more versatile clas that can suport models from diferent vendors including OpenAI.
51
-
52
- ### Example usage
53
-
54
- Given the following code:
55
-
56
- ```python
57
- from langchain_anthropic import ChatAnthropic
58
-
59
- llm = ChatAnthropic(
60
- model="claude-3-5-sonnet-20240620",
61
- temperature=0,
62
- max_tokens=1024,
63
- timeout=None,
64
- max_retries=2,
65
- # other params...
66
- )
67
- ```
68
-
69
- You can replace it with `UiPathChat` like so:
70
-
71
- ```python
72
- from uipath_langchain.chat.models import UiPathChat
73
-
74
- llm = UiPathChat(
75
- model="anthropic.claude-3-opus-20240229-v1:0",
76
- temperature=0,
77
- max_tokens=1024,
78
- timeout=None,
79
- max_retries=2,
80
- # other params...
81
- )
82
- ```
83
-
84
- Currently the following models can be used with `UiPathChat` (this list can be updated in the future):
85
- - `anthropic.claude-3-5-sonnet-20240620-v1:0`, `anthropic.claude-3-5-sonnet-20241022-v2:0`, `anthropic.claude-3-7-sonnet-20250219-v1:0`, `anthropic.claude-3-haiku-20240307-v1:0`, `gemini-1.5-pro-001`, `gemini-2.0-flash-001`, `gpt-4o-2024-05-13`, `gpt-4o-2024-08-06`, `gpt-4o-2024-11-20`, `gpt-4o-mini-2024-07-18`, `o3-mini-2025-01-31`
86
-
87
- ### Note
88
-
89
- Please note that that you may get errors related to data residency, as some models are not available on all regions.
90
-
91
- Example: `[Enforced Region] No model configuration found for product uipath-python-sdk in EU using model anthropic.claude-3-opus-20240229-v1:0`.
1
+ # Chat Models
2
+
3
+ UiPath provides two chat models `UiPathAzureChatOpenAI` and `UiPathChat`. These are compatible with langgraph as drop in replacements. You do not need to add tokens from OpenAI or Anthropic, usage of these chat models will consume `AI Units` on your account.
4
+
5
+ ## UiPathAzureChatOpenAI
6
+
7
+ `UiPathAzureChatOpenAI` can be used as a drop in replacement for `ChatOpenAI` or `AzureChatOpenAI`.
8
+
9
+ ### Example usage
10
+
11
+ Here is a code that is using `ChatOpenAI`
12
+
13
+ ```python
14
+ from langchain_openai import ChatOpenAI
15
+
16
+ llm = ChatOpenAI(
17
+ model="gpt-4o",
18
+ temperature=0,
19
+ max_tokens=4000,
20
+ timeout=30,
21
+ max_retries=2,
22
+ # api_key="...", # if you prefer to pass api key in directly instead of using env vars
23
+ # base_url="...",
24
+ # organization="...",
25
+ # other params...
26
+ )
27
+ ```
28
+
29
+ You can simply change `ChatOpenAi` with `UiPathAzureChatOpenAI`, you don't have to provide an `OPEN_AI_TOKEN`
30
+
31
+ ```python
32
+ from uipath_langchain.chat.models import UiPathAzureChatOpenAI
33
+
34
+ llm = UiPathAzureChatOpenAI(
35
+ model="gpt-4o-2024-08-06",
36
+ temperature=0,
37
+ max_tokens=4000,
38
+ timeout=30,
39
+ max_retries=2,
40
+ # other params...
41
+ )
42
+ ```
43
+
44
+ Currently the following models can be used with `UiPathAzureChatOpenAI` (this list can be updated in the future):
45
+
46
+ - `gpt-4`, `gpt-4-1106-Preview`, `gpt-4-32k`, `gpt-4-turbo-2024-04-09`, `gpt-4-vision-preview`, `gpt-4o-2024-05-13`, `gpt-4o-2024-08-06`, `gpt-4o-mini-2024-07-18`, `o3-mini-2025-01-31`
47
+
48
+ ## UiPathChat
49
+
50
+ `UiPathChat` is a more versatile clas that can suport models from diferent vendors including OpenAI.
51
+
52
+ ### Example usage
53
+
54
+ Given the following code:
55
+
56
+ ```python
57
+ from langchain_anthropic import ChatAnthropic
58
+
59
+ llm = ChatAnthropic(
60
+ model="claude-3-5-sonnet-20240620",
61
+ temperature=0,
62
+ max_tokens=1024,
63
+ timeout=None,
64
+ max_retries=2,
65
+ # other params...
66
+ )
67
+ ```
68
+
69
+ You can replace it with `UiPathChat` like so:
70
+
71
+ ```python
72
+ from uipath_langchain.chat.models import UiPathChat
73
+
74
+ llm = UiPathChat(
75
+ model="anthropic.claude-3-opus-20240229-v1:0",
76
+ temperature=0,
77
+ max_tokens=1024,
78
+ timeout=None,
79
+ max_retries=2,
80
+ # other params...
81
+ )
82
+ ```
83
+
84
+ Currently the following models can be used with `UiPathChat` (this list can be updated in the future):
85
+
86
+ - `anthropic.claude-3-5-sonnet-20240620-v1:0`, `anthropic.claude-3-5-sonnet-20241022-v2:0`, `anthropic.claude-3-7-sonnet-20250219-v1:0`, `anthropic.claude-3-haiku-20240307-v1:0`, `gemini-1.5-pro-001`, `gemini-2.0-flash-001`, `gpt-4o-2024-05-13`, `gpt-4o-2024-08-06`, `gpt-4o-2024-11-20`, `gpt-4o-mini-2024-07-18`, `o3-mini-2025-01-31`
87
+
88
+ ### Note
89
+
90
+ Please note that that you may get errors related to data residency, as some models are not available on all regions.
91
+
92
+ Example: `[Enforced Region] No model configuration found for product uipath-python-sdk in EU using model anthropic.claude-3-opus-20240229-v1:0`.
@@ -1,90 +1,91 @@
1
- # Context Grounding
2
-
3
- Context Grounding Service allows you to:
4
- - Search through indexed documents using natural language queries
5
- - Ground LLM responses in your organization's specific information
6
- - Retrieve context-relevant documents for various applications
7
-
8
-
9
- You will need to create an index in `Context Grounding` to use this feature. To create an index go to organization `Admin` -> `AI Trust Layer` -> `Context Grounding`. There you can create a new index and add documents to it. See the full documentation [here](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/about-context-grounding) for more details.
10
-
11
-
12
- # ContextGroundingRetriever
13
-
14
- The `ContextGroundingRetriever` is a document retrieval system that uses vector search to efficiently find and retrieve relevant information from your document store.
15
-
16
- ## Basic Usage
17
-
18
- Create a simple retriever by specifying an index name:
19
-
20
- ```python
21
- from uipath_langchain.retrievers import ContextGroundingRetriever
22
-
23
- retriever = ContextGroundingRetriever(index_name = "Company Policy Context")
24
- print(retriever.invoke("What is the company policy on remote work?"))
25
- ```
26
-
27
- ## Integration with LangChain Tools
28
-
29
- You can easily integrate the retriever with LangChain's tool system:
30
-
31
- ```python
32
- from langchain.agents import create_react_agent
33
- from langchain.tools.retriever import create_retriever_tool
34
- from uipath_langchain.retrievers import ContextGroundingRetriever
35
-
36
- retriever = ContextGroundingRetriever(index_name = "Company Policy Context")
37
- retriever_tool = create_retriever_tool(
38
- retriever,
39
- "ContextforInvoiceDisputeInvestigation",
40
- """
41
- Use this tool to search the company internal documents for information about policies around dispute resolution.
42
- Use a meaningful query to load relevant information from the documents. Save the citation for later use.
43
- """
44
- )
45
-
46
- # You can use the tool in your agents
47
- model = OpenAI()
48
- tools = [retriever_tool]
49
- agent = create_react_agent(model, tools, prompt="Answer user questions as best as you can using the search tool.")
50
- ```
51
-
52
-
53
- ## Advanced Usage
54
-
55
- For complex applications, the retriever can be combined with other LangChain components to create robust document QA systems, agents, or knowledge bases.
56
-
57
-
58
-
59
- # ContextGroundingVectorStore
60
-
61
- `ContextGroundingVectorStore` is a vector store implementation designed for context-aware document retrieval. It allows you to perform semantic searches and create retrieval chains with language models.
62
-
63
- ## Searching Documents
64
-
65
- The vector store supports various search methods:
66
-
67
- ```python
68
- from uipath_langchain.vectorstores.context_grounding_vectorstore import ContextGroundingVectorStore
69
-
70
- vectorstore = ContextGroundingVectorStore(index_name="Company policy")
71
-
72
- # Perform semantic searches with distance scores
73
- docs_with_scores = vectorstore.asimilarity_search_with_score(query="What is the company policy on data storage?", k=5)
74
-
75
- # Perform a similarity search with relevance scores
76
- docs_with_relevance_scores = await vectorstore.asimilarity_search_with_relevance_scores(query=query, k=5)
77
- ```
78
-
79
- ## Creating a Retrieval Chain
80
-
81
- You can integrate the vector store into a retrieval chain with a language model:
82
-
83
- ```python
84
- # Run a retrieval chain
85
- model = UiPathAzureChatOpenAI(model="gpt-4o-2024-08-06", max_retries=3)
86
- retrieval_chain = create_retrieval_chain(vectorstore=vectorstore, model=model)
87
-
88
- query = "What is the ECCN for a laptop?"
89
- result = retrieval_chain(query)
1
+ # Context Grounding
2
+
3
+ Context Grounding Service allows you to:
4
+
5
+ - Search through indexed documents using natural language queries
6
+ - Ground LLM responses in your organization's specific information
7
+ - Retrieve context-relevant documents for various applications
8
+
9
+
10
+ You will need to create an index in `Context Grounding` to use this feature. To create an index go to organization `Admin` -> `AI Trust Layer` -> `Context Grounding`. There you can create a new index and add documents to it. See the full documentation [here](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/about-context-grounding) for more details.
11
+
12
+
13
+ ## ContextGroundingRetriever
14
+
15
+ The `ContextGroundingRetriever` is a document retrieval system that uses vector search to efficiently find and retrieve relevant information from your document store.
16
+
17
+ ### Basic Usage
18
+
19
+ Create a simple retriever by specifying an index name:
20
+
21
+ ```python
22
+ from uipath_langchain.retrievers import ContextGroundingRetriever
23
+
24
+ retriever = ContextGroundingRetriever(index_name = "Company Policy Context")
25
+ print(retriever.invoke("What is the company policy on remote work?"))
26
+ ```
27
+
28
+ ### Integration with LangChain Tools
29
+
30
+ You can easily integrate the retriever with LangChain's tool system:
31
+
32
+ ```python
33
+ from langchain.agents import create_react_agent
34
+ from langchain.tools.retriever import create_retriever_tool
35
+ from uipath_langchain.retrievers import ContextGroundingRetriever
36
+
37
+ retriever = ContextGroundingRetriever(index_name = "Company Policy Context")
38
+ retriever_tool = create_retriever_tool(
39
+ retriever,
40
+ "ContextforInvoiceDisputeInvestigation",
41
+ """
42
+ Use this tool to search the company internal documents for information about policies around dispute resolution.
43
+ Use a meaningful query to load relevant information from the documents. Save the citation for later use.
44
+ """
45
+ )
46
+
47
+ # You can use the tool in your agents
48
+ model = OpenAI()
49
+ tools = [retriever_tool]
50
+ agent = create_react_agent(model, tools, prompt="Answer user questions as best as you can using the search tool.")
51
+ ```
52
+
53
+
54
+ ### Advanced Usage
55
+
56
+ For complex applications, the retriever can be combined with other LangChain components to create robust document QA systems, agents, or knowledge bases.
57
+
58
+
59
+
60
+ ## ContextGroundingVectorStore
61
+
62
+ `ContextGroundingVectorStore` is a vector store implementation designed for context-aware document retrieval. It allows you to perform semantic searches and create retrieval chains with language models.
63
+
64
+ ### Searching Documents
65
+
66
+ The vector store supports various search methods:
67
+
68
+ ```python
69
+ from uipath_langchain.vectorstores.context_grounding_vectorstore import ContextGroundingVectorStore
70
+
71
+ vectorstore = ContextGroundingVectorStore(index_name="Company policy")
72
+
73
+ # Perform semantic searches with distance scores
74
+ docs_with_scores = vectorstore.asimilarity_search_with_score(query="What is the company policy on data storage?", k=5)
75
+
76
+ # Perform a similarity search with relevance scores
77
+ docs_with_relevance_scores = await vectorstore.asimilarity_search_with_relevance_scores(query=query, k=5)
78
+ ```
79
+
80
+ ### Creating a Retrieval Chain
81
+
82
+ You can integrate the vector store into a retrieval chain with a language model:
83
+
84
+ ```python
85
+ # Run a retrieval chain
86
+ model = UiPathAzureChatOpenAI(model="gpt-4o-2024-08-06", max_retries=3)
87
+ retrieval_chain = create_retrieval_chain(vectorstore=vectorstore, model=model)
88
+
89
+ query = "What is the ECCN for a laptop?"
90
+ result = retrieval_chain(query)
90
91
  ```
@@ -4,10 +4,8 @@ Guide for **Human-In-The-Loop** scenarios within the UiPath-Langchain integratio
4
4
  It focuses on the **interrupt(model)** functionality, illustrating its role as a symbolic representation of an agent's
5
5
  wait state within the Langchain framework.
6
6
 
7
-
8
7
  ## Models Overview
9
8
 
10
-
11
9
  ### 1. CreateAction
12
10
 
13
11
  The `CreateAction` model is utilized to create an escalation action within the UiPath Action Center as part of an interrupt context. The action will rely on a previously created UiPath app.
@@ -15,18 +13,21 @@ After addressing the escalation, the current agent will resume execution.
15
13
  For more information on UiPath apps, refer to the [UiPath Apps User Guide](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/introduction).
16
14
 
17
15
  #### Attributes:
18
- - **name** (Optional[str]): The name of the app.
19
- - **key** (Optional[str]): The key of the app.
20
- - **title** (str): The title of the action to create.
21
- - **data** (Optional[Dict[str, Any]]): Values that the action will be populated with.
22
- - **app_version** (Optional[int]): The version of the app (defaults to 1).
23
- - **assignee** (Optional[str]): The username or email of the person assigned to handle the escalation.
16
+
17
+ - **name** (Optional[str]): The name of the app.
18
+ - **key** (Optional[str]): The key of the app.
19
+ - **title** (str): The title of the action to create.
20
+ - **data** (Optional[Dict[str, Any]]): Values that the action will be populated with.
21
+ - **app_version** (Optional[int]): The version of the app (defaults to 1).
22
+ - **assignee** (Optional[str]): The username or email of the person assigned to handle the escalation.
24
23
 
25
24
  #### Example:
25
+
26
26
  ```python
27
27
  from uipath.models import CreateAction
28
28
  action_output = interrupt(CreateAction(name="AppName", title="Escalate Issue", data={"key": "value"}, app_version=1, assignee="user@example.com"))
29
29
  ```
30
+
30
31
  For a practical implementation of the `CreateAction` model, refer to the [ticket-classification sample](https://github.com/UiPath/uipath-langchain-python/tree/main/samples/ticket-classification). This sample demonstrates how to create an action with dynamic input.
31
32
 
32
33
  ---
@@ -36,14 +37,18 @@ For a practical implementation of the `CreateAction` model, refer to the [ticket
36
37
  The `WaitAction` model is used to wait for an action to be handled. This model is intended for scenarios where the action has already been created.
37
38
 
38
39
  #### Attributes:
39
- - **action** (Action): The instance of the action to wait for.
40
+
41
+ - **action** (Action): The instance of the action to wait for.
40
42
 
41
43
  #### Example:
44
+
42
45
  ```python
43
46
  from uipath.models import WaitAction
44
47
  action_output = interrupt(WaitAction(action=my_action_instance))
45
48
  ```
49
+
46
50
  ---
51
+
47
52
  > 💡 UiPath Langchain sdk also supports **Robot/Agent-in-the-loop** scenarios. In this context, the execution of one agent
48
53
  > can be suspended until another robot or agent finishes its execution.
49
54
 
@@ -54,10 +59,12 @@ This process can be of various types, including API workflows, Agents or RPA aut
54
59
  Upon completion of the invoked process, the current agent will automatically resume execution.
55
60
 
56
61
  #### Attributes:
57
- - **name** (str): The name of the process to invoke.
58
- - **input_arguments** (Optional[Dict[str, Any]]): A dictionary containing the input arguments required for the invoked process.
62
+
63
+ - **name** (str): The name of the process to invoke.
64
+ - **input_arguments** (Optional[Dict[str, Any]]): A dictionary containing the input arguments required for the invoked process.
59
65
 
60
66
  #### Example:
67
+
61
68
  ```python
62
69
  from uipath.models import InvokeProcess
63
70
  process_output = interrupt(InvokeProcess(name="MyProcess", input_arguments={"arg1": "value1"}))
@@ -70,14 +77,15 @@ For a practical implementation of the `InvokeProcess` model, refer to the [multi
70
77
  ### 4. WaitJob
71
78
 
72
79
  The `WaitJob` model is used to wait for a job completion. Unlike `InvokeProcess`, which automatically creates a job, this model is intended for scenarios where
73
- the job has already been created.
80
+ the job has already been created.
74
81
 
75
82
  #### Attributes:
76
- - **job** (Job): The instance of the job that the agent will wait for. This should be a valid job object that has been previously created.
83
+
84
+ - **job** (Job): The instance of the job that the agent will wait for. This should be a valid job object that has been previously created.
77
85
 
78
86
  #### Example:
87
+
79
88
  ```python
80
89
  from uipath.models import WaitJob
81
90
  job_output = interrupt(WaitJob(job=my_job_instance))
82
91
  ```
83
-