datarobot-genai
Generic helpers for GenAI
What it is and what it does
DataRobot GenAI is a framework for building AI agents that integrates with DataRobot's LLM Gateway and deployment infrastructure. It provides a unified entry point (`get_llm()`) that routes requests to DataRobot LLM deployments, external LLM providers, or NVIDIA NIM, backed by LiteLLM. The library supports multiple agentic frameworks—LangGraph, LlamaIndex, CrewAI, and NVIDIA NAT—through a single abstraction layer, eliminating the need to write framework-specific integration code.
Beyond LLM routing, it includes a library of agentic tools (`drtools`), a DataRobot-compatible MCP server (`drmcp`), and orchestration via a low-code `workflow.yaml` interface. Agents expose a standard AG-UI event stream for consistent rendering across the DataRobot platform and custom UIs. The package also provides DRAgent, a serving layer that handles distributed tracing, async generations, and WebSocket communication for real-world deployment.
Use it for:
- Build a LangGraph agent that routes LLM calls through DataRobot's gateway without rewriting framework-specific code.
- Orchestrate multi-agent systems (planner/writer crews) using a shared `workflow.yaml` configuration across different frameworks.
- Deploy an agent with DRAgent to serve it as a web application with distributed tracing and async generation support.
- Integrate agentic tools via `drtools` to give agents first-class capabilities for interacting with external systems.
- Expose a custom MCP server in DataRobot using `drmcp` for standardized tool discovery and invocation.
- Evaluate agent performance using built-in evaluation utilities backed by the NeMo Evaluator launcher.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A toolkit for building and deploying AI agents on DataRobot, providing unified LLM routing, agentic tools, multi-framework support (LangGraph, LlamaIndex, CrewAI, NIM), and orchestration through a low-code workflow interface.
Yes, if you are building agents on DataRobot or need unified LLM routing across multiple agentic frameworks. The library is actively maintained, has no known vulnerabilities, installs cleanly with low friction, and is permissively licensed. Install one of the framework-specific extras (crewai, langgraph, llamaindex, nat) matching your choice of agent framework. Requires a DataRobot account for production features.
Install
datarobot-genai on PyPI
pip
pip install datarobot-genaiuv
uv add datarobot-genaipoetry
poetry add datarobot-genaiInstalling datarobot-genai
Before you install
Active maintenance with a release on 2026-08-14. Requires Python 3.11–3.13 and installs as a pure wheel with no runtime dependencies in the base package; framework-specific extras (crewai, langgraph, llamaindex, nat) pull in their respective ecosystems. Install friction is low.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions—suitable for most production and proprietary projects.
Quickstart
pip install "datarobot-genai[langgraph]"
import datarobot_genai
llm = datarobot_genai.get_llm("langgraph")
Requires Python 3.11–3.13. DataRobot-backed features require a DataRobot account and DATAROBOT_API_TOKEN environment variable set.
Verify before relying
- Whether the library's multi-agent patterns (planner/writer crews, LangGraph multi-node graphs, LlamaIndex AgentWorkflow) are production-ready or still experimental.
- Performance characteristics and latency overhead of the unified LLM layer routing through DataRobot LLM Gateway.
- Compatibility and stability of the AG-UI event stream contract across different framework versions.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.14,>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 164,813/month — #10,538 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: datarobot_genai-0.27.14-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
llama-index-agent-openaiIntegrates OpenAI language models with…
permissive · top 5,000 on PyPI
datarobotA Python client library for programmatically…
unclear · top 15,000 on PyPI
datarobot-predictProvides a unified Python interface for making…
permissive · top 15,000 on PyPI
datarobot-moderationsEnforces content moderation on LLM prompts and…
unclear · top 15,000 on PyPI
datarobot-drumDRUM is a command-line tool for developing,…
permissive · top 15,000 on PyPI
crewaiCrewAI is a Python framework for building…
unclear · top 5,000 on PyPI
leptonaiLepton AI is a Python framework for building…
unclear · top 15,000 on PyPI
deepagentsDeep Agents is an opinionated agent harness…
permissive · top 5,000 on PyPI
langgraphLangGraph is a low-level orchestration…
permissive · top 1,000 on PyPI
tooluniverseToolUniverse provides a standardized interface…
unclear · top 15,000 on PyPI