Skip to content

Commit 4118b98

Browse files
authored
Migrate from pyautogen to ag2 Library (#1160)
Migrate from pyautogen to ag2 library Co-authored-by: AG2AI-Admin <AG2AI-Admin@users.noreply.github.com>
1 parent 7992427 commit 4118b98

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/v1/integrations/autogen.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ AgentOps and AG2 (Formerly AutoGen) teamed up to make monitoring AG2 agents dead
2424
<Step title="Install AG2">
2525
<CodeGroup>
2626
```bash pip
27-
pip install pyautogen
27+
pip install ag2
2828
```
2929
```bash poetry
30-
poetry add pyautogen
30+
poetry add ag2
3131
```
3232
</CodeGroup>
3333
</Step>

examples/autogen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This directory contains examples of using Microsoft AutoGen with AgentOps instru
77
- Python >= 3.10 < 3.13
88
- Install required dependencies:
99
```
10-
pip install agentops "pyautogen[retrievechat]"
10+
pip install agentops "ag2[retrievechat]"
1111
```
1212

1313
## Examples

0 commit comments

Comments
 (0)