feat: Add uipath_langchain_client, refactor code to use the new client#634
Open
cosminacho wants to merge 1 commit intomainfrom
Open
feat: Add uipath_langchain_client, refactor code to use the new client#634cosminacho wants to merge 1 commit intomainfrom
cosminacho wants to merge 1 commit intomainfrom
Conversation
ba8fc68 to
0455d90
Compare
78278b5 to
e92f41c
Compare
f5ee4b8 to
0a73223
Compare
e76f2ab to
e8f5c07
Compare
radu-mocanu
reviewed
Mar 17, 2026
aea3d00 to
8bd8759
Compare
radu-mocanu
reviewed
Mar 18, 2026
radu-mocanu
reviewed
Mar 18, 2026
radu-mocanu
requested changes
Mar 18, 2026
radu-mocanu
reviewed
Mar 18, 2026
edis-uipath
reviewed
Mar 18, 2026
| "openinference.span.kind": "LLM", | ||
| "llm.provider": "azure", | ||
| "llm.system": "openai", | ||
| "llm.provider": "uipath", |
Collaborator
There was a problem hiding this comment.
@cosminacho we also need to check how this span looks in the trace viewer in Orchestrator
IMO we should still show the provider icon.
ionmincu
reviewed
Mar 18, 2026
7834fe5 to
9df8ac6
Compare
96cf3b1 to
58c7ca4
Compare
radu-mocanu
reviewed
Mar 20, 2026
| from langchain_anthropic import ChatAnthropic | ||
| from langchain_tavily import TavilySearch | ||
| from langchain.agents import create_agent | ||
| from uipath_langchain.chat import requires_approval |
Collaborator
There was a problem hiding this comment.
please revert the import here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new client has 2 main components:
Summary of the Changes for this package:
Before merging this PR I think it's important to make sure that all the relevant components have been moved to the new client, and also that the new changes aren't breaking stuff that's working
Not tested yet:
Development Package
uipath pack --nolockto get the latest dev build from this PR (requires version range).