mirror of https://github.com/microsoft/autogen.git
Update version to dev7 (#4359)
* Update version to dev7 * update other references
This commit is contained in:
parent
a14f208588
commit
1a02e2ba4b
|
@ -39,6 +39,7 @@ jobs:
|
|||
{ ref: "v0.4.0.dev4", dest-dir: "0.4.0.dev4" },
|
||||
{ ref: "v0.4.0.dev5", dest-dir: "0.4.0.dev5" },
|
||||
{ ref: "v0.4.0.dev6", dest-dir: "0.4.0.dev6" },
|
||||
{ ref: "v0.4.0.dev7", dest-dir: "0.4.0.dev7" },
|
||||
]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -101,7 +101,7 @@ We look forward to your contributions!
|
|||
First install the packages:
|
||||
|
||||
```bash
|
||||
pip install 'autogen-agentchat==0.4.0.dev6' 'autogen-ext[openai]==0.4.0.dev6'
|
||||
pip install 'autogen-agentchat==0.4.0.dev7' 'autogen-ext[openai]==0.4.0.dev7'
|
||||
```
|
||||
|
||||
The following code uses OpenAI's GPT-4o model and you need to provide your
|
||||
|
|
|
@ -41,7 +41,12 @@
|
|||
{
|
||||
"name": "0.4.0.dev6",
|
||||
"version": "0.4.0.dev6",
|
||||
"url": "/autogen/0.4.0.dev6/",
|
||||
"url": "/autogen/0.4.0.dev6/"
|
||||
},
|
||||
{
|
||||
"name": "0.4.0.dev7",
|
||||
"version": "0.4.0.dev7",
|
||||
"url": "/autogen/0.4.0.dev7/",
|
||||
"preferred": true
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "autogen-agentchat"
|
||||
version = "0.4.0.dev6"
|
||||
version = "0.4.0.dev7"
|
||||
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.dev6",
|
||||
"autogen-core==0.4.0.dev7",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
|
|
|
@ -61,7 +61,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.dev6'
|
||||
pip install 'autogen-agentchat==0.4.0.dev7'
|
||||
```
|
||||
|
||||
💡 *Start here if you are looking for an API similar to AutoGen 0.2*
|
||||
|
@ -82,7 +82,7 @@ Get Started
|
|||
Provides building blocks for creating asynchronous, event driven multi-agent systems.
|
||||
|
||||
```sh
|
||||
pip install 'autogen-core==0.4.0.dev6'
|
||||
pip install 'autogen-core==0.4.0.dev7'
|
||||
```
|
||||
|
||||
+++
|
||||
|
|
|
@ -31,10 +31,10 @@ myst:
|
|||
Library that is at a similar level of abstraction as AutoGen 0.2, including default agents and group chat.
|
||||
|
||||
```sh
|
||||
pip install 'autogen-agentchat==0.4.0.dev6'
|
||||
pip install 'autogen-agentchat==0.4.0.dev7'
|
||||
```
|
||||
|
||||
[{fas}`circle-info;pst-color-primary` User Guide](/user-guide/agentchat-user-guide/index.md) | [{fas}`file-code;pst-color-primary` API Reference](/reference/python/autogen_agentchat/autogen_agentchat.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-agentchat/0.4.0.dev6/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-agentchat)
|
||||
[{fas}`circle-info;pst-color-primary` User Guide](/user-guide/agentchat-user-guide/index.md) | [{fas}`file-code;pst-color-primary` API Reference](/reference/python/autogen_agentchat/autogen_agentchat.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-agentchat/0.4.0.dev7/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-agentchat)
|
||||
:::
|
||||
|
||||
(pkg-info-autogen-core)=
|
||||
|
@ -46,10 +46,10 @@ pip install 'autogen-agentchat==0.4.0.dev6'
|
|||
Implements the core functionality of the AutoGen framework, providing basic building blocks for creating multi-agent systems.
|
||||
|
||||
```sh
|
||||
pip install 'autogen-core==0.4.0.dev6'
|
||||
pip install 'autogen-core==0.4.0.dev7'
|
||||
```
|
||||
|
||||
[{fas}`circle-info;pst-color-primary` User Guide](/user-guide/core-user-guide/index.md) | [{fas}`file-code;pst-color-primary` API Reference](/reference/python/autogen_core/autogen_core.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-core/0.4.0.dev6/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-core)
|
||||
[{fas}`circle-info;pst-color-primary` User Guide](/user-guide/core-user-guide/index.md) | [{fas}`file-code;pst-color-primary` API Reference](/reference/python/autogen_core/autogen_core.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-core/0.4.0.dev7/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-core)
|
||||
:::
|
||||
|
||||
(pkg-info-autogen-ext)=
|
||||
|
@ -61,7 +61,7 @@ pip install 'autogen-core==0.4.0.dev6'
|
|||
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.dev6'
|
||||
pip install 'autogen-ext==0.4.0.dev7'
|
||||
```
|
||||
|
||||
Extras:
|
||||
|
@ -71,7 +71,7 @@ Extras:
|
|||
- `docker` needed for {py:class}`~autogen_ext.code_executors.DockerCommandLineCodeExecutor`
|
||||
- `openai` needed for {py:class}`~autogen_ext.models.OpenAIChatCompletionClient`
|
||||
|
||||
[{fas}`circle-info;pst-color-primary` User Guide](/user-guide/extensions-user-guide/index.md) | [{fas}`file-code;pst-color-primary` API Reference](/reference/python/autogen_ext/autogen_ext.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-ext/0.4.0.dev6/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-ext)
|
||||
[{fas}`circle-info;pst-color-primary` User Guide](/user-guide/extensions-user-guide/index.md) | [{fas}`file-code;pst-color-primary` API Reference](/reference/python/autogen_ext/autogen_ext.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-ext/0.4.0.dev7/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-ext)
|
||||
:::
|
||||
|
||||
(pkg-info-autogen-magentic-one)=
|
||||
|
|
|
@ -61,7 +61,7 @@ Install the `autogen-agentchat` package using pip:
|
|||
|
||||
```bash
|
||||
|
||||
pip install 'autogen-agentchat==0.4.0.dev6'
|
||||
pip install 'autogen-agentchat==0.4.0.dev7'
|
||||
```
|
||||
|
||||
```{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.dev6'
|
||||
pip install 'autogen-ext[openai]==0.4.0.dev7'
|
||||
```
|
||||
|
||||
## Install Docker for Code Execution
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"pip install 'autogen-agentchat==0.4.0.dev6' 'autogen-ext[openai]==0.4.0.dev6'"
|
||||
"pip install 'autogen-agentchat==0.4.0.dev7' 'autogen-ext[openai]==0.4.0.dev7'"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"pip install 'autogen-ext[openai]==0.4.0.dev6'"
|
||||
"pip install 'autogen-ext[openai]==0.4.0.dev7'"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -110,7 +110,7 @@
|
|||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"pip install 'autogen-ext[openai,azure]==0.4.0.dev6'"
|
||||
"pip install 'autogen-ext[openai,azure]==0.4.0.dev7'"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"````{note}\n",
|
||||
"The distributed agent runtime requires extra dependencies, install them using:\n",
|
||||
"```bash\n",
|
||||
"pip install autogen-core[grpc]==0.4.0.dev6\n",
|
||||
"pip install autogen-core[grpc]==0.4.0.dev7\n",
|
||||
"```\n",
|
||||
"````\n",
|
||||
"\n",
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "autogen-core"
|
||||
version = "0.4.0.dev6"
|
||||
version = "0.4.0.dev7"
|
||||
license = {file = "LICENSE-CODE"}
|
||||
description = "Foundational interfaces and agent runtime implementation for AutoGen"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "autogen-ext"
|
||||
version = "0.4.0.dev6"
|
||||
version = "0.4.0.dev7"
|
||||
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.dev6",
|
||||
"autogen-core==0.4.0.dev7",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -908,7 +908,7 @@ class OpenAIChatCompletionClient(BaseOpenAIChatCompletionClient):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install 'autogen-ext[openai]==0.4.0.dev6'
|
||||
pip install 'autogen-ext[openai]==0.4.0.dev7'
|
||||
|
||||
The following code snippet shows how to use the client with an OpenAI model:
|
||||
|
||||
|
@ -988,7 +988,7 @@ class AzureOpenAIChatCompletionClient(BaseOpenAIChatCompletionClient):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install 'autogen-ext[openai,azure]==0.4.0.dev6'
|
||||
pip install 'autogen-ext[openai,azure]==0.4.0.dev7'
|
||||
|
||||
To use the client, you need to provide your deployment id, Azure Cognitive Services endpoint,
|
||||
api version, and model capabilities.
|
||||
|
|
|
@ -23,7 +23,7 @@ dependencies = [
|
|||
"pydantic-settings",
|
||||
"fastapi",
|
||||
"typer",
|
||||
"uvicorn",
|
||||
"uvicorn",
|
||||
"python-dotenv",
|
||||
"websockets",
|
||||
"numpy < 2.0.0",
|
||||
|
@ -32,9 +32,9 @@ dependencies = [
|
|||
"alembic",
|
||||
"loguru",
|
||||
"pyyaml",
|
||||
"autogen-core==0.4.0.dev6",
|
||||
"autogen-agentchat==0.4.0.dev6",
|
||||
"autogen-ext==0.4.0.dev6"
|
||||
"autogen-core==0.4.0.dev7",
|
||||
"autogen-agentchat==0.4.0.dev7",
|
||||
"autogen-ext==0.4.0.dev7"
|
||||
]
|
||||
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}
|
||||
|
||||
|
|
|
@ -315,7 +315,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "autogen-agentchat"
|
||||
version = "0.4.0.dev6"
|
||||
version = "0.4.0.dev7"
|
||||
source = { editable = "packages/autogen-agentchat" }
|
||||
dependencies = [
|
||||
{ name = "autogen-core" },
|
||||
|
@ -329,7 +329,7 @@ dev = []
|
|||
|
||||
[[package]]
|
||||
name = "autogen-core"
|
||||
version = "0.4.0.dev6"
|
||||
version = "0.4.0.dev7"
|
||||
source = { editable = "packages/autogen-core" }
|
||||
dependencies = [
|
||||
{ name = "aiohttp" },
|
||||
|
@ -450,7 +450,7 @@ dev = [
|
|||
|
||||
[[package]]
|
||||
name = "autogen-ext"
|
||||
version = "0.4.0.dev6"
|
||||
version = "0.4.0.dev7"
|
||||
source = { editable = "packages/autogen-ext" }
|
||||
dependencies = [
|
||||
{ name = "autogen-core" },
|
||||
|
|
Loading…
Reference in New Issue