mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-12 19:40:40 +00:00
58 lines
1.2 KiB
Markdown
58 lines
1.2 KiB
Markdown
---
|
|
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/example-travel.jpeg
|
|
:img-alt: travel planning example
|
|
:link: ./travel-planning.html
|
|
:link-alt: travel planning: Generating a travel plan using multiple agents.
|
|
|
|
^^^
|
|
Generating a travel plan using multiple agents.
|
|
|
|
::::
|
|
|
|
::::{grid-item-card} Company Research
|
|
:img-top: ../../../images/example-company.jpg
|
|
:img-alt: company research example
|
|
:link: ./company-research.html
|
|
:link-alt: company research: Generating a company research report using multiple agents with tools.
|
|
|
|
^^^
|
|
Generating a company research report using multiple agents with tools.
|
|
|
|
::::
|
|
|
|
::::{grid-item-card} Literature Review
|
|
:img-top: ../../../images/example-literature.jpg
|
|
:img-alt: literature review example
|
|
:link: ./literature-review.html
|
|
:link-alt: literature review: Generating a literature review using agents with tools.
|
|
|
|
^^^
|
|
Generating a literature review using agents with tools.
|
|
|
|
::::
|
|
|
|
:::::
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
travel-planning
|
|
company-research
|
|
literature-review
|
|
|
|
```
|