Generic helpers for GenAI
Project description
DataRobot GenAI Library
Features
- Utilities for common GenAI workflows
- Integrations: CrewAI, LangGraph, LlamaIndex, NAT, MCP
Installation
- Requires Python 3.10–3.12.
- Install:
pip install --upgrade pip
pip install "datarobot-genai"
- Optional extras:
pip install "datarobot-genai[crewai]"
pip install "datarobot-genai[langgraph]"
pip install "datarobot-genai[llamaindex]"
# Multiple extras
pip install "datarobot-genai[crewai,langgraph,llamaindex]"
Available extras include: crewai, langgraph, llamaindex, nat, drmcp, pydanticai.
Development
Prerequisites: Python 3.10–3.12, uv, Task CLI, pre-commit.
uv sync --all-extras --dev
pre-commit install
task test
Publishing
- PRs (same-repo): dev builds are auto-published to TestPyPI (
.devN). - Merge to
main: tagsv{version}and publishes to PyPI automatically. - Pushing a
v*tag also triggers PyPI publish. - Optional:
task release:tag-and-pushcreates and pushesv{version}locally.
Links
- Home: https://github.com/datarobot-oss/datarobot-genai
- PyPI: https://pypi.org/project/datarobot-genai/
- TestPyPI: https://test.pypi.org/project/datarobot-genai/
License
Apache-2.0
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.2.44.tar.gz
(153.2 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.2.44.tar.gz.
File metadata
- Download URL: datarobot_genai-0.2.44.tar.gz
- Upload date:
- Size: 153.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38c4f74a32675486f28e421b48bd36cb152d8ace05bfc090933587f528bc04b7
|
|
| MD5 |
7032e531c3e0d765d2da4c0cd44bd5bb
|
|
| BLAKE2b-256 |
a26e200116e5971d4b0e1144212d900cd22d292c901ad809d22cb5eb8914245a
|
File details
Details for the file datarobot_genai-0.2.44-py3-none-any.whl.
File metadata
- Download URL: datarobot_genai-0.2.44-py3-none-any.whl
- Upload date:
- Size: 243.6 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 |
cb3c1d26f6430cfb17c657cd675599e8ba89ecdf78e9f7ec775331f4144750a4
|
|
| MD5 |
4c605fe1380433b99d6827b96aaae81c
|
|
| BLAKE2b-256 |
a326c5454c31ed93456b0f01994c63ca7c078b15825c0cc633587cd4cd3f5de0
|