contoso-creative-writer
Basic Information
Contoso Creative Writer is a sample application and developer template that demonstrates how to build and orchestrate multi-agent AI workflows for creative writing using Azure services. The repository shows a working FastAPI backend and a web UI that accept a topic and instructions, then run a set of coordinated agents: a research agent that uses Bing Grounding, a product agent that queries an Azure AI Search vector index, a writer agent that combines findings, and an editor agent that refines the final article. The project is implemented in Python, uses Prompty to define and manage prompts, and includes orchestrator logic, prompty files for each agent, example product data loaded into a contoso-products index, tracing and evaluation utilities, and deployment scripts that use the Azure Developer CLI. The README documents setup options including GitHub Codespaces, VS Code Dev Containers, and azd-based deployment and resource provisioning requirements.