Skip to content

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Dec 2, 2025

Description

Add the mapping methods from this wip PR: https://github.com/UiPath/uipath-langchain-python/pull/246/files

  • get_chat_event receives the llm response (streamed) and returns a UiPathConversationEvent
  • get_langraph_messages receives the user input from the runtime and returns a list of Langchain HumanMessages

Development Package

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

  # Any version from PR
  "uipath-langchain>=0.1.10.dev1002970000,<0.1.10.dev1002980000"
]

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

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

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this Dec 2, 2025
@cristipufu cristipufu force-pushed the feature/add-message-mapping-methods branch 4 times, most recently from 6d3bac2 to f7b3667 Compare December 2, 2025 18:58
@cristipufu cristipufu force-pushed the feature/add-message-mapping-methods branch 5 times, most recently from 220a9a8 to 824eef6 Compare December 2, 2025 20:03
@cristipufu cristipufu force-pushed the feature/add-message-mapping-methods branch from 824eef6 to 0e7dc5a Compare December 2, 2025 20:28
@cristipufu cristipufu merged commit bc14bd3 into main Dec 3, 2025
48 checks passed
@cristipufu cristipufu deleted the feature/add-message-mapping-methods branch December 3, 2025 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants