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 unit tests
make test

# run acceptance tests
make test-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.21.tar.gz (79.1 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.21-py3-none-any.whl (129.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datarobot_genai-0.1.21.tar.gz
  • Upload date:
  • Size: 79.1 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.21.tar.gz
Algorithm Hash digest
SHA256 8190e19de4771de89bfbc38f3e4329bc044f4255aff12cc5cf3724e6f6efaf5b
MD5 619d7e994d961312fd63d2571bb7a91f
BLAKE2b-256 57d640db8816d8391625189d2b1030d0b820955d2c6afe4b0c811dcfde96d21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for datarobot_genai-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 18469a2dab2c7509b53a361c0f6be20d25f7807515e814b3ba2a1dd4f34451f1
MD5 4fa7122e9f20a825116ea91e6f35005c
BLAKE2b-256 1b61ce095cf627f3b5d01947b9c7f581402025e5703109e47d3270ece305c630

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