Table of Contents

AutoGen.SemanticKernel Overview

AutoGen.SemanticKernel is a package that provides seamless integration with Semantic Kernel. It provides the following agents:

AutoGen.SemanticKernel also provides the following middleware:

Get start with AutoGen.SemanticKernel

To get start with AutoGen.SemanticKernel, firstly, follow the installation guide to make sure you add the AutoGen feed correctly. Then add AutoGen.SemanticKernel package to your project file.

<ItemGroup>
    <PackageReference Include="AutoGen.SemanticKernel" Version="AUTOGEN_VERSION" />
</ItemGroup>