|
|
|
|
@@ -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.dev9'
|
|
|
|
|
pip install 'autogen-agentchat==0.4.0.dev10'
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[{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.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-agentchat/0.4.0.dev9/) | [{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.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-agentchat/0.4.0.dev10/) | [{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.dev9'
|
|
|
|
|
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.dev9'
|
|
|
|
|
pip install 'autogen-core==0.4.0.dev10'
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[{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.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-core/0.4.0.dev9/) | [{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.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-core/0.4.0.dev10/) | [{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.dev9'
|
|
|
|
|
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.dev9'
|
|
|
|
|
pip install 'autogen-ext==0.4.0.dev10'
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Extras:
|
|
|
|
|
@@ -71,7 +71,7 @@ Extras:
|
|
|
|
|
- `docker` needed for {py:class}`~autogen_ext.code_executors.docker.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.agents.web_surfer.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-ext/0.4.0.dev9/) | [{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.agents.web_surfer.rst) | [{fab}`python;pst-color-primary` PyPI](https://pypi.org/project/autogen-ext/0.4.0.dev10/) | [{fab}`github;pst-color-primary` Source](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-ext)
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
(pkg-info-autogen-magentic-one)=
|
|
|
|
|
|