Skip to content

Conversation

@cosmyo
Copy link
Collaborator

@cosmyo cosmyo commented Jan 12, 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.
  • If we go with this route will split into multiple prs.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-openai-agents==0.1.0.dev1001020454",

  # Any version from PR
  "uipath-openai-agents>=0.1.0.dev1001020000,<0.1.0.dev1001030000"
]

[[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 requested a review from cristipufu January 12, 2026 09:06
@cosmyo cosmyo added the build:dev Create a dev build from the pr label Jan 12, 2026
@cosmyo cosmyo force-pushed the feature/open-ai-agents-framework branch from 39494b4 to 5a5959b Compare January 12, 2026 09:08
@cosmyo cosmyo changed the title feature: openai-agents runtime WIP feat: openai-agents runtime WIP Jan 12, 2026
@cosmyo cosmyo force-pushed the feature/open-ai-agents-framework branch 2 times, most recently from 4a8eb45 to b47347f Compare January 12, 2026 09:20
@cosmyo cosmyo force-pushed the feature/open-ai-agents-framework branch from b47347f to 3d8fd02 Compare January 12, 2026 09:23
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.

1 participant