Skip to content

feat(llm): add agenthub#48

Merged
ionmincu merged 1 commit intomainfrom
fix/add_agenthub
Jul 10, 2025
Merged

feat(llm): add agenthub#48
ionmincu merged 1 commit intomainfrom
fix/add_agenthub

Conversation

@ionmincu
Copy link
Copy Markdown
Collaborator

@ionmincu ionmincu commented Jul 9, 2025

Description

Use sdk endpoint manager to route to agenthub

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-llamaindex==0.0.29.dev1000480139",

  # Any version from PR
  "uipath-llamaindex>=0.0.29.dev1000480000,<0.0.29.dev1000490000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-llamaindex = { index = "testpypi" }

@ionmincu ionmincu requested a review from Copilot July 9, 2025 13:49
@ionmincu ionmincu added the build:dev Create a dev build from the pr label Jul 9, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds dynamic routing to AgentHub by leveraging the SDK’s EndpointManager and updates dependency versions to support the change.

  • Imported EndpointManager and updated the azure_endpoint default to use a passthrough endpoint.
  • Bumped llama-index-embeddings-azure-openai, llama-index-llms-azure-openai, and uipath package versions in pyproject.toml.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/uipath_llamaindex/llms/_openai_llms.py Import EndpointManager and update azure_endpoint default to use dynamic passthrough endpoint
pyproject.toml Bump dependency versions for Azure OpenAI and UiPath SDK
Comments suppressed due to low confidence (1)

pyproject.toml:9

  • [nitpick] Include a note in the changelog or README about the updated dependency versions and any new features or breaking changes introduced in these releases.
    "llama-index-embeddings-azure-openai>=0.3.9",

Comment thread src/uipath_llamaindex/llms/_openai_llms.py
Comment thread src/uipath_llamaindex/llms/_openai_llms.py Outdated
@ionmincu ionmincu force-pushed the fix/add_agenthub branch 4 times, most recently from 5bd14df to bd81bd4 Compare July 10, 2025 10:44
@ionmincu ionmincu self-assigned this Jul 10, 2025
@ionmincu ionmincu merged commit 7ba9ed4 into main Jul 10, 2025
19 checks passed
@cristipufu cristipufu deleted the fix/add_agenthub branch November 30, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants