mirror of https://github.com/microsoft/autogen.git
![]() This PR introduces a metadata field in AssistantAgentConfig, allowing applications to assign and track identity information for agents. The metadata field is a Dict[str, str] and is included in the configuration for proper serialization. --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> |
||
---|---|---|
.. | ||
core | ||
images | ||
template/public | ||
.gitignore | ||
README.md | ||
docfx.json | ||
index.md | ||
toc.yml |
README.md
How to build and run the website
Prerequisites
- dotnet 8.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 ../docs/dotnet/docfx.json --serve
After the command is executed, you can open your browser and navigate to http://localhost:8080
to view the website.