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 unit tests
task test
# run acceptance tests
task drmcp-acceptance
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]"
# DataRobot MCP
pip install "datarobot-genai[drmcp]"
# Combine extras
pip install "datarobot-genai[crewai,nat]"
pip install "datarobot-genai[crewai,langgraph,llamaindex,nat,drmcp]"
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.46.tar.gz
(98.7 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.46.tar.gz.
File metadata
- Download URL: datarobot_genai-0.1.46.tar.gz
- Upload date:
- Size: 98.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fa52305ed45fed84b409c84b6307aace59ca1a8aba3856c2e3510738ff921e2
|
|
| MD5 |
2e4fff0d2ec70eb6a9ecfbbd98565e16
|
|
| BLAKE2b-256 |
36e477707124b6b80baadfce12c8612da12a7c82accd2d45c92e758def121ec4
|
File details
Details for the file datarobot_genai-0.1.46-py3-none-any.whl.
File metadata
- Download URL: datarobot_genai-0.1.46-py3-none-any.whl
- Upload date:
- Size: 164.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 |
9526a77c32ff7c9ebf3322d9dccfc9c31c2ba0fcb8ea7a3d00fe4262d9b23c39
|
|
| MD5 |
e64edbffecaae784cbe917fe7e534362
|
|
| BLAKE2b-256 |
9c9298afe91f5cc232ce5a2accf46afe6e38afcaf6b21406424d5eddea8d8eb7
|