Skip to content

Commit 6988a94

Browse files
Merge pull request #2 from langwatch/feat/add-openinf-autogen
docs: added section on instrumenting Microsoft Autogen
2 parents 2d8d0df + 2418932 commit 6988a94

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

integration/opentelemetry/guide.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,27 @@ Currently, there are different open initiatives for LLM instrumentation librarie
176176

177177
That's it! You can now see the traces for your CrewAI calls in the LangWatch dashboard.
178178

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+
179200
<OpenInferenceMetadata />
180201
</Tab>
181202
</Tabs>

0 commit comments

Comments
 (0)