Skip to content

A multi-agent sample and workshop for a retail banking scenario. Implemented in both C# using Semantic Kernel Agents and Python using LangGraph.

License

Notifications You must be signed in to change notification settings

AzureCosmosDB/banking-multi-agent-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Agent Workshop

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.

Build a Multi-Agent AI application using Semantic Kernel Agents or 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.

User Experience

Multi-Agent.AI.application.mp4

Complete the Workshop Exercises

The workshop for this sample is on the Start branch in this repository. To navigate and complete this workshop select one of the following:

Explore the Complete Samples

There are two completely separate implementations for this sample multi-agent application with different instructions on how to deploy and configure for use.

Important Security Notice

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.

Guidance

Region Availability

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.

Costs

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

Resources

To learn more about the services and features demonstrated in this sample, see the following:

About

A multi-agent sample and workshop for a retail banking scenario. Implemented in both C# using Semantic Kernel Agents and Python using LangGraph.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published