Skip to main content

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.Z tag 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.12.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datarobot_genai-0.1.12-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file datarobot_genai-0.1.12.tar.gz.

File metadata

  • Download URL: datarobot_genai-0.1.12.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for datarobot_genai-0.1.12.tar.gz
Algorithm Hash digest
SHA256 5f14bb2dcf7fa2175e164babaf7c1d99b05b1a85c90eb594ee94f57953a8051c
MD5 923bc190e08ef346f4865aaae8689e59
BLAKE2b-256 c339441b12abbdbc2dc1295225898f99bd39085ddf9ba11e66ca036bb53d39b2

See more details on using hashes here.

File details

Details for the file datarobot_genai-0.1.12-py3-none-any.whl.

File metadata

File hashes

Hashes for datarobot_genai-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6a7149924633ebc0f5a236943ba43a7356a2d8dbca0f807f0cc709233af44c
MD5 1c6ea433ac092008bc8ade34d0950c10
BLAKE2b-256 5f0b84eaa79bf4c7392d81827f6a5a2966604a44156fdd51be4102d23a14363d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page