Browse Source

Update website for 0.7.2 (#6902)

tags/python-v0.7.3
Eric Zhu GitHub 11 months ago
parent
commit
7dd503eccf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 2 deletions
  1. +1
    -0
      .github/ISSUE_TEMPLATE/1-bug_report.yml
  2. +8
    -1
      .github/workflows/docs.yml
  3. +2
    -0
      README.md
  4. +6
    -1
      docs/switcher.json

+ 1
- 0
.github/ISSUE_TEMPLATE/1-bug_report.yml 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"


+ 8
- 1
.github/workflows/docs.yml 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


+ 2
- 0
README.md 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


+ 6
- 1
docs/switcher.json 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",


Loading…
Cancel
Save