Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Dec 6, 2025

Description

This PR fixes issues with stdout redirection to files by implementing recursion protection and improving encoding handling for Windows environments, eg making this work:

uipath run agent '{"messages": [{"type": "user", "content": "tell me about fight club"}]}' > output.logs

Development Package

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

  # Any version from PR
  "uipath-runtime>=0.2.4.dev1000460000,<0.2.4.dev1000470000"
]

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

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

@cristipufu cristipufu self-assigned this Dec 6, 2025
Copilot AI review requested due to automatic review settings December 6, 2025 12:58

This comment was marked as outdated.

This comment was marked as outdated.

@cristipufu cristipufu merged commit aed58ac into main Dec 7, 2025
11 checks passed
@cristipufu cristipufu deleted the fix/stdout_redirect branch December 7, 2025 12:45
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.

1 participant