Application utils
datarobot[application-utils] provides building blocks for stateful agent
applications on top of the DataRobot Agentic Memory Service — a typed async ORM
and an AG-UI chat-history layer built on it. Both use your existing
DATAROBOT_ENDPOINT / DATAROBOT_API_TOKEN credentials.
Installation
pip install "datarobot[application-utils]"
The whole extra requires Python 3.11+ — a higher floor than the rest of the
SDK. On an older interpreter the dependencies resolve to nothing and importing
datarobot.application_utils raises a RuntimeError naming the requirement.
Guides
Doc |
Focus |
|---|---|
The Memory Service light ORM: |
|
The AG-UI chat-history layer: |
Environment variables
Variable |
Description |
|---|---|
|
Full DataRobot API base URL, e.g., |
|
DataRobot API bearer token. |
Both are resolved automatically; pass them as constructor arguments to override.