mirror of https://github.com/microsoft/autogen.git
parent
5be7ac7b12
commit
4be1c9cf76
|
@ -36,6 +36,7 @@ jobs:
|
||||||
{ ref: "v0.4.0.dev1", dest-dir: "0.4.0.dev1" },
|
{ ref: "v0.4.0.dev1", dest-dir: "0.4.0.dev1" },
|
||||||
{ ref: "v0.4.0.dev2", dest-dir: "0.4.0.dev2" },
|
{ ref: "v0.4.0.dev2", dest-dir: "0.4.0.dev2" },
|
||||||
{ 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" },
|
||||||
]
|
]
|
||||||
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.dev3' 'autogen-ext[docker]==0.4.0.dev3'
|
pip install 'autogen-agentchat==0.4.0.dev4' 'autogen-ext[docker]==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
The following code uses code execution, you need to have [Docker installed](https://docs.docker.com/engine/install/)
|
The following code uses code execution, you need to have [Docker installed](https://docs.docker.com/engine/install/)
|
||||||
|
|
|
@ -26,7 +26,12 @@
|
||||||
{
|
{
|
||||||
"name": "0.4.0.dev3",
|
"name": "0.4.0.dev3",
|
||||||
"version": "0.4.0.dev3",
|
"version": "0.4.0.dev3",
|
||||||
"url": "/autogen/0.4.0.dev3/",
|
"url": "/autogen/0.4.0.dev3/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "0.4.0.dev4",
|
||||||
|
"version": "0.4.0.dev4",
|
||||||
|
"url": "/autogen/0.4.0.dev4/",
|
||||||
"preferred": true
|
"preferred": true
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "autogen-agentchat"
|
name = "autogen-agentchat"
|
||||||
version = "0.4.0.dev3"
|
version = "0.4.0.dev4"
|
||||||
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.dev3",
|
"autogen-core==0.4.0.dev4",
|
||||||
]
|
]
|
||||||
|
|
||||||
[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.dev3
|
pip install 'autogen-agentchat==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
💡 *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.dev3
|
pip install 'autogen-core==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -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.dev3
|
pip install 'autogen-agentchat==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
[{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.dev3/) | [{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.dev4/) | [{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.dev3
|
||||||
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.dev3
|
pip install 'autogen-core==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
[{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.dev3/) | [{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.dev4/) | [{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.dev3
|
||||||
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.dev3
|
pip install 'autogen-ext==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
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.dev3/) | [{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.dev4/) | [{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.dev3
|
pip install 'autogen-agentchat==0.4.0.dev4'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install Docker for Code Execution
|
## Install Docker for Code Execution
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "autogen-core"
|
name = "autogen-core"
|
||||||
version = "0.4.0.dev3"
|
version = "0.4.0.dev4"
|
||||||
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.dev3"
|
version = "0.4.0.dev4"
|
||||||
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.dev3",
|
"autogen-core==0.4.0.dev4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -362,7 +362,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autogen-agentchat"
|
name = "autogen-agentchat"
|
||||||
version = "0.4.0.dev3"
|
version = "0.4.0.dev4"
|
||||||
source = { editable = "packages/autogen-agentchat" }
|
source = { editable = "packages/autogen-agentchat" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "autogen-core" },
|
{ name = "autogen-core" },
|
||||||
|
@ -373,7 +373,7 @@ requires-dist = [{ name = "autogen-core", editable = "packages/autogen-core" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autogen-core"
|
name = "autogen-core"
|
||||||
version = "0.4.0.dev3"
|
version = "0.4.0.dev4"
|
||||||
source = { editable = "packages/autogen-core" }
|
source = { editable = "packages/autogen-core" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiohttp" },
|
{ name = "aiohttp" },
|
||||||
|
@ -486,7 +486,7 @@ dev = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "autogen-ext"
|
name = "autogen-ext"
|
||||||
version = "0.4.0.dev3"
|
version = "0.4.0.dev4"
|
||||||
source = { editable = "packages/autogen-ext" }
|
source = { editable = "packages/autogen-ext" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "autogen-core" },
|
{ name = "autogen-core" },
|
||||||
|
|
Loading…
Reference in New Issue