# Microsoft AutoGen

Microsoft AutoGen is an open-source framework developed by Microsoft that enables developers to create complex large language model applications using multiple conversational intelligent agents. These agents can work together to accomplish tasks.

{% embed url="<https://youtu.be/KuX_dkqr7UY>" %}

<https://microsoft.github.io/autogen/>

{% embed url="<https://microsoft.github.io/autogen/assets/images/autogen_agentchat-250ca64b77b87e70d34766a080bf6ba8.png>" %}

It can be installed locally and supports open-source large models like LLama, making it zero-cost and providing strong privacy protection. This gives it promising commercial potential.

{% embed url="<https://microsoft.github.io/autogen/assets/images/app-c414cd164ef912e5e8b40f61042143ad.png>" %}

install guide:

<https://microsoft.github.io/autogen/docs/installation/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/tools-and-tech/ai-agent-tools/microsoft-autogen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
