document-generation-solution-accelerator
document-generation-solution-accelerator copied to clipboard
feat feature/content-generation-accelerator
- Multi-agent architecture using Microsoft Agent Framework
- React/TypeScript frontend with Fluent UI
- Python/Quart backend with async streaming
- Azure OpenAI GPT-5.1 for text generation
- Azure OpenAI DALL-E 3 for image generation
- Azure Cosmos DB for conversation persistence
- Azure Blob Storage for image storage
- Azure AI Search for product/image search
- Comprehensive brand guidelines compliance checking
- Creative brief parsing and confirmation flow
- Real-time SSE streaming for chat responses
Purpose
- Base proof of concept for Doc Gen
Does this introduce a breaking change?
- [ ] Yes
- [ ] No
Golden Path Validation
- [ ] I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.
Deployment Validation
- [ ] I have validated the deployment process successfully and all services are running as expected with this change.
What to Check
Verify that the following are valid
- [ ] I have built and tested the code locally and in a deployed app
- [ ] For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
- [ ] This is a change for all users of this app. No code or asset is specific to my use case or my organization.