-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add company reseach and literature review examples with tools
- Loading branch information
1 parent
7a58cb4
commit 494b4db
Showing
8 changed files
with
1,034 additions
and
95 deletions.
There are no files selected for viewing
478 changes: 478 additions & 0 deletions
478
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 | ||
``` |
350 changes: 350 additions & 0 deletions
350
python/packages/autogen-core/docs/src/agentchat-user-guide/examples/literature-review.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
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
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.