- Step1: Clone the GitHub repository from https://github.com/Azure-Samples/aspire-semantic-kernel-creative-writer
- Step2: Install .NET 7 SDK and restore NuGet packages
- Step3: Set environment variables AZURE_OPENAI_ENDPOINT and AZURE_OPENAI_KEY with your Azure OpenAI credentials
- Step4: Configure memory store settings in appsettings.json if needed
- Step5: Build and run the console application to interact with the writing agent
- Step6: Customize or add new semantic functions in the Skills directory
- Step7: Rebuild and rerun to see updated creative writing pipelines in action