Skip to content

Commit 77a0f42

Browse files
[BUZZOK-26535] Update genai agents environment for tracing and moderations (#1525)
* Update environment for tracing and moderations * Delint * Reconcile dependencies, updated IDs, tags * Update requirements.in --------- Co-authored-by: svc-harness-git2 <svc-harness-git2@datarobot.com>
1 parent c51576c commit 77a0f42

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

public_dropin_environments/python311_genai_agents/env_info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "This template environment can be used to create GenAI-powered agents using CrewAI, LangGraph, or Llama-Index. Similar to other drop-in environments, you can either include a .pth artifact or any other code needed to deserialize your model, and optionally a custom.py file. You can also use this environment in codespaces.",
55
"programmingLanguage": "python",
66
"label": "",
7-
"environmentVersionId": "6850ec061e41390f8e0fc9b9",
7+
"environmentVersionId": "68595fa68a68ab0fab92e623",
88
"environmentVersionDescription": "",
99
"isPublic": true,
1010
"useCases": [
@@ -14,8 +14,8 @@
1414
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311_genai_agents",
1515
"imageRepository": "env-python-genai-agents",
1616
"tags": [
17-
"v11.1.0-6850ec061e41390f8e0fc9b9",
18-
"6850ec061e41390f8e0fc9b9",
17+
"v11.1.0-68595fa68a68ab0fab92e623",
18+
"68595fa68a68ab0fab92e623",
1919
"v11.1.0-latest"
2020
]
2121
}

public_dropin_environments/python311_genai_agents/requirements.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ datarobot
1313
numpy
1414
uwsgi
1515
flask>=3.1.1
16+
requests>=2.32.4
17+
protobuf>=5.29.5,<6.0.0
1618

1719
# Generative AI Frameworks
1820
crewai
@@ -26,14 +28,15 @@ llama-index-llms-langchain
2628
llama-index-llms-litellm
2729
openai
2830
ragas @ git+https://github.com/explodinggradients/ragas@5d59549ad5ef511f621502c563bc55ac5aeb9188#subdirectory=ragas
29-
datarobot-moderations>=11.1.14
31+
datarobot-moderations>=11.1.17
3032

3133
# Generative AI Telemetry
3234
traceloop-sdk
3335
opentelemetry-api
3436
opentelemetry-sdk
3537
opentelemetry-instrumentation-aiohttp-client
3638
opentelemetry-instrumentation-crewai
39+
opentelemetry-instrumentation-httpx
3740
opentelemetry-instrumentation-langchain
3841
opentelemetry-instrumentation-llamaindex
3942
opentelemetry-instrumentation-openai

public_dropin_environments/python311_genai_agents/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dataclasses-json==0.6.7
6262
datarobot==3.7.1
6363
datarobot-drum==1.16.16
6464
datarobot-mlops==11.1.0a3
65-
datarobot-moderations==11.1.14
65+
datarobot-moderations==11.1.17
6666
datarobot-predict==1.13.2
6767
datarobot-storage==2.2.0
6868
datasets==3.6.0
@@ -253,6 +253,7 @@ opentelemetry-instrumentation-fastapi==0.54b0
253253
opentelemetry-instrumentation-google-generativeai==0.40.3
254254
opentelemetry-instrumentation-groq==0.40.3
255255
opentelemetry-instrumentation-haystack==0.40.3
256+
opentelemetry-instrumentation-httpx==0.54b0
256257
opentelemetry-instrumentation-lancedb==0.40.3
257258
opentelemetry-instrumentation-langchain==0.40.3
258259
opentelemetry-instrumentation-llamaindex==0.40.3
@@ -342,7 +343,7 @@ ragas @ git+https://github.com/explodinggradients/ragas@5d59549ad5ef511f621502c5
342343
readme-renderer==44.0
343344
referencing==0.36.2
344345
regex==2024.11.6
345-
requests==2.32.3
346+
requests==2.32.4
346347
requests-oauthlib==2.0.0
347348
requests-toolbelt==1.0.0
348349
rfc3339-validator==0.1.4

0 commit comments

Comments
 (0)