mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-10 04:48:03 -05:00
Update website for 0.7.2 (#6902)
This commit is contained in:
1
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
@@ -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"
|
||||
|
||||
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user