2024-09-17 06:22:38 -07:00
|
|
|
---
|
|
|
|
myst:
|
|
|
|
html_meta:
|
|
|
|
"description lang=en": |
|
2024-09-23 12:39:36 -04:00
|
|
|
Top-level documentation for AutoGen, a framework for developing applications using AI agents
|
2024-09-17 06:22:38 -07:00
|
|
|
html_theme.sidebar_secondary.remove: false
|
2024-09-23 13:45:16 -04:00
|
|
|
sd_hide_title: true
|
2024-09-17 06:22:38 -07:00
|
|
|
---
|
|
|
|
|
2024-09-23 11:37:05 -04:00
|
|
|
<style>
|
|
|
|
.hero-title {
|
|
|
|
font-size: 60px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 2rem auto 0;
|
|
|
|
}
|
2024-10-14 12:29:42 -04:00
|
|
|
|
|
|
|
.wip-card {
|
|
|
|
border: 1px solid var(--pst-color-success);
|
|
|
|
background-color: var(--pst-color-success-bg);
|
|
|
|
border-radius: .25rem;
|
|
|
|
padding: 0.3rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
2024-09-23 11:37:05 -04:00
|
|
|
</style>
|
|
|
|
|
2024-09-23 13:45:16 -04:00
|
|
|
# AutoGen
|
|
|
|
|
2024-09-23 11:37:05 -04:00
|
|
|
<div class="container">
|
|
|
|
<div class="row text-center">
|
|
|
|
<div class="col-sm-12">
|
|
|
|
<h1 class="hero-title">
|
|
|
|
AutoGen
|
|
|
|
</h1>
|
|
|
|
<h3>
|
2024-10-09 10:08:57 -04:00
|
|
|
A framework for building AI agents and multi-agent applications
|
2024-09-23 11:37:05 -04:00
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-10-09 10:08:57 -04:00
|
|
|
</div>
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
<div style="margin-top: 2rem;">
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-12-19 12:01:03 -05:00
|
|
|
::::{grid}
|
|
|
|
:gutter: 2
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-14 12:29:42 -04:00
|
|
|
:::{grid-item-card}
|
2024-10-09 10:08:57 -04:00
|
|
|
:shadow: none
|
|
|
|
:margin: 2 0 0 0
|
2024-12-19 12:01:03 -05:00
|
|
|
:columns: 12 12 12 12
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-14 12:29:42 -04:00
|
|
|
<div class="sd-card-title sd-font-weight-bold docutils">
|
|
|
|
|
|
|
|
{fas}`people-group;pst-color-primary`
|
|
|
|
AgentChat </div>
|
2024-10-09 10:08:57 -04:00
|
|
|
High-level API that includes preset agents and teams for building multi-agent systems.
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-09-30 19:43:05 -04:00
|
|
|
```sh
|
2024-12-30 17:12:51 -05:00
|
|
|
pip install "autogen-agentchat==0.4.0.dev13"
|
2024-09-30 19:43:05 -04:00
|
|
|
```
|
2024-09-17 06:22:38 -07:00
|
|
|
|
2024-12-05 13:47:57 -08:00
|
|
|
💡 *Start here if you are looking for an API similar to AutoGen 0.2.*
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
+++
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-12-30 13:33:08 -08:00
|
|
|
<a class="sd-sphinx-override sd-btn sd-text-wrap sd-btn-secondary reference internal" href="user-guide/agentchat-user-guide/quickstart.html"><span class="doc">Get Started</span></a>
|
|
|
|
<a class="sd-sphinx-override sd-btn sd-text-wrap sd-btn-secondary reference internal" href="user-guide/agentchat-user-guide/migration-guide.html"><span class="doc">Migration Guide (0.2.x to 0.4.x)</span></a>
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
:::
|
2024-12-19 12:01:03 -05:00
|
|
|
:::{grid-item-card} {fas}`palette;pst-color-primary` Studio
|
|
|
|
:shadow: none
|
|
|
|
:margin: 2 0 0 0
|
|
|
|
:columns: 12 12 12 12
|
|
|
|
|
|
|
|
No-code platform for authoring and interacting with multi-agent teams.
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
|
|
|
```{button-ref} user-guide/autogenstudio-user-guide/index
|
|
|
|
:color: secondary
|
|
|
|
|
|
|
|
Get Started
|
|
|
|
```
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
:::{grid-item-card} {fas}`cube;pst-color-primary` Core
|
|
|
|
:shadow: none
|
|
|
|
:margin: 2 0 0 0
|
2024-12-19 12:01:03 -05:00
|
|
|
:columns: 12 12 6 6
|
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
Provides building blocks for creating asynchronous, event driven multi-agent systems.
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-09-30 19:43:05 -04:00
|
|
|
```sh
|
2024-12-30 17:12:51 -05:00
|
|
|
pip install "autogen-core==0.4.0.dev13"
|
2024-09-30 19:43:05 -04:00
|
|
|
```
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
+++
|
2024-09-17 06:22:38 -07:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
```{button-ref} user-guide/core-user-guide/quickstart
|
|
|
|
:color: secondary
|
2024-09-17 06:22:38 -07:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
Get Started
|
2024-09-17 06:22:38 -07:00
|
|
|
```
|
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
:::
|
2024-12-19 12:01:03 -05:00
|
|
|
|
|
|
|
:::{grid-item-card} {fas}`puzzle-piece;pst-color-primary` Extensions
|
|
|
|
:shadow: none
|
|
|
|
:margin: 2 0 0 0
|
|
|
|
:columns: 12 12 6 6
|
|
|
|
|
|
|
|
Implementations of core components that interface with external services, or use extra dependencies. For example, Docker based code execution.
|
|
|
|
|
|
|
|
```sh
|
2024-12-30 17:12:51 -05:00
|
|
|
pip install "autogen-ext==0.4.0.dev13"
|
2024-12-19 12:01:03 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
+++
|
|
|
|
|
|
|
|
```{button-ref} user-guide/extensions-user-guide/index
|
|
|
|
:color: secondary
|
|
|
|
|
|
|
|
Get Started
|
|
|
|
```
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
::::
|
2024-09-17 06:22:38 -07:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
</div>
|
2024-09-17 06:22:38 -07:00
|
|
|
|
|
|
|
```{toctree}
|
2024-10-09 10:08:57 -04:00
|
|
|
:maxdepth: 3
|
2024-09-17 06:22:38 -07:00
|
|
|
:hidden:
|
|
|
|
|
2024-12-19 10:07:07 -05:00
|
|
|
user-guide/agentchat-user-guide/index
|
|
|
|
user-guide/core-user-guide/index
|
|
|
|
user-guide/extensions-user-guide/index
|
2024-12-19 12:01:03 -05:00
|
|
|
Studio <user-guide/autogenstudio-user-guide/index>
|
2024-09-17 06:22:38 -07:00
|
|
|
reference/index
|
|
|
|
```
|