uipath-langchain 0.0.119__tar.gz → 0.0.120__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.
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/PKG-INFO +2 -2
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/pyproject.toml +2 -2
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/cli_run.py +8 -2
- uipath_langchain-0.0.120/tests/cli/conftest.py +9 -0
- uipath_langchain-0.0.120/tests/cli/mocks/langgraph.json +7 -0
- uipath_langchain-0.0.120/tests/cli/mocks/simple_agent.py +24 -0
- uipath_langchain-0.0.120/tests/cli/mocks/uipath.json +36 -0
- uipath_langchain-0.0.120/tests/cli/test_run.py +95 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/uv.lock +5 -5
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.cursorrules +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.editorconfig +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.gitattributes +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/cd.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/ci.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/commitlint.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/integration_tests.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/lint-custom-version.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/lint.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/publish-dev.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/publish-docs.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/publish-prior-stable-version.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/slack.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/test-custom-version.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/test.yml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.gitignore +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.pre-commit-config.yaml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.python-version +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.vscode/extensions.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.vscode/settings.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/CONTRIBUTING.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/LICENSE +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/chat_models.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/context_grounding.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/human_in_the_loop.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start_images/cloud_env_var_dark.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start_images/cloud_env_var_light.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start_images/invoke_output_dark.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start_images/invoke_output_light.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/click-storage-bucket.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-index-1.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-index-2.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-process.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-quiz-generator.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-storage-bucket-1.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-storage-bucket-2.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/folder-path.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/job-info.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/output.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/process-page.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/researcher-1.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/researcher-2.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/run-process-1.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/run-process-2.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/storage-bucket-content.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/multi-agent-distributed/coder-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/multi-agent-distributed/coder-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/multi-agent-distributed/planner-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/multi-agent-distributed/planner-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/multi-agent-distributed/researcher-agent-package-overview.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/multi-agent-distributed/researcher-agent-process-configuration.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/activate-apps.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/activate-deployment.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/copy-folder-path.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/deploy-solution-package-wizard.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/deploy-solution-package.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/monitor-agent.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/navigate-to-solution-folder.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/resume-condition.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/run-agent.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/solution-destination-folder.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/start-job.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/ticket-classification/upload-solution-package.png +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/input.example/quiz-generator-debug-input.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/input.example/researcher-debug-input.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/quiz-generator-RAG-agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/researcher-RAG-agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/src/agents/quiz-generator-RAG-agent.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/src/agents/researcher-RAG-agent.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/database.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/main.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/models.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/schemas.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/templates/index.html +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/coder.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/planner.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/researcher.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/coder.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/planner.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/src/multi-agent-distributed/researcher.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-planner-researcher-coder-distributed/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/multi-agent-supervisor-researcher-coder/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/retrieval-chain/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/retrieval-chain/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/retrieval-chain/main.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/retrieval-chain/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/retrieval-chain/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/src/simple-local-mcp/graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/src/simple-local-mcp/math_server.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/src/simple-local-mcp/weather_server.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/main.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-remote-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/escalation_app_solution/generic-escalation-app-solution-1.0.0.zip +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/main.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/ticket-classification/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_runtime/_context.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_runtime/_exception.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_runtime/_input.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_runtime/_output.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_runtime/_runtime.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_templates/langgraph.json.template +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_templates/main.py.template +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/_utils/_graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/cli_init.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_cli/cli_new.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_utils/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_utils/_request_mixin.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_utils/_settings.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/_utils/_sleep_policy.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/chat/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/chat/models.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/embeddings/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/embeddings/embeddings.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/middlewares.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/retrievers/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/retrievers/context_grounding_retriever.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/tracers/AsyncUiPathTracer.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/tracers/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/tracers/_events.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/tracers/_instrument_traceable.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/tracers/_utils.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/vectorstores/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/src/uipath_langchain/vectorstores/context_grounding_vectorstore.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/Dockerfile +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/input.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/src/assert.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/src/graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/company-research-agent/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/Dockerfile +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/input.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/src/assert.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/src/graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/multi-agent-supervisor-researcher-coder/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/Dockerfile +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/input.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/src/assert.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/src/simple-local-mcp/graph.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/src/simple-local-mcp/math_server.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/src/simple-local-mcp/weather_server.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/simple-local-mcp/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/.env.example +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/Dockerfile +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/README.md +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/agent.mermaid +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/input.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/pyproject.toml +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/src/assert.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/src/main.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/testcases/ticket-classification/uv.lock +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/conftest.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/mocks/action_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/mocks/api_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/mocks/job_trigger_hitl.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/mocks/langgraph.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/mocks/uipath-default-escalation.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/mocks/uipath.json +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/test_action_trigger.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/test_hitl_api_trigger.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/test_hitl_default_escalation.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/hitl/test_hitl_job_trigger.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/test_dummy.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/tracers/__init__.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/tests/tracers/test_async_uipath_tracer.py +0 -0
- {uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/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.120
|
|
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.
|
|
27
|
+
Requires-Dist: uipath<2.2.0,>=2.1.0
|
|
28
28
|
Provides-Extra: langchain
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath-langchain"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.120"
|
|
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.1.0, <2.2.0",
|
|
9
9
|
"langgraph>=0.2.70",
|
|
10
10
|
"langchain-core>=0.3.34",
|
|
11
11
|
"langgraph-checkpoint-sqlite>=2.0.3",
|
|
@@ -15,7 +15,7 @@ load_dotenv()
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
def langgraph_run_middleware(
|
|
18
|
-
entrypoint: Optional[str], input: Optional[str], resume: bool
|
|
18
|
+
entrypoint: Optional[str], input: Optional[str], resume: bool, **kwargs
|
|
19
19
|
) -> MiddlewareResult:
|
|
20
20
|
"""Middleware to handle langgraph execution"""
|
|
21
21
|
config = LangGraphConfig()
|
|
@@ -38,10 +38,13 @@ def langgraph_run_middleware(
|
|
|
38
38
|
context.input = input
|
|
39
39
|
context.resume = resume
|
|
40
40
|
context.langgraph_config = config
|
|
41
|
+
context.debug = kwargs.get("debug", False)
|
|
41
42
|
context.logs_min_level = env.get("LOG_LEVEL", "INFO")
|
|
42
43
|
context.job_id = env.get("UIPATH_JOB_KEY")
|
|
43
44
|
context.trace_id = env.get("UIPATH_TRACE_ID")
|
|
44
45
|
context.tracing_enabled = tracing
|
|
46
|
+
context.input_file = kwargs.get("input_file", None)
|
|
47
|
+
context.execution_output_file = kwargs.get("execution_output_file", None)
|
|
45
48
|
context.trace_context = UiPathTraceContext(
|
|
46
49
|
enabled=tracing,
|
|
47
50
|
trace_id=env.get("UIPATH_TRACE_ID"),
|
|
@@ -64,7 +67,10 @@ def langgraph_run_middleware(
|
|
|
64
67
|
|
|
65
68
|
asyncio.run(execute())
|
|
66
69
|
|
|
67
|
-
return MiddlewareResult(
|
|
70
|
+
return MiddlewareResult(
|
|
71
|
+
should_continue=False,
|
|
72
|
+
error_message=None,
|
|
73
|
+
)
|
|
68
74
|
|
|
69
75
|
except LangGraphRuntimeError as e:
|
|
70
76
|
return MiddlewareResult(
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
from langgraph.graph import END, START, StateGraph
|
|
2
|
+
from pydantic import BaseModel
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class GraphState(BaseModel):
|
|
6
|
+
topic: str
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GraphOutput(BaseModel):
|
|
10
|
+
report: str
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
async def generate_report(state: GraphState) -> GraphOutput:
|
|
14
|
+
return GraphOutput(report=f" This is mock report for {state.topic}")
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
builder = StateGraph(GraphState, output_schema=GraphOutput)
|
|
18
|
+
|
|
19
|
+
builder.add_node("generate_report", generate_report)
|
|
20
|
+
|
|
21
|
+
builder.add_edge(START, "generate_report")
|
|
22
|
+
builder.add_edge("generate_report", END)
|
|
23
|
+
|
|
24
|
+
graph = builder.compile()
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entryPoints": [
|
|
3
|
+
{
|
|
4
|
+
"filePath": "agent",
|
|
5
|
+
"uniqueId": "3bbc70ec-e5b3-4c2a-ac2c-98e499a2c351",
|
|
6
|
+
"type": "agent",
|
|
7
|
+
"input": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"topic": {
|
|
11
|
+
"title": "Topic",
|
|
12
|
+
"type": "string"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"required": [
|
|
16
|
+
"topic"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"output": {
|
|
20
|
+
"type": "object",
|
|
21
|
+
"properties": {
|
|
22
|
+
"report": {
|
|
23
|
+
"default": null,
|
|
24
|
+
"title": "Report",
|
|
25
|
+
"type": "string"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"required": []
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"bindings": {
|
|
33
|
+
"version": "2.0",
|
|
34
|
+
"resources": []
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import json
|
|
2
|
+
import os
|
|
3
|
+
import tempfile
|
|
4
|
+
|
|
5
|
+
import pytest
|
|
6
|
+
|
|
7
|
+
from uipath_langchain._cli.cli_run import langgraph_run_middleware
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@pytest.fixture
|
|
11
|
+
def simple_agent() -> str:
|
|
12
|
+
if os.path.isfile("mocks/simple_agent.py"):
|
|
13
|
+
with open("mocks/simple_agent.py", "r") as file:
|
|
14
|
+
data = file.read()
|
|
15
|
+
else:
|
|
16
|
+
with open("tests/cli/mocks/simple_agent.py", "r") as file:
|
|
17
|
+
data = file.read()
|
|
18
|
+
return data
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
@pytest.fixture
|
|
22
|
+
def uipath_json() -> str:
|
|
23
|
+
if os.path.isfile("mocks/uipath.json"):
|
|
24
|
+
with open("mocks/uipath.json", "r") as file:
|
|
25
|
+
data = file.read()
|
|
26
|
+
else:
|
|
27
|
+
with open("tests/cli/mocks/uipath.json", "r") as file:
|
|
28
|
+
data = file.read()
|
|
29
|
+
return data
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
@pytest.fixture
|
|
33
|
+
def langgraph_json() -> str:
|
|
34
|
+
if os.path.isfile("mocks/langgraph.json"):
|
|
35
|
+
with open("mocks/langgraph.json", "r") as file:
|
|
36
|
+
data = file.read()
|
|
37
|
+
else:
|
|
38
|
+
with open("tests/cli/mocks/langgraph.json", "r") as file:
|
|
39
|
+
data = file.read()
|
|
40
|
+
return data
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class TestRun:
|
|
44
|
+
def test_successful_execution(
|
|
45
|
+
self,
|
|
46
|
+
langgraph_json: str,
|
|
47
|
+
uipath_json: str,
|
|
48
|
+
simple_agent: str,
|
|
49
|
+
mock_env_vars: dict[str, str],
|
|
50
|
+
):
|
|
51
|
+
os.environ.clear()
|
|
52
|
+
os.environ.update(mock_env_vars)
|
|
53
|
+
input_file_name = "input.json"
|
|
54
|
+
output_file_name = "output.json"
|
|
55
|
+
agent_file_name = "main.py"
|
|
56
|
+
input_json_content = {"topic": "UiPath"}
|
|
57
|
+
with tempfile.TemporaryDirectory() as temp_dir:
|
|
58
|
+
current_dir = os.getcwd()
|
|
59
|
+
os.chdir(temp_dir)
|
|
60
|
+
# Create input and output files
|
|
61
|
+
input_file_path = os.path.join(temp_dir, input_file_name)
|
|
62
|
+
output_file_path = os.path.join(temp_dir, output_file_name)
|
|
63
|
+
|
|
64
|
+
with open(input_file_path, "w") as f:
|
|
65
|
+
f.write(json.dumps(input_json_content))
|
|
66
|
+
|
|
67
|
+
# Create test script
|
|
68
|
+
script_file_path = os.path.join(temp_dir, agent_file_name)
|
|
69
|
+
with open(script_file_path, "w") as f:
|
|
70
|
+
f.write(simple_agent)
|
|
71
|
+
|
|
72
|
+
# create uipath.json
|
|
73
|
+
uipath_json_file_path = os.path.join(temp_dir, "uipath.json")
|
|
74
|
+
with open(uipath_json_file_path, "w") as f:
|
|
75
|
+
f.write(uipath_json)
|
|
76
|
+
|
|
77
|
+
# Create langgraph.json
|
|
78
|
+
langgraph_json_file_path = os.path.join(temp_dir, "langgraph.json")
|
|
79
|
+
with open(langgraph_json_file_path, "w") as f:
|
|
80
|
+
f.write(langgraph_json)
|
|
81
|
+
|
|
82
|
+
result = langgraph_run_middleware(
|
|
83
|
+
entrypoint="agent",
|
|
84
|
+
input=None,
|
|
85
|
+
resume=False,
|
|
86
|
+
input_file=input_file_path,
|
|
87
|
+
execution_output_file=output_file_path,
|
|
88
|
+
)
|
|
89
|
+
assert result.should_continue is False
|
|
90
|
+
assert os.path.exists(output_file_path)
|
|
91
|
+
with open(output_file_path, "r") as f:
|
|
92
|
+
output = f.read()
|
|
93
|
+
assert "This is mock report for" in output
|
|
94
|
+
|
|
95
|
+
os.chdir(current_dir)
|
|
@@ -2643,7 +2643,7 @@ wheels = [
|
|
|
2643
2643
|
|
|
2644
2644
|
[[package]]
|
|
2645
2645
|
name = "uipath"
|
|
2646
|
-
version = "2.0
|
|
2646
|
+
version = "2.1.0"
|
|
2647
2647
|
source = { registry = "https://pypi.org/simple" }
|
|
2648
2648
|
dependencies = [
|
|
2649
2649
|
{ name = "azure-monitor-opentelemetry" },
|
|
@@ -2658,14 +2658,14 @@ dependencies = [
|
|
|
2658
2658
|
{ name = "tomli" },
|
|
2659
2659
|
{ name = "truststore" },
|
|
2660
2660
|
]
|
|
2661
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2661
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fc/93/c0b0f4a25331943f880c38029b99c6d8bbdf1a683f45ee9256008b164997/uipath-2.1.0.tar.gz", hash = "sha256:862999fa4eb7599a2cfb4dfa98741238ead89b450bb8ffcb1552af4c4270808d", size = 1902998, upload-time = "2025-07-24T09:25:02.669Z" }
|
|
2662
2662
|
wheels = [
|
|
2663
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2663
|
+
{ url = "https://files.pythonhosted.org/packages/c0/ff/a2fda98101d338727f17a517e143fb3b4ab99b41aaf067dd0940946b819d/uipath-2.1.0-py3-none-any.whl", hash = "sha256:16a02172676bf78b30bce8c20abcbcb2d282a0aa5fefffb6939319ccbff366f5", size = 136628, upload-time = "2025-07-24T09:25:00.831Z" },
|
|
2664
2664
|
]
|
|
2665
2665
|
|
|
2666
2666
|
[[package]]
|
|
2667
2667
|
name = "uipath-langchain"
|
|
2668
|
-
version = "0.0.
|
|
2668
|
+
version = "0.0.120"
|
|
2669
2669
|
source = { editable = "." }
|
|
2670
2670
|
dependencies = [
|
|
2671
2671
|
{ name = "httpx" },
|
|
@@ -2707,7 +2707,7 @@ requires-dist = [
|
|
|
2707
2707
|
{ name = "openai", specifier = ">=1.65.5" },
|
|
2708
2708
|
{ name = "pydantic-settings", specifier = ">=2.6.0" },
|
|
2709
2709
|
{ name = "python-dotenv", specifier = ">=1.0.1" },
|
|
2710
|
-
{ name = "uipath", specifier = ">=2.0
|
|
2710
|
+
{ name = "uipath", specifier = ">=2.1.0,<2.2.0" },
|
|
2711
2711
|
{ name = "uipath-langchain", marker = "extra == 'langchain'", specifier = ">=0.0.2" },
|
|
2712
2712
|
]
|
|
2713
2713
|
provides-extras = ["langchain"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/integration_tests.yml
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/lint-custom-version.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/.github/workflows/test-custom-version.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start_images/cloud_env_var_dark.png
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/quick_start_images/invoke_output_dark.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-index-1.png
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-index-2.png
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/create-process.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/folder-path.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/process-page.png
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/researcher-1.png
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/researcher-2.png
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/run-process-1.png
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/docs/sample_images/RAG/run-process-2.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/env.example
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/langgraph.json
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/RAG-quiz-generator/uipath.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/.env.example
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/agent.mermaid
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/graph.py
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/langgraph.json
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/pyproject.toml
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/uipath.json
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/company-research-agent/uv.lock
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/hitl-inbox-server/templates/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/retrieval-chain/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/agent.mermaid
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/langgraph.json
RENAMED
|
File without changes
|
{uipath_langchain-0.0.119 → uipath_langchain-0.0.120}/samples/simple-local-mcp/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|