# Microsoft AutoGen

Microsoft AutoGenは、Microsoftが開発したオープンソースフレームワークで、複数の会話型インテリジェントエージェントを活用して複雑な大規模言語モデルアプリケーションを構築できます。これらのエージェントは連携してタスクを効率的に実行します。

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

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

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

ローカルにインストールでき、LLamaのようなオープンソースの大規模モデルをサポートしているため、無料で利用可能で、強力なプライバシー保護を提供します。このため、商業的な可能性が非常に高いとされています。

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

セットアップガイド：

<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/ja/aijentoai-agent/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.
