Skip to content

Conversation

@cosmyo
Copy link
Collaborator

@cosmyo cosmyo commented Jan 14, 2026

Description

  • Create packages in root directory.
  • Move each runtime implementation for llamindex and openai in packages/uipath-llamindex and packages/uipath-openai-agents.
  • Implement runtime, schema, factory and config contracts.
  • Add samples for openai-agents.

Development Packages

uipath-llamaindex

[project]
dependencies = [
  # Exact version:
  "uipath-llamaindex==0.4.1.dev1001140567",

  # Any version from PR
  "uipath-llamaindex>=0.4.1.dev1001140000,<0.4.1.dev1001150000"
]

[[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" }

uipath-openai-agents

[project]
dependencies = [
  # Exact version:
  "uipath-openai-agents==0.0.1.dev1001140567",

  # Any version from PR
  "uipath-openai-agents>=0.0.1.dev1001140000,<0.0.1.dev1001150000"
]

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

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

@cosmyo cosmyo changed the title Feature/open ai agents feat: open ai agents Jan 14, 2026
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch 2 times, most recently from c1193e8 to d6b02e6 Compare January 14, 2026 13:29
@cosmyo cosmyo requested a review from cristipufu January 14, 2026 13:29
@cosmyo cosmyo added the build:dev Create a dev build from the pr label Jan 14, 2026
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch from d6b02e6 to 2b42941 Compare January 14, 2026 13:31
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch 2 times, most recently from b8d0ad8 to 6128c53 Compare January 20, 2026 01:52
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch from d5d58b8 to 1db64cc Compare January 20, 2026 02:22
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch from be0c594 to d630077 Compare January 20, 2026 10:50
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch 3 times, most recently from 4abc7db to cde3b5a Compare January 20, 2026 14:34
@cosmyo cosmyo force-pushed the feature/open-ai-agents branch from cde3b5a to e0a43fc Compare January 20, 2026 14:35
@cosmyo cosmyo merged commit 832f0a2 into main Jan 20, 2026
58 checks passed
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.

2 participants