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.3.10.tar.gz
(163.8 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.3.10.tar.gz.
File metadata
- Download URL: datarobot_genai-0.3.10.tar.gz
- Upload date:
- Size: 163.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bee2f65e2b3472b755c8c688c70dccd87577f43706ad0349f9c257560eacd24a
|
|
| MD5 |
fc0fe495a60cf6c93cc8ece8832a4637
|
|
| BLAKE2b-256 |
0a09c69ccb3a13f028434317046a81184337fe4f62c3e17ae8e8751c255743af
|
File details
Details for the file datarobot_genai-0.3.10-py3-none-any.whl.
File metadata
- Download URL: datarobot_genai-0.3.10-py3-none-any.whl
- Upload date:
- Size: 255.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 |
1751d1d0b18c052c815a6c017eeea36c5f93f514fc62bde433f86a8c0be1a1eb
|
|
| MD5 |
5afc46ff454a116a239a7213882d1710
|
|
| BLAKE2b-256 |
1aaf886ea127f38378acfafd0a57c797c5bd0793ebddfd9a85d3936fa9ad2873
|