This guide shows how to adapt the AccedeSimple travel expense application to use AG-UI's multi-agent subgraph pattern, inspired by the LangGraph subgraphs demo.
Requirements: .NET 10 SDK, Python 3.12+, Node.js
This guide shows how to adapt the AccedeSimple travel expense application to use AG-UI's multi-agent subgraph pattern, inspired by the LangGraph subgraphs demo.
Requirements: .NET 10 SDK, Python 3.12+, Node.js
Welcome to the Agentic AI Learning Materials gist! This gist is dedicated to providing resources and learning materials on Agentic AI, Agentic systems, and workflows. Whether you're a beginner or an advanced learner, you'll find valuable content to enhance your understanding and skills in this exciting field.
The gist below is a list of useful resources for .NET developers getting started with the new wave of AI applications.
| Sample | Summary |
|---|---|
| A .NET introduction to RAG (Retrieval Augmented Generation) | This blog explains how to use AI to create text, images, audio, or anything else, and how to build a simple chat app with .NET and Azure OpenAI. |
| A .NET introduction to Chat GPT Plugins | This is a quickstart for sample for creating ChatGPT Plugin using GitHub Codespaces, Visual Studio or VS Code, and Azure. The sample includes templates to deploy the plugin to Azure Container Apps using the Azure Developer CLI. |
| Generative AI Native Sample: ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search | This |
Please note these are all a work in progress and we appreciate your patience.
Please note that our samples are playgrounds for the minimal API team to play around with the latest bits. So, please forgive us if sometimes things moved around.
| Visual Studio Samples | |
| -- Live Unit Testing Icons | |
| > Continually runs and checks for working code | |
| > Automatically finds and runs tests as you are updating your code | |
| > Red Xs have failing tests associated with them | |
| > Green checks are all tests passing | |
| > Minus signs have no test coverage | |
| Click the X to see the tests covering the code | |
| Dbl click to see the test |
| //Install apache typr the caommand below in your ssh tool | |
| sudo apt-get update | |
| //Possible error: Could not reliably determine the server's fully qualified domain name. Fix below | |
| sudo nano /etc/apache2/apache.conf | |
| //Enter the text below- | |
| serverName localhost | |
| //Install MySQL |