Generic helpers for GenAI
Project description
datarobot-genai
Repository for the DataRobot GenAI Library
Releases (tag-driven)
- Set the release version in
pyproject.toml. - Push a tag
vX.Y.Z(e.g.,v0.3.0). - CI validates the tag matches
project.version, builds, and publishes.
Where releases go
- PRs: CI publishes dev builds to TestPyPI (
X.Y.Z.dev<run>), for validation. - Tags: CI publishes to PyPI when a
vX.Y.Ztag is pushed.
Install from TestPyPI (quick check)
VERSION=X.Y.Z.dev123 # replace with the run number shown in the PR workflow
pip install --upgrade pip
pip install -i https://test.pypi.org/simple/ datarobot-genai=="$VERSION"
python -c "import datarobot_genai as drg; print(drg.__version__)"
Secrets
TEST_PYPI_API_TOKEN(username__token__)PYPI_API_TOKEN(username__token__)
Local development (quick start)
# install dev dependencies (uses uv)
uv sync --all-extras --dev
# activate virtualenv if not auto-activated
source .venv/bin/activate
# enable git hooks
pre-commit install
# run tests
make test
Python requirement: >= 3.11,< 3.13
Optional dependencies (extras)
Install specific integrations only when needed:
# CrewAI
pip install "datarobot-genai[crewai]"
# LangGraph
pip install "datarobot-genai[langgraph]"
# LlamaIndex
pip install "datarobot-genai[llamaindex]"
# NVIDIA NAT
pip install "datarobot-genai[nat]"
# PydanticAI
pip install "datarobot-genai[pydanticai]"
# Combine extras
pip install "datarobot-genai[crewai,nat]"
pip install "datarobot-genai[crewai,langgraph,llamaindex,nat]"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datarobot_genai-0.1.7.tar.gz
(10.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datarobot_genai-0.1.7.tar.gz.
File metadata
- Download URL: datarobot_genai-0.1.7.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e2f65faf9f2c427f882a8c5c99e52fdb5e9713c5c5ef5e0e3b695e7aa1d1bb
|
|
| MD5 |
fb0b44a067f5ab29b8ab5786dc7d2f20
|
|
| BLAKE2b-256 |
b8ce268238b017a1bc6080aacf0dc067236fcdcdfd5a53c7389e2a1e190fa4f1
|
File details
Details for the file datarobot_genai-0.1.7-py3-none-any.whl.
File metadata
- Download URL: datarobot_genai-0.1.7-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a754b3d94cb2a6b55febe2e5f615ae997dd98dac1e26b1fe623c2c9fc7f8e757
|
|
| MD5 |
c5a36fb5171ef9cc0cb956de5741eefd
|
|
| BLAKE2b-256 |
7a793831b18cddb9860a5653eec0803af6c48c0df43be92e6155f74ce99a38f2
|