mirror of https://github.com/microsoft/autogen.git
Update to dev13 (#4862)
This commit is contained in:
parent
cc06ec531e
commit
fb1094d9c3
|
@ -46,6 +46,7 @@ jobs:
|
|||
{ ref: "v0.4.0.dev10", dest-dir: "0.4.0.dev10", uv-version: "0.5.11" },
|
||||
{ ref: "v0.4.0.dev11", dest-dir: "0.4.0.dev11", uv-version: "0.5.11" },
|
||||
{ ref: "v0.4.0.dev12", dest-dir: "0.4.0.dev12", uv-version: "0.5.13" },
|
||||
{ ref: "v0.4.0.dev13", dest-dir: "0.4.0.dev13", uv-version: "0.5.13" },
|
||||
]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
[](https://twitter.com/pyautogen) [](https://www.linkedin.com/company/105812540) [](https://aka.ms/autogen-discord) [](https://github.com/microsoft/autogen/discussions) [](https://microsoft.github.io/autogen/0.2/) [](https://microsoft.github.io/autogen/dev/)
|
||||
|
||||
[](https://pypi.org/project/autogen-core/0.4.0.dev12/) [](https://pypi.org/project/autogen-agentchat/0.4.0.dev12/) [](https://pypi.org/project/autogen-ext/0.4.0.dev12/)
|
||||
[](https://pypi.org/project/autogen-core/0.4.0.dev13/) [](https://pypi.org/project/autogen-agentchat/0.4.0.dev13/) [](https://pypi.org/project/autogen-ext/0.4.0.dev13/)
|
||||
</div>
|
||||
|
||||
# AutoGen
|
||||
|
@ -107,7 +107,7 @@ We look forward to your contributions!
|
|||
First install the packages:
|
||||
|
||||
```bash
|
||||
pip install "autogen-agentchat==0.4.0.dev12" "autogen-ext[openai]==0.4.0.dev12"
|
||||
pip install "autogen-agentchat==0.4.0.dev13" "autogen-ext[openai]==0.4.0.dev13"
|
||||
```
|
||||
|
||||
The following code uses OpenAI's GPT-4o model and you need to provide your
|
||||
|
|
|
@ -71,7 +71,12 @@
|
|||
{
|
||||
"name": "0.4.0.dev12",
|
||||
"version": "0.4.0.dev12",
|
||||
"url": "/autogen/0.4.0.dev12/",
|
||||
"url": "/autogen/0.4.0.dev12/"
|
||||
},
|
||||
{
|
||||
"name": "0.4.0.dev13",
|
||||
"version": "0.4.0.dev13",
|
||||
"url": "/autogen/0.4.0.dev13/",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# AutoGen Python packages
|
||||
|
||||
[](https://microsoft.github.io/autogen/dev/)
|
||||
[](https://pypi.org/project/autogen-core/0.4.0.dev12/) [](https://pypi.org/project/autogen-agentchat/0.4.0.dev12/) [](https://pypi.org/project/autogen-ext/0.4.0.dev12/)
|
||||
[](https://pypi.org/project/autogen-core/0.4.0.dev13/) [](https://pypi.org/project/autogen-agentchat/0.4.0.dev13/) [](https://pypi.org/project/autogen-ext/0.4.0.dev13/)
|
||||
|
||||
This directory works as a single `uv` workspace containing all project packages. See [`packages`](./packages/) to discover all project packages.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "autogen-agentchat"
|
||||
version = "0.4.0.dev12"
|
||||
version = "0.4.0.dev13"
|
||||
license = {file = "LICENSE-CODE"}
|
||||
description = "AutoGen agents and teams library"
|
||||
readme = "README.md"
|
||||
|
@ -15,7 +15,7 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"autogen-core==0.4.0.dev12",
|
||||
"autogen-core==0.4.0.dev13",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a target="_blank" class="reference internal"
|
||||
href="https://pypi.org/project/autogen-agentchat/0.4.0.dev12/">
|
||||
href="https://pypi.org/project/autogen-agentchat/0.4.0.dev13/">
|
||||
<i class="fa-brands fa-python"></i>
|
||||
PyPi
|
||||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-core/0.4.0.dev12/">
|
||||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-core/0.4.0.dev13/">
|
||||
<i class="fa-brands fa-python"></i>
|
||||
PyPi
|
||||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-ext/0.4.0.dev12/">
|
||||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-ext/0.4.0.dev13/">
|
||||
<i class="fa-brands fa-python"></i>
|
||||
PyPi
|
||||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i>
|
||||
|
|
|
@ -58,7 +58,7 @@ AgentChat </div>
|
|||
High-level API that includes preset agents and teams for building multi-agent systems.
|
||||
|
||||
```sh
|
||||
pip install "autogen-agentchat==0.4.0.dev12"
|
||||
pip install "autogen-agentchat==0.4.0.dev13"
|
||||
```
|
||||
|
||||
💡 *Start here if you are looking for an API similar to AutoGen 0.2.*
|
||||
|
@ -94,7 +94,7 @@ Get Started
|
|||
Provides building blocks for creating asynchronous, event driven multi-agent systems.
|
||||
|
||||
```sh
|
||||
pip install "autogen-core==0.4.0.dev12"
|
||||
pip install "autogen-core==0.4.0.dev13"
|
||||
```
|
||||
|
||||
+++
|
||||
|
@ -115,7 +115,7 @@ Get Started
|
|||
Implementations of core components that interface with external services, or use extra dependencies. For example, Docker based code execution.
|
||||
|
||||
```sh
|
||||
pip install "autogen-ext==0.4.0.dev12"
|
||||
pip install "autogen-ext==0.4.0.dev13"
|
||||
```
|
||||
|
||||
+++
|
||||
|
|
|
@ -61,7 +61,7 @@ Install the `autogen-agentchat` package using pip:
|
|||
|
||||
```bash
|
||||
|
||||
pip install "autogen-agentchat==0.4.0.dev12"
|
||||
pip install "autogen-agentchat==0.4.0.dev13"
|
||||
```
|
||||
|
||||
```{note}
|
||||
|
@ -74,7 +74,7 @@ To use the OpenAI and Azure OpenAI models, you need to install the following
|
|||
extensions:
|
||||
|
||||
```bash
|
||||
pip install "autogen-ext[openai]==0.4.0.dev12"
|
||||
pip install "autogen-ext[openai]==0.4.0.dev13"
|
||||
```
|
||||
|
||||
## Install Docker for Code Execution
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"pip install \"autogen-agentchat==0.4.0.dev12\" \"autogen-ext[openai]==0.4.0.dev12\""
|
||||
"pip install \"autogen-agentchat==0.4.0.dev13\" \"autogen-ext[openai]==0.4.0.dev13\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -157,7 +157,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.12.7"
|
||||
"version": "3.12.5"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"pip install \"autogen-ext[openai]==0.4.0.dev12\""
|
||||
"pip install \"autogen-ext[openai]==0.4.0.dev13\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -108,7 +108,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"pip install \"autogen-ext[openai,azure]==0.4.0.dev12\""
|
||||
"pip install \"autogen-ext[openai,azure]==0.4.0.dev13\""
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"````{note}\n",
|
||||
"The distributed agent runtime requires extra dependencies, install them using:\n",
|
||||
"```bash\n",
|
||||
"pip install \"autogen-ext[grpc]==0.4.0.dev12\"\n",
|
||||
"pip install \"autogen-ext[grpc]==0.4.0.dev13\"\n",
|
||||
"```\n",
|
||||
"````\n",
|
||||
"\n",
|
||||
|
|
|
@ -6,7 +6,7 @@ Install the `autogen-core` package using pip:
|
|||
|
||||
```bash
|
||||
|
||||
pip install "autogen-core==0.4.0.dev12"
|
||||
pip install "autogen-core==0.4.0.dev13"
|
||||
```
|
||||
|
||||
```{note}
|
||||
|
|
|
@ -10,7 +10,7 @@ myst:
|
|||
First-part maintained extensions are available in the `autogen-ext` package.
|
||||
|
||||
```sh
|
||||
pip install "autogen-ext==0.4.0.dev12"
|
||||
pip install "autogen-ext==0.4.0.dev13"
|
||||
```
|
||||
|
||||
Extras:
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "autogen-core"
|
||||
version = "0.4.0.dev12"
|
||||
version = "0.4.0.dev13"
|
||||
license = {file = "LICENSE-CODE"}
|
||||
description = "Foundational interfaces and agent runtime implementation for AutoGen"
|
||||
readme = "README.md"
|
||||
|
@ -72,7 +72,7 @@ dev = [
|
|||
"autodoc_pydantic~=2.2",
|
||||
"pygments",
|
||||
|
||||
"autogen_ext==0.4.0.dev12",
|
||||
"autogen_ext==0.4.0.dev13",
|
||||
|
||||
# Documentation tooling
|
||||
"sphinx-autobuild",
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "autogen-ext"
|
||||
version = "0.4.0.dev12"
|
||||
version = "0.4.0.dev13"
|
||||
license = {file = "LICENSE-CODE"}
|
||||
description = "AutoGen extensions library"
|
||||
readme = "README.md"
|
||||
|
@ -15,7 +15,7 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"autogen-core==0.4.0.dev12",
|
||||
"autogen-core==0.4.0.dev13",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
@ -27,23 +27,23 @@ azure = ["azure-core", "azure-identity"]
|
|||
docker = ["docker~=7.0"]
|
||||
openai = ["openai>=1.52.2", "aiofiles"]
|
||||
file-surfer = [
|
||||
"autogen-agentchat==0.4.0.dev12",
|
||||
"autogen-agentchat==0.4.0.dev13",
|
||||
"markitdown>=0.0.1a2",
|
||||
]
|
||||
web-surfer = [
|
||||
"autogen-agentchat==0.4.0.dev12",
|
||||
"autogen-agentchat==0.4.0.dev13",
|
||||
"playwright>=1.48.0",
|
||||
"pillow>=11.0.0",
|
||||
"markitdown>=0.0.1a2",
|
||||
]
|
||||
magentic-one = [
|
||||
"autogen-agentchat==0.4.0.dev12",
|
||||
"autogen-agentchat==0.4.0.dev13",
|
||||
"markitdown>=0.0.1a2",
|
||||
"playwright>=1.48.0",
|
||||
"pillow>=11.0.0",
|
||||
]
|
||||
video-surfer = [
|
||||
"autogen-agentchat==0.4.0.dev12",
|
||||
"autogen-agentchat==0.4.0.dev13",
|
||||
"opencv-python>=4.5",
|
||||
"ffmpeg-python",
|
||||
"openai-whisper",
|
||||
|
|
|
@ -51,7 +51,7 @@ class ACADynamicSessionsCodeExecutor(CodeExecutor):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install "autogen-ext[azure]==0.4.0.dev12"
|
||||
pip install "autogen-ext[azure]==0.4.0.dev13"
|
||||
|
||||
.. caution::
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ class DockerCommandLineCodeExecutor(CodeExecutor):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install "autogen-ext[docker]==0.4.0.dev12"
|
||||
pip install "autogen-ext[docker]==0.4.0.dev13"
|
||||
|
||||
|
||||
The executor first saves each code block in a file in the working
|
||||
|
|
|
@ -911,7 +911,7 @@ class OpenAIChatCompletionClient(BaseOpenAIChatCompletionClient, Component[OpenA
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install "autogen-ext[openai]==0.4.0.dev12"
|
||||
pip install "autogen-ext[openai]==0.4.0.dev13"
|
||||
|
||||
The following code snippet shows how to use the client with an OpenAI model:
|
||||
|
||||
|
@ -1013,7 +1013,7 @@ class AzureOpenAIChatCompletionClient(
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install "autogen-ext[openai,azure]==0.4.0.dev12"
|
||||
pip install "autogen-ext[openai,azure]==0.4.0.dev13"
|
||||
|
||||
To use the client, you need to provide your deployment id, Azure Cognitive Services endpoint,
|
||||
api version, and model capabilities.
|
||||
|
|
|
@ -33,9 +33,9 @@ dependencies = [
|
|||
"alembic",
|
||||
"loguru",
|
||||
"pyyaml",
|
||||
"autogen-core==0.4.0.dev12",
|
||||
"autogen-agentchat==0.4.0.dev12",
|
||||
"autogen-ext[magentic-one]==0.4.0.dev12"
|
||||
"autogen-core==0.4.0.dev13",
|
||||
"autogen-agentchat==0.4.0.dev13",
|
||||
"autogen-ext[magentic-one]==0.4.0.dev13"
|
||||
]
|
||||
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
chainlit
|
||||
autogen-agentchat==0.4.0.dev12
|
||||
autogen-agentchat==0.4.0.dev13
|
||||
|
|
|
@ -335,7 +335,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "autogen-agentchat"
|
||||
version = "0.4.0.dev12"
|
||||
version = "0.4.0.dev13"
|
||||
source = { editable = "packages/autogen-agentchat" }
|
||||
dependencies = [
|
||||
{ name = "autogen-core" },
|
||||
|
@ -346,7 +346,7 @@ requires-dist = [{ name = "autogen-core", editable = "packages/autogen-core" }]
|
|||
|
||||
[[package]]
|
||||
name = "autogen-core"
|
||||
version = "0.4.0.dev12"
|
||||
version = "0.4.0.dev13"
|
||||
source = { editable = "packages/autogen-core" }
|
||||
dependencies = [
|
||||
{ name = "aioconsole" },
|
||||
|
@ -467,7 +467,7 @@ dev = [
|
|||
|
||||
[[package]]
|
||||
name = "autogen-ext"
|
||||
version = "0.4.0.dev12"
|
||||
version = "0.4.0.dev13"
|
||||
source = { editable = "packages/autogen-ext" }
|
||||
dependencies = [
|
||||
{ name = "autogen-core" },
|
||||
|
|
Loading…
Reference in New Issue