autogen/docs/dotnet
tongyu 47ffaccba1
AssistantAgent.metadata for user/application identity information associated with the agent. #6048 (#6057)
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>
2025-03-23 14:49:57 -07:00
..
core AssistantAgent.metadata for user/application identity information associated with the agent. #6048 (#6057) 2025-03-23 14:49:57 -07:00
images Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
template/public more dotnet doc improvements (#5559) 2025-02-19 17:24:26 +00:00
.gitignore Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00
README.md more dotnet doc improvements (#5559) 2025-02-19 17:24:26 +00:00
docfx.json AssistantAgent.metadata for user/application identity information associated with the agent. #6048 (#6057) 2025-03-23 14:49:57 -07:00
index.md more dotnet doc improvements (#5559) 2025-02-19 17:24:26 +00:00
toc.yml Create and publish documentation site for 0.4 dotnet (#5275) 2025-01-30 19:04:26 -05:00

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.