mirror of https://github.com/microsoft/autogen.git
dev6 (#4129)
This commit is contained in:
parent
4786f189bc
commit
e27c740961
|
@ -38,6 +38,7 @@ jobs:
|
||||||
{ ref: "v0.4.0.dev3", dest-dir: "0.4.0.dev3" },
|
{ ref: "v0.4.0.dev3", dest-dir: "0.4.0.dev3" },
|
||||||
{ ref: "v0.4.0.dev4", dest-dir: "0.4.0.dev4" },
|
{ 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.dev5", dest-dir: "0.4.0.dev5" },
|
||||||
|
{ ref: "v0.4.0.dev6", dest-dir: "0.4.0.dev6" },
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
@ -101,7 +101,7 @@ We look forward to your contributions!
|
||||||
First install the packages:
|
First install the packages:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install 'autogen-agentchat==0.4.0.dev5' 'autogen-ext[openai]==0.4.0.dev5'
|
pip install 'autogen-agentchat==0.4.0.dev6' 'autogen-ext[openai]==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
The following code uses OpenAI's GPT-4o model and you need to provide your
|
The following code uses OpenAI's GPT-4o model and you need to provide your
|
||||||
|
|
|
@ -36,7 +36,12 @@
|
||||||
{
|
{
|
||||||
"name": "0.4.0.dev5",
|
"name": "0.4.0.dev5",
|
||||||
"version": "0.4.0.dev5",
|
"version": "0.4.0.dev5",
|
||||||
"url": "/autogen/0.4.0.dev5/",
|
"url": "/autogen/0.4.0.dev5/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.4.0.dev6",
|
||||||
|
"version": "0.4.0.dev6",
|
||||||
|
"url": "/autogen/0.4.0.dev6/",
|
||||||
"preferred": true
|
"preferred": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "autogen-agentchat"
|
name = "autogen-agentchat"
|
||||||
version = "0.4.0.dev5"
|
version = "0.4.0.dev6"
|
||||||
license = {file = "LICENSE-CODE"}
|
license = {file = "LICENSE-CODE"}
|
||||||
description = "AutoGen agents and teams library"
|
description = "AutoGen agents and teams library"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -15,7 +15,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autogen-core==0.4.0.dev5",
|
"autogen-core==0.4.0.dev6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
|
|
|
@ -61,7 +61,7 @@ AgentChat </div>
|
||||||
High-level API that includes preset agents and teams for building multi-agent systems.
|
High-level API that includes preset agents and teams for building multi-agent systems.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install 'autogen-agentchat==0.4.0.dev5'
|
pip install 'autogen-agentchat==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
💡 *Start here if you are looking for an API similar to AutoGen 0.2*
|
💡 *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.
|
Provides building blocks for creating asynchronous, event driven multi-agent systems.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install 'autogen-core==0.4.0.dev5'
|
pip install 'autogen-core==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -29,10 +29,10 @@ myst:
|
||||||
Library that is at a similar level of abstraction as AutoGen 0.2, including default agents and group chat.
|
Library that is at a similar level of abstraction as AutoGen 0.2, including default agents and group chat.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install 'autogen-agentchat==0.4.0.dev5'
|
pip install 'autogen-agentchat==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
[{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.dev5/) | [{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.dev6/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-agentchat)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
(pkg-info-autogen-core)=
|
(pkg-info-autogen-core)=
|
||||||
|
@ -44,10 +44,10 @@ pip install 'autogen-agentchat==0.4.0.dev5'
|
||||||
Implements the core functionality of the AutoGen framework, providing basic building blocks for creating multi-agent systems.
|
Implements the core functionality of the AutoGen framework, providing basic building blocks for creating multi-agent systems.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install 'autogen-core==0.4.0.dev5'
|
pip install 'autogen-core==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
[{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.dev5/) | [{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.dev6/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-core)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
(pkg-info-autogen-ext)=
|
(pkg-info-autogen-ext)=
|
||||||
|
@ -59,7 +59,7 @@ pip install 'autogen-core==0.4.0.dev5'
|
||||||
Implementations of core components that interface with external services, or use extra dependencies. For example, Docker based code execution.
|
Implementations of core components that interface with external services, or use extra dependencies. For example, Docker based code execution.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install 'autogen-ext==0.4.0.dev5'
|
pip install 'autogen-ext==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
Extras:
|
Extras:
|
||||||
|
@ -69,7 +69,7 @@ Extras:
|
||||||
- `docker` needed for {py:class}`~autogen_ext.code_executors.DockerCommandLineCodeExecutor`
|
- `docker` needed for {py:class}`~autogen_ext.code_executors.DockerCommandLineCodeExecutor`
|
||||||
- `openai` needed for {py:class}`~autogen_ext.models.OpenAIChatCompletionClient`
|
- `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.dev5/) | [{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.dev6/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-ext)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
(pkg-info-autogen-magentic-one)=
|
(pkg-info-autogen-magentic-one)=
|
||||||
|
|
|
@ -61,7 +61,7 @@ Install the `autogen-agentchat` package using pip:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
pip install 'autogen-agentchat==0.4.0.dev5'
|
pip install 'autogen-agentchat==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install OpenAI for Model Client
|
## Install OpenAI for Model Client
|
||||||
|
@ -70,7 +70,7 @@ To use the OpenAI and Azure OpenAI models, you need to install the following
|
||||||
extensions:
|
extensions:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install 'autogen-ext[openai]==0.4.0.dev5'
|
pip install 'autogen-ext[openai]==0.4.0.dev6'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install Docker for Code Execution
|
## Install Docker for Code Execution
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"pip install 'autogen-agentchat==0.4.0.dev5' 'autogen-ext[openai]==0.4.0.dev5'"
|
"pip install 'autogen-agentchat==0.4.0.dev6' 'autogen-ext[openai]==0.4.0.dev6'"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"pip install 'autogen-ext[openai]==0.4.0.dev5'"
|
"pip install 'autogen-ext[openai]==0.4.0.dev6'"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"pip install 'autogen-ext[openai,azure]==0.4.0.dev5'"
|
"pip install 'autogen-ext[openai,azure]==0.4.0.dev6'"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "autogen-core"
|
name = "autogen-core"
|
||||||
version = "0.4.0.dev5"
|
version = "0.4.0.dev6"
|
||||||
license = {file = "LICENSE-CODE"}
|
license = {file = "LICENSE-CODE"}
|
||||||
description = "Foundational interfaces and agent runtime implementation for AutoGen"
|
description = "Foundational interfaces and agent runtime implementation for AutoGen"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "autogen-ext"
|
name = "autogen-ext"
|
||||||
version = "0.4.0.dev5"
|
version = "0.4.0.dev6"
|
||||||
license = {file = "LICENSE-CODE"}
|
license = {file = "LICENSE-CODE"}
|
||||||
description = "AutoGen extensions library"
|
description = "AutoGen extensions library"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -15,7 +15,7 @@ classifiers = [
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autogen-core==0.4.0.dev5",
|
"autogen-core==0.4.0.dev6",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -330,7 +330,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autogen-agentchat"
|
name = "autogen-agentchat"
|
||||||
version = "0.4.0.dev5"
|
version = "0.4.0.dev6"
|
||||||
source = { editable = "packages/autogen-agentchat" }
|
source = { editable = "packages/autogen-agentchat" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "autogen-core" },
|
{ name = "autogen-core" },
|
||||||
|
@ -341,7 +341,7 @@ requires-dist = [{ name = "autogen-core", editable = "packages/autogen-core" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autogen-core"
|
name = "autogen-core"
|
||||||
version = "0.4.0.dev5"
|
version = "0.4.0.dev6"
|
||||||
source = { editable = "packages/autogen-core" }
|
source = { editable = "packages/autogen-core" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiohttp" },
|
{ name = "aiohttp" },
|
||||||
|
@ -454,7 +454,7 @@ dev = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autogen-ext"
|
name = "autogen-ext"
|
||||||
version = "0.4.0.dev5"
|
version = "0.4.0.dev6"
|
||||||
source = { editable = "packages/autogen-ext" }
|
source = { editable = "packages/autogen-ext" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "autogen-core" },
|
{ name = "autogen-core" },
|
||||||
|
|
Loading…
Reference in New Issue