-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Documentation for AgentChat (#3635)
* update docs on agent chat. * add langchain support * fix formatting issues * Update python/packages/autogen-core/docs/src/agentchat-user-guide/index.md Co-authored-by: gagb <[email protected]> * Update python/packages/autogen-core/docs/src/agentchat-user-guide/index.md Co-authored-by: gagb <[email protected]> * add company reseach and literature review examples with tools * format fixes * format and type fixes * add selector groupchat to agentchat index page * rename quick start as code exec * type fixes * format fix * Remove blank cell from notebooks --------- Co-authored-by: gagb <[email protected]> Co-authored-by: Eric Zhu <[email protected]>
- Loading branch information
1 parent
02ced7c
commit 4290cfa
Showing
10 changed files
with
1,442 additions
and
117 deletions.
There are no files selected for viewing
426 changes: 426 additions & 0 deletions
426
python/packages/autogen-core/docs/src/agentchat-user-guide/examples/company-research.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
54 changes: 54 additions & 0 deletions
54
python/packages/autogen-core/docs/src/agentchat-user-guide/examples/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description lang=en": | | ||
Examples built using AgentChat, a high-level api for AutoGen | ||
--- | ||
|
||
# Examples | ||
|
||
A list of examples to help you get started with AgentChat. | ||
|
||
:::::{grid} 2 2 2 3 | ||
|
||
::::{grid-item-card} Travel Planning | ||
:img-top: ../../images/code.svg | ||
:img-alt: travel planning example | ||
:link: ./travel-planning.html | ||
|
||
^^^ | ||
Generating a travel plan using multiple agents. | ||
|
||
:::: | ||
|
||
::::{grid-item-card} Company Research | ||
:img-top: ../../images/code.svg | ||
:img-alt: company research example | ||
:link: ./company-research.html | ||
|
||
^^^ | ||
Generating a company research report using multiple agents with tools. | ||
|
||
:::: | ||
|
||
::::{grid-item-card} Literature Review | ||
:img-top: ../../images/code.svg | ||
:img-alt: literature review example | ||
:link: ./literature-review.html | ||
|
||
^^^ | ||
Generating a literature review using agents with tools. | ||
|
||
:::: | ||
|
||
::::: | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:hidden: | ||
travel-planning | ||
company-research | ||
literature-review | ||
``` |
357 changes: 357 additions & 0 deletions
357
python/packages/autogen-core/docs/src/agentchat-user-guide/examples/literature-review.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
223 changes: 223 additions & 0 deletions
223
python/packages/autogen-core/docs/src/agentchat-user-guide/examples/travel-planning.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.