autogen/dotnet/website/articles/getting-start.md
Griffin Bassman 850377c74a
fix: Various fixes and cleanups to dotnet autogen core (#5242)
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2025-01-28 17:13:36 -05:00

1.3 KiB

Get start with AutoGen for dotnet

dotnet-ci NuGet version

Firstly, add AutoGen package to your project.

dotnet add package AutoGen

Note

For more information about installing packages, please check out the installation guide.

Then you can start with the following code snippet to create a conversable agent and chat with it.

[!code-csharp] [!code-csharp]

Tutorial

Getting started with AutoGen.Net by following the tutorial series.

Examples

You can find more examples under the sample project.

Report a bug or request a feature

You can report a bug or request a feature by creating a new issue in the github issue and specifying label the label "donet"