Welcome to our multi-agent sample and workshop for a retail banking scenario. Implemented in both C# using Semantic Kernel Agents and Python using LangGraph.
This sample application and full-day workshop shows how to build a multi-tenant, multi-agent, banking application with containerized applications built using two multi-agent frameworks
- Semantic Kernel Agents in C#
- LangGraph in Python
Both are hosted on Azure Container Apps, with Azure Cosmos DB for NoSQL as the transactional database and vector store with Azure OpenAI Service for embeddings and completions. This complete sample and full-day workshop provides practical guidance on many concepts you will need to design and build these types of applications.
Multi-Agent.AI.application.mp4
The workshop for this sample is on the Start branch in this repository. To navigate and complete this workshop select one of the following:
- Navigate to the LangGraph Python Workshop
- Navigate to the Semantic Kernel Csharp Workshop
There are two completely separate implementations for this sample multi-agent application with different instructions on how to deploy and configure for use.
This template, the application code and configuration it contains, has been built to showcase Microsoft Azure specific services and tools. We strongly advise our customers not to make this code part of their production environments without implementing or enabling additional security features.
This template uses gpt-4o and text-embedding-3-large models which may not be available in all Azure regions. Check for up-to-date region availability and select a region during deployment accordingly.
You can estimate the cost of this project's architecture with Azure's pricing calculator
As an example in US dollars, here's how the sample is currently built:
Average Monthly Cost:
- Azure Cosmos DB Serverless ($0.25 USD per 1M RU/s): $0.25
- Azure Container Apps (1 CPU, 2 Gi memory): $8.00
- Azure Container Registry(Standard): $5:50
- Azure App Service (B3 Plan): $1.20
- Azure OpenAI (GPT-4o 1M input/output tokens): $20 (Sample uses 10K tokens)
- Azure OpenAI (text-3-embedding-large): < $0.01 (Sample uses 5K tokens)
- Log Analytics (Pay as you go): < $0.12
To learn more about the services and features demonstrated in this sample, see the following: