Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ body:
multiple: false
options:
- "Python dev (main branch)"
- "Python 0.7.2"
- "Python 0.7.1"
- "Python 0.6.4"
- "Python 0.6.2"
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
poe-dir: ".",
},
{
ref: "python-v0.7.1.post1",
ref: "python-v0.7.2",
dest-dir: stable,
uv-version: "0.7.13",
sphinx-release-override: "stable",
Expand Down Expand Up @@ -192,6 +192,13 @@ jobs:
sphinx-release-override: "",
poe-dir: ".",
},
{
ref: "python-v0.7.2",
dest-dir: "0.7.2",
uv-version: "0.7.13",
sphinx-release-override: "",
poe-dir: ".",
},
]
steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ asyncio.run(main())

### MCP Server

Create a web browsing assistant agent that uses the Playwright MCP server.

```python
# First run `npm install -g @playwright/mcp@latest` to install the MCP server.
import asyncio
Expand Down
7 changes: 6 additions & 1 deletion docs/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"url": "/autogen/dev/"
},
{
"name": "0.7.1 (stable)",
"name": "0.7.2 (stable)",
"version": "stable",
"url": "/autogen/stable/",
"preferred": true
},
{
"name": "0.7.1",
"version": "0.7.1",
"url": "/autogen/0.7.1/"
},
{
"name": "0.6.4",
"version": "0.6.4",
Expand Down
Loading