mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-25 00:58:04 -05:00
* simplify publishing imessage contracts use new api complete adoption remove unused project more delete more delete * rename methods * formatting * Add task type that are messages to enable multi-modal tasks. (#4091) * Add task type that are messages to enable multi-modal tasks. * fix test --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Multiproject App Host for HelloAgent
This is a .NET Aspire App Host that starts up the HelloAgent project and the agents backend. Once the project starts up you will be able to view the telemetry and logs in the Aspire Dashboard using the link provided in the console.
cd Hello.AppHost
dotnet run
For more info see the HelloAgent README.