@@ -115,27 +115,6 @@ Currently, there are different open initiatives for LLM instrumentation librarie
115115
116116 <OpenInferenceMetadata />
117117 </Tab >
118- <Tab title = " Autogen (experimental)" >
119- Installation:
120-
121- ``` bash
122- pip install openinference-instrumentation-autogen
123- ```
124-
125- ** Note:** The Autogen integration is currently experimental and may have limitations or unexpected behavior.
126-
127- Then, instrument Autogen:
128-
129- ``` python
130- from openinference.instrumentation.autogen import AutogenInstrumentor
131-
132- AutogenInstrumentor().instrument()
133- ```
134-
135- That's it! You can now see the traces from inside Autogen in the LangWatch dashboard.
136-
137- <OpenInferenceMetadata />
138- </Tab >
139118 <Tab title = " Haystack" >
140119 Installation:
141120
@@ -197,6 +176,27 @@ Currently, there are different open initiatives for LLM instrumentation librarie
197176
198177 That's it! You can now see the traces for your CrewAI calls in the LangWatch dashboard.
199178
179+ <OpenInferenceMetadata />
180+ </Tab >
181+ <Tab title = " Autogen (experimental)" >
182+ Installation:
183+
184+ ``` bash
185+ pip install openinference-instrumentation-autogen
186+ ```
187+
188+ ** Note:** The Autogen integration is currently experimental and may have limitations or unexpected behavior.
189+
190+ Then, instrument Autogen:
191+
192+ ``` python
193+ from openinference.instrumentation.autogen import AutogenInstrumentor
194+
195+ AutogenInstrumentor().instrument()
196+ ```
197+
198+ That's it! You can now see the traces from inside Autogen in the LangWatch dashboard.
199+
200200 <OpenInferenceMetadata />
201201 </Tab >
202202 </Tabs >
0 commit comments