autogen/dotnet/website
Xiaoyun Zhang b97bca552b
[.Net] release v0.2.0 (#3483)
* release 0.2.0

* update release noteb
2024-09-05 21:23:52 +00:00
..
articles adding a new page Function comparison between Python AutoGen and Auto… (#3367) 2024-08-16 21:37:52 +00:00
images add Use AutoGen.Net agent as model in AG Studio (#3182) 2024-07-21 18:42:26 +00:00
release_note [.Net] release v0.2.0 (#3483) 2024-09-05 21:23:52 +00:00
template/public add github icon (#2878) 2024-06-06 18:41:35 +00:00
tutorial add Use AutoGen.Net agent as model in AG Studio (#3182) 2024-07-21 18:42:26 +00:00
.gitignore Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
README.md Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
docfx.json [.Net] Prepare release note for AutoGen.Net 0.0.16 (#3117) 2024-07-11 19:31:40 +00:00
filterConfig.yml Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
index.md improve `Create agent with tools` and add tuturial reference in index.md (#3024) 2024-06-25 21:40:52 +00:00
toc.yml adding a new page Function comparison between Python AutoGen and Auto… (#3367) 2024-08-16 21:37:52 +00:00

README.md

How to build and run the website

Prerequisites

  • dotnet 7.0 or later

Build

Firstly, go to autogen/dotnet folder and run the following command to build the website:

dotnet tool restore
dotnet tool run docfx website/docfx.json --serve

After the command is executed, you can open your browser and navigate to http://localhost:8080 to view the website.