Update website for 0.7.2 (#6902)

This commit is contained in:
Eric Zhu
2025-08-06 20:26:11 -04:00
committed by GitHub
parent c145ace39a
commit 7dd503eccf
4 changed files with 17 additions and 2 deletions

View File

@@ -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"

View File

@@ -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",
@@ -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

View File

@@ -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

View File

@@ -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",