We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66680c4 commit 44264abCopy full SHA for 44264ab
tests/logging_callback_tests/test_unit_tests_init_callbacks.py
@@ -38,6 +38,7 @@
38
LangfusePromptManagement,
39
)
40
from litellm.integrations.azure_storage.azure_storage import AzureBlobStorageLogger
41
+from litellm.integrations.agentops import AgentOps
42
from litellm.integrations.humanloop import HumanloopLogger
43
from litellm.proxy.hooks.dynamic_rate_limiter import _PROXY_DynamicRateLimitHandler
44
from unittest.mock import patch
@@ -75,6 +76,7 @@
75
76
"pagerduty": PagerDutyAlerting,
77
"gcs_pubsub": GcsPubSubLogger,
78
"anthropic_cache_control_hook": AnthropicCacheControlHook,
79
+ "agentops": AgentOps,
80
}
81
82
expected_env_vars = {
0 commit comments