Skip to content

Commit 87ef792

Browse files
lievanchojomok
authored andcommitted
chore(llmobs): revert "feat(llmobs): openai agents sdk integration" (#13080)
Revert #12846 if i dont find a fix soon for OOM ci failures for `llmobs::openai_agents 4/4`. Currently trying #13079 https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py/-/jobs/882041531 ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent f97e351 commit 87ef792

36 files changed

+2
-3179
lines changed

.riot/requirements/14e7a10.txt

-51
This file was deleted.

.riot/requirements/1538bcb.txt

-56
This file was deleted.

.riot/requirements/1f24364.txt

-58
This file was deleted.

.riot/requirements/213dcfe.txt

-56
This file was deleted.

.riot/requirements/55abc5e.txt

-56
This file was deleted.

ddtrace/_monkey.py

-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"coverage": False,
110110
"selenium": True,
111111
"valkey": True,
112-
"openai_agents": True,
113112
}
114113

115114

@@ -159,7 +158,6 @@
159158
"langgraph",
160159
"langgraph.graph",
161160
),
162-
"openai_agents": ("agents",),
163161
}
164162

165163
_NOT_PATCHABLE_VIA_ENVVAR = {"ddtrace_api"}

ddtrace/contrib/_openai_agents.py

-43
This file was deleted.

ddtrace/contrib/internal/openai_agents/patch.py

-54
This file was deleted.

0 commit comments

Comments
 (0)