@@ -48,7 +48,7 @@ class InstrumentorConfig(TypedDict):
4848PROVIDERS : dict [str , InstrumentorConfig ] = {
4949 "openai" : {
5050 "module_name" : "agentops.instrumentation.providers.openai" ,
51- "class_name" : "OpenAIInstrumentor " ,
51+ "class_name" : "OpenaiInstrumentor " ,
5252 "min_version" : "1.0.0" ,
5353 },
5454 "anthropic" : {
@@ -58,12 +58,12 @@ class InstrumentorConfig(TypedDict):
5858 },
5959 "ibm_watsonx_ai" : {
6060 "module_name" : "agentops.instrumentation.providers.ibm_watsonx_ai" ,
61- "class_name" : "IBMWatsonXInstrumentor " ,
61+ "class_name" : "WatsonxInstrumentor " ,
6262 "min_version" : "0.1.0" ,
6363 },
6464 "google.genai" : {
6565 "module_name" : "agentops.instrumentation.providers.google_genai" ,
66- "class_name" : "GoogleGenAIInstrumentor " ,
66+ "class_name" : "GoogleGenaiInstrumentor " ,
6767 "min_version" : "0.1.0" ,
6868 "package_name" : "google-genai" , # Actual pip package name
6969 },
@@ -89,7 +89,7 @@ class InstrumentorConfig(TypedDict):
8989AGENTIC_LIBRARIES : dict [str , InstrumentorConfig ] = {
9090 "crewai" : {
9191 "module_name" : "agentops.instrumentation.agentic.crewai" ,
92- "class_name" : "CrewAIInstrumentor " ,
92+ "class_name" : "CrewaiInstrumentor " ,
9393 "min_version" : "0.56.0" ,
9494 },
9595 "autogen" : {
@@ -104,7 +104,7 @@ class InstrumentorConfig(TypedDict):
104104 },
105105 "google.adk" : {
106106 "module_name" : "agentops.instrumentation.agentic.google_adk" ,
107- "class_name" : "GoogleADKInstrumentor " ,
107+ "class_name" : "GooogleAdkInstrumentor " ,
108108 "min_version" : "0.1.0" ,
109109 },
110110 "agno" : {
@@ -114,7 +114,7 @@ class InstrumentorConfig(TypedDict):
114114 },
115115 "smolagents" : {
116116 "module_name" : "agentops.instrumentation.agentic.smolagents" ,
117- "class_name" : "SmolAgentsInstrumentor " ,
117+ "class_name" : "SmolagentsInstrumentor " ,
118118 "min_version" : "1.0.0" ,
119119 },
120120}
0 commit comments