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.3.0.dev1001140515",

  # Any version from PR
  "uipath-llamaindex>=0.3.0.dev1001140000,<0.3.0.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

```toml
[project]
dependencies = [
  # Exact version:
  "uipath-openai-agents==0.1.0.dev1001140515",

  # Any version from PR
  "uipath-openai-agents>=0.1.0.dev1001140000,<0.1.0.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
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