Update user guide (#4560)

* Update user guide

* Fix typos

* Move the file to correct dir

* update notebook, add runnable code to catch bugs, improve text on inner messages

* update icons in tutorial

* Reduce references to future concepts

---------

Co-authored-by: Victor Dibia <victor.dibia@gmail.com>
This commit is contained in:
gagb 2024-12-05 14:37:33 -08:00 committed by GitHub
parent 0fd47b95d8
commit ac363344da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 135 additions and 4 deletions

View File

@ -6,9 +6,6 @@
"source": [
"# Agents\n",
"\n",
"```{include} ../warning.md\n",
"```\n",
"\n",
"AutoGen AgentChat provides a set of preset Agents, each with variations in how an agent might respond to messages.\n",
"All agents share the following attributes and methods:\n",
"\n",

View File

@ -18,6 +18,12 @@ Get started with AgentChat through this comprehensive tutorial.
Setting up model clients for agents and teams.
:::
:::{grid-item-card} {fas}`message;pst-color-primary` Messages
:link: ./messages.html
Understanding different types of messages.
:::
:::{grid-item-card} {fas}`users;pst-color-primary` Agents
:link: ./agents.html
@ -48,7 +54,7 @@ A dynamic team that uses handoffs to pass tasks between agents.
How to build custom agents.
:::
:::{grid-item-card} {fas}`users;pst-color-primary` State Management
:::{grid-item-card} {fas}`database;pst-color-primary` State Management
:link: ./state.html
How to manage state in agents and teams.
@ -61,6 +67,7 @@ How to manage state in agents and teams.
:hidden:
models
messages
agents
teams
selector-group-chat

File diff suppressed because one or more lines are too long