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;
|
|
|
|
}
|
|
|
|
</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-10-09 10:08:57 -04:00
|
|
|
::::{grid} 1 1 2 2
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
:::{grid-item-card} {fas}`people-group;pst-color-primary` AgentChat
|
|
|
|
:shadow: none
|
|
|
|
:margin: 2 0 0 0
|
2024-09-23 11:37:05 -04:00
|
|
|
|
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
|
|
|
|
pip install autogen-agentchat==0.4.0dev0
|
|
|
|
```
|
2024-09-17 06:22:38 -07:00
|
|
|
|
2024-10-09 10:08:57 -04: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-10-09 10:08:57 -04:00
|
|
|
```{button-ref} user-guide/agentchat-user-guide/quickstart
|
|
|
|
:color: secondary
|
2024-09-23 11:37:05 -04:00
|
|
|
|
2024-10-09 10:08:57 -04:00
|
|
|
Get Started
|
|
|
|
```
|
2024-09-23 11:37:05 -04:00
|
|
|
|
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-09-23 11:37:05 -04:00
|
|
|
|
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
|
|
|
|
pip install autogen-core==0.4.0dev0
|
|
|
|
```
|
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-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-10-09 10:08:57 -04:00
|
|
|
user-guide/index
|
|
|
|
packages/index
|
2024-09-17 06:22:38 -07:00
|
|
|
reference/index
|
|
|
|
```
|