uipath-langchain 0.0.114__tar.gz → 0.0.116__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.
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/PKG-INFO +2 -2
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/chat_models.md +2 -2
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/human_in_the_loop.md +2 -2
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/pyproject.toml +5 -2
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_context.py +1 -1
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_runtime.py +3 -1
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_utils/_graph.py +6 -2
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/cli_init.py +3 -1
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_utils/_request_mixin.py +9 -4
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/embeddings/embeddings.py +2 -1
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/mocks/api_trigger_hitl.py +5 -11
- uipath_langchain-0.0.116/uv.lock +3067 -0
- uipath_langchain-0.0.114/uv.lock +0 -2864
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.cursorrules +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.editorconfig +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.gitattributes +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/cd.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/ci.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/commitlint.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/lint-custom-version.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/lint.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/publish-dev.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/publish-docs.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/publish-prior-stable-version.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/slack.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/test-custom-version.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.github/workflows/test.yml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.gitignore +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.pre-commit-config.yaml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.python-version +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.vscode/extensions.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/.vscode/settings.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/CONTRIBUTING.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/LICENSE +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/context_grounding.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/quick_start.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/quick_start_images/cloud_env_var_dark.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/quick_start_images/cloud_env_var_light.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/quick_start_images/invoke_output_dark.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/quick_start_images/invoke_output_light.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/click-storage-bucket.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/create-index-1.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/create-index-2.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/create-process.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/create-quiz-generator.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/create-storage-bucket-1.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/create-storage-bucket-2.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/folder-path.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/job-info.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/output.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/process-page.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/researcher-1.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/researcher-2.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/run-process-1.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/run-process-2.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/RAG/storage-bucket-content.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/multi-agent-distributed/coder-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/multi-agent-distributed/coder-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/multi-agent-distributed/planner-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/multi-agent-distributed/planner-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/multi-agent-distributed/researcher-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/multi-agent-distributed/researcher-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/activate-apps.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/activate-deployment.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/copy-folder-path.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/deploy-solution-package-wizard.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/deploy-solution-package.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/monitor-agent.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/navigate-to-solution-folder.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/resume-condition.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/run-agent.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/solution-destination-folder.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/start-job.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/docs/sample_images/ticket-classification/upload-solution-package.png +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/input.example/quiz-generator-debug-input.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/input.example/researcher-debug-input.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/quiz-generator-RAG-agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/researcher-RAG-agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/src/agents/quiz-generator-RAG-agent.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/src/agents/researcher-RAG-agent.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/RAG-quiz-generator/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/graph.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/company-research-agent/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/database.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/main.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/models.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/schemas.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/templates/index.html +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/hitl-inbox-server/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/coder.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/planner.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/researcher.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/coder.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/planner.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/researcher.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-planner-researcher-coder-distributed/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/graph.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/multi-agent-supervisor-researcher-coder/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/retrieval-chain/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/retrieval-chain/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/retrieval-chain/main.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/retrieval-chain/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/retrieval-chain/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/src/simple-local-mcp/graph.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/src/simple-local-mcp/math_server.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/src/simple-local-mcp/weather_server.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-local-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/main.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/simple-remote-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/.env.example +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/README.md +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/agent.mermaid +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/escalation_app_solution/generic-escalation-app-solution-1.0.0.zip +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/main.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/pyproject.toml +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/samples/ticket-classification/uv.lock +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_exception.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_input.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_output.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_templates/langgraph.json.template +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_templates/main.py.template +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/cli_new.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/cli_run.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_utils/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_utils/_settings.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_utils/_sleep_policy.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/chat/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/chat/models.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/embeddings/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/middlewares.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/retrievers/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/retrievers/context_grounding_retriever.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/tracers/AsyncUiPathTracer.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/tracers/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/tracers/_events.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/tracers/_instrument_traceable.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/tracers/_utils.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/vectorstores/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/vectorstores/context_grounding_vectorstore.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/conftest.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/mocks/action_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/mocks/job_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/mocks/langgraph.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/mocks/uipath-default-escalation.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/mocks/uipath.json +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/test_action_trigger.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/test_hitl_api_trigger.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/test_hitl_default_escalation.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/hitl/test_hitl_job_trigger.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/test_dummy.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/test_langchain_client.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/tracers/__init__.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/tracers/test_async_uipath_tracer.py +0 -0
- {uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/tests/tracers/test_instrument_traceable.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath-langchain
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.116
|
|
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
|
|
@@ -24,7 +24,7 @@ Requires-Dist: langgraph>=0.2.70
|
|
|
24
24
|
Requires-Dist: openai>=1.65.5
|
|
25
25
|
Requires-Dist: pydantic-settings>=2.6.0
|
|
26
26
|
Requires-Dist: python-dotenv>=1.0.1
|
|
27
|
-
Requires-Dist: uipath<2.1.0,>=2.0.
|
|
27
|
+
Requires-Dist: uipath<2.1.0,>=2.0.77
|
|
28
28
|
Provides-Extra: langchain
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Chat Models
|
|
2
2
|
|
|
3
|
-
UiPath provides two chat models `UiPathAzureChatOpenAI` and `UiPathChat`. These are compatible with
|
|
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 `Agent Units` on your account.
|
|
4
4
|
|
|
5
5
|
## UiPathAzureChatOpenAI
|
|
6
6
|
|
|
@@ -86,7 +86,7 @@ Currently the following models can be used with `UiPathChat` (this list can be u
|
|
|
86
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
87
|
|
|
88
88
|
/// warning
|
|
89
|
-
Please note that
|
|
89
|
+
Please note that you may get errors related to data residency, as some models are not available on all regions.
|
|
90
90
|
|
|
91
91
|
Example: `[Enforced Region] No model configuration found for product uipath-python-sdk in EU using model anthropic.claude-3-opus-20240229-v1:0`.
|
|
92
92
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Guide for **Human-In-The-Loop** scenarios within the UiPath-Langchain integration.
|
|
4
4
|
It focuses on the **interrupt(model)** functionality, illustrating its role as a symbolic representation of an agent's
|
|
5
|
-
wait state within the
|
|
5
|
+
wait state within the LangGraph framework.
|
|
6
6
|
|
|
7
7
|
## Models Overview
|
|
8
8
|
|
|
@@ -49,7 +49,7 @@ action_output = interrupt(WaitAction(action=my_action_instance))
|
|
|
49
49
|
|
|
50
50
|
---
|
|
51
51
|
|
|
52
|
-
> 💡 UiPath
|
|
52
|
+
> 💡The UiPath-LangChain SDK also supports **Robot/Agent-in-the-loop** scenarios. In this context, the execution of one agent
|
|
53
53
|
> can be suspended until another robot or agent finishes its execution.
|
|
54
54
|
|
|
55
55
|
### 3. InvokeProcess
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath-langchain"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.116"
|
|
4
4
|
description = "UiPath Langchain"
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"uipath>=2.0.
|
|
8
|
+
"uipath>=2.0.77, <2.1.0",
|
|
9
9
|
"langgraph>=0.2.70",
|
|
10
10
|
"langchain-core>=0.3.34",
|
|
11
11
|
"langgraph-checkpoint-sqlite>=2.0.3",
|
|
@@ -49,6 +49,7 @@ dev = [
|
|
|
49
49
|
"pytest>=7.4.0",
|
|
50
50
|
"pytest-cov>=4.1.0",
|
|
51
51
|
"pytest-mock>=3.11.1",
|
|
52
|
+
"pytest-asyncio>=1.0.0",
|
|
52
53
|
"pre-commit>=4.1.0",
|
|
53
54
|
"numpy>=1.24.0",
|
|
54
55
|
"pytest_httpx>=0.35.0"
|
|
@@ -100,6 +101,8 @@ disallow_untyped_defs = false
|
|
|
100
101
|
testpaths = ["tests"]
|
|
101
102
|
python_files = "test_*.py"
|
|
102
103
|
addopts = "-ra -q"
|
|
104
|
+
asyncio_default_fixture_loop_scope = "function"
|
|
105
|
+
asyncio_mode = "auto"
|
|
103
106
|
|
|
104
107
|
[[tool.uv.index]]
|
|
105
108
|
name = "testpypi"
|
{uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_context.py
RENAMED
|
@@ -11,7 +11,7 @@ class LangGraphRuntimeContext(UiPathRuntimeContext):
|
|
|
11
11
|
"""Context information passed throughout the runtime execution."""
|
|
12
12
|
|
|
13
13
|
langgraph_config: Optional[LangGraphConfig] = None
|
|
14
|
-
state_graph: Optional[StateGraph] = None
|
|
14
|
+
state_graph: Optional[StateGraph[Any, Any]] = None
|
|
15
15
|
output: Optional[Any] = None
|
|
16
16
|
state: Optional[Any] = (
|
|
17
17
|
None # TypedDict issue, the actual type is: Optional[langgraph.types.StateSnapshot]
|
{uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_runtime/_runtime.py
RENAMED
|
@@ -271,7 +271,9 @@ class LangGraphRuntime(UiPathBaseRuntime):
|
|
|
271
271
|
if hasattr(self, "graph_config") and self.graph_config:
|
|
272
272
|
await self.graph_config.cleanup()
|
|
273
273
|
|
|
274
|
-
def _extract_graph_result(
|
|
274
|
+
def _extract_graph_result(
|
|
275
|
+
self, final_chunk, graph: CompiledStateGraph[Any, Any, Any]
|
|
276
|
+
):
|
|
275
277
|
"""
|
|
276
278
|
Extract the result from a LangGraph output chunk according to the graph's output channels.
|
|
277
279
|
|
{uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_cli/_utils/_graph.py
RENAMED
|
@@ -21,14 +21,18 @@ class GraphConfig:
|
|
|
21
21
|
path: str
|
|
22
22
|
file_path: str
|
|
23
23
|
graph_var: str
|
|
24
|
-
_graph: Optional[Union[StateGraph, CompiledStateGraph]] =
|
|
24
|
+
_graph: Optional[Union[StateGraph[Any, Any], CompiledStateGraph[Any, Any, Any]]] = (
|
|
25
|
+
None
|
|
26
|
+
)
|
|
25
27
|
|
|
26
28
|
@classmethod
|
|
27
29
|
def from_config(cls, name: str, path: str) -> "GraphConfig":
|
|
28
30
|
file_path, graph_var = path.split(":")
|
|
29
31
|
return cls(name=name, path=path, file_path=file_path, graph_var=graph_var)
|
|
30
32
|
|
|
31
|
-
async def load_graph(
|
|
33
|
+
async def load_graph(
|
|
34
|
+
self,
|
|
35
|
+
) -> Union[StateGraph[Any, Any], CompiledStateGraph[Any, Any, Any]]:
|
|
32
36
|
"""Load graph from the specified path"""
|
|
33
37
|
try:
|
|
34
38
|
cwd = os.path.abspath(os.getcwd())
|
|
@@ -54,7 +54,9 @@ def process_nullable_types(
|
|
|
54
54
|
return schema
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
def generate_schema_from_graph(
|
|
57
|
+
def generate_schema_from_graph(
|
|
58
|
+
graph: CompiledStateGraph[Any, Any, Any],
|
|
59
|
+
) -> Dict[str, Any]:
|
|
58
60
|
"""Extract input/output schema from a LangGraph graph"""
|
|
59
61
|
schema = {
|
|
60
62
|
"input": {"type": "object", "properties": {}, "required": []},
|
{uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/_utils/_request_mixin.py
RENAMED
|
@@ -17,6 +17,7 @@ from tenacity import (
|
|
|
17
17
|
stop_after_attempt,
|
|
18
18
|
wait_exponential_jitter,
|
|
19
19
|
)
|
|
20
|
+
from uipath._utils._ssl_context import get_httpx_client_kwargs
|
|
20
21
|
|
|
21
22
|
from uipath_langchain._utils._settings import (
|
|
22
23
|
UiPathClientFactorySettings,
|
|
@@ -83,13 +84,13 @@ class UiPathRequestMixin(BaseModel):
|
|
|
83
84
|
default_factory=lambda data: getattr(
|
|
84
85
|
data["settings"], "requesting_product", None
|
|
85
86
|
)
|
|
86
|
-
or os.getenv("UIPATH_REQUESTING_PRODUCT", "")
|
|
87
|
+
or os.getenv("UIPATH_REQUESTING_PRODUCT", "uipath-python-sdk")
|
|
87
88
|
)
|
|
88
89
|
requesting_feature: Any = Field(
|
|
89
90
|
default_factory=lambda data: getattr(
|
|
90
91
|
data["settings"], "requesting_feature", None
|
|
91
92
|
)
|
|
92
|
-
or os.getenv("UIPATH_REQUESTING_FEATURE", "")
|
|
93
|
+
or os.getenv("UIPATH_REQUESTING_FEATURE", "langgraph-agent")
|
|
93
94
|
)
|
|
94
95
|
default_request_timeout: Any = Field(
|
|
95
96
|
default_factory=lambda data: float(
|
|
@@ -135,11 +136,13 @@ class UiPathRequestMixin(BaseModel):
|
|
|
135
136
|
"""Run an asynchronous call to the LLM."""
|
|
136
137
|
# if self.logger:
|
|
137
138
|
# self.logger.info(f"Completion request: {request_body['messages'][:2]}")
|
|
139
|
+
client_kwargs = get_httpx_client_kwargs()
|
|
138
140
|
with httpx.Client(
|
|
141
|
+
**client_kwargs, # Apply SSL configuration
|
|
139
142
|
event_hooks={
|
|
140
143
|
"request": [self._log_request_duration],
|
|
141
144
|
"response": [self._log_response_duration],
|
|
142
|
-
}
|
|
145
|
+
},
|
|
143
146
|
) as client:
|
|
144
147
|
response = client.post(
|
|
145
148
|
url,
|
|
@@ -212,11 +215,13 @@ class UiPathRequestMixin(BaseModel):
|
|
|
212
215
|
) -> Dict[str, Any]:
|
|
213
216
|
# if self.logger:
|
|
214
217
|
# self.logger.info(f"Completion request: {request_body['messages'][:2]}")
|
|
218
|
+
client_kwargs = get_httpx_client_kwargs()
|
|
215
219
|
async with httpx.AsyncClient(
|
|
220
|
+
**client_kwargs, # Apply SSL configuration
|
|
216
221
|
event_hooks={
|
|
217
222
|
"request": [self._alog_request_duration],
|
|
218
223
|
"response": [self._alog_response_duration],
|
|
219
|
-
}
|
|
224
|
+
},
|
|
220
225
|
) as client:
|
|
221
226
|
response = await client.post(
|
|
222
227
|
url,
|
{uipath_langchain-0.0.114 → uipath_langchain-0.0.116}/src/uipath_langchain/embeddings/embeddings.py
RENAMED
|
@@ -59,7 +59,7 @@ class UiPathOpenAIEmbeddings(UiPathRequestMixin, OpenAIEmbeddings):
|
|
|
59
59
|
)
|
|
60
60
|
|
|
61
61
|
def embed_documents(
|
|
62
|
-
self, texts: List[str], chunk_size: Optional[int] = None
|
|
62
|
+
self, texts: List[str], chunk_size: Optional[int] = None, **kwargs
|
|
63
63
|
) -> List[List[float]]:
|
|
64
64
|
"""Embed a list of documents using the UiPath."""
|
|
65
65
|
embeddings = []
|
|
@@ -83,6 +83,7 @@ class UiPathOpenAIEmbeddings(UiPathRequestMixin, OpenAIEmbeddings):
|
|
|
83
83
|
self,
|
|
84
84
|
texts: List[str],
|
|
85
85
|
chunk_size: Optional[int] = None,
|
|
86
|
+
**kwargs,
|
|
86
87
|
) -> List[List[float]]:
|
|
87
88
|
"""Async version of embed_documents."""
|
|
88
89
|
embeddings = []
|
|
@@ -1,26 +1,20 @@
|
|
|
1
|
-
import
|
|
1
|
+
from typing import TypedDict
|
|
2
2
|
|
|
3
3
|
from langgraph.checkpoint.memory import MemorySaver
|
|
4
4
|
from langgraph.graph import END, START, StateGraph
|
|
5
5
|
from langgraph.types import interrupt
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
class Input:
|
|
10
|
-
pass
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@dataclasses.dataclass
|
|
14
|
-
class Output:
|
|
8
|
+
class State(TypedDict):
|
|
15
9
|
message: str
|
|
16
10
|
|
|
17
11
|
|
|
18
|
-
def main_node(
|
|
12
|
+
def main_node(state: State) -> State:
|
|
19
13
|
response = interrupt("interrupt message")
|
|
20
|
-
return
|
|
14
|
+
return {"message": response}
|
|
21
15
|
|
|
22
16
|
|
|
23
|
-
builder = StateGraph(
|
|
17
|
+
builder: StateGraph[State] = StateGraph(State)
|
|
24
18
|
|
|
25
19
|
builder.add_node("main_node", main_node)
|
|
26
20
|
|