> ## Documentation Index
> Fetch the complete documentation index at: https://sambanova-systems.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AutoGen integration guide - agents and task automation

AutoGen is an open-source tool that defines agents, integrates LLMs, and handles task termination.

## Prerequisites

Before you begin, ensure you have:

* A [SambaCloud](http://cloud.sambanova.ai?utm_source=autogen\&utm_medium=external\&utm_campaign=cloud_signup) account and API key.
* Python 3.9 or later.

## Example

Try out some examples with the following notebooks:

* [Company research notebook](https://github.com/sambanova/integrations/blob/main/autogen/company-research.ipynb)
  * Use a team of agents to search the web, find stock information, and generate a report.
* [Travel planning notebook](https://github.com/sambanova/integrations/blob/main/autogen/travel-planning.ipynb)
  * Build a comprehensive travel itinerary with a team of agents.

## Additional resources

[Autogen documentation](https://microsoft.github.io/autogen/0.2/docs/).
