mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* replace Event to CloudEvent WIP * switch to CloudEvents * dapr implementation WIP * fix namespaces and dapr sdk weirdness * WIP * dapr support WIP * dapr WIP * dapr WIP * dapr semi-working implementation * fix mapping bug * dapr reminders in sandbox * fix prompts * merge almost done * switch to Newtnsoft serialization for Marketing * add event surogate for Orleans serialization * remove newtnsoft serialization (not needed) * cleanup appsettings in marketing sample
[In progress] Marketing Saple application
This is a demo application that showcase the different features of the AI Agent framework. There are five agents in this application that control the different areas of the UI autonomously.
The agents are designed to be able to interact with each other and the user to achieve their goals. To do that each agent has
Requirements to run locally
Frontend
The latest version of Node.js and npm
Backend
Visual Studio or Visual Studio code and the latest version of dotnet
Running with azd
To run the application with azd, you need to have the azd cli installed. You can install it following the instructions here:
Then you can run the following command to start the application:
## How to run the application locally
Execute Run.ps1. IF you are missing the config file the script will create an empty one for you and ask you to fill it out.
.\run.ps1
## How to debug the application locally
To debug the backend, you can simply open the solution in Visual Studio, and press F5 to start debugging.
Remember to copy `appsettings.local.template.json` to `appsettings.json` and fill out the values.</p>
The frontend is a NodeJS React application. You can debug it using Visual Studio code.

