Xiaoyun Zhang 6bea055b26
[.Net] Add a generic IHandle interface so AgentRuntime doesn't need to deal with typed handler (#3985)
* add IHandle for object type

* rename handle -> handleObject

* remove duplicate file header setting

* update

* remove AgentId

* fix format
2024-10-30 11:53:37 -07:00
..

Backend Example

This example demonstrates how to create a simple backend service for the agent runtime using ASP.NET Core.

To Run it, simply run the following command in the terminal:

dotnet run

Or you can run it using Visual Studio Code by pressing F5.