This repository is focused on AI assistant demos with the use of Agentic AI approaches with the use of Azure technologies.
- scripts: Contains the scripts used to run the demos and establish development environments.
- src: Contains the source code for the demos based on architecture.
- docs: Contains the documentation for the demos, including architecture diagrams and design documents.
- containers: Contains the Dockerfiles and container configurations for the demos.
All the folders contain README files with instructions on how to start and what you need to do.
- PowerShell installed - we do recommend an editor like Visual Studio Code to be able to write scripts and work with code.
- git installed - instructions step by step here
- .NET installed to run the application if you want to run it
- an editor (besides notepad) to see and work with code, yaml, scripts and more (for example Visual Studio Code or Visual Studio or Jetbrains Rider)
- [OPTIONAL] GitHub CLI installed to work with GitHub - how to install
- [OPTIONAL] Github GUI App for managing changes and work on forked repo
- [OPTIONAL] Windows Terminal
Scripts are available in scripts folder. The scripts are written in PowerShell.
- Add-DirToSystemEnv.ps1 - adds a directory to the system environment variable PATH
- Compile-Containers.ps1 - uses Azure CLI to compile containers with the help of Azure Registry Tasks - check also containers folder for dockerfile definition.
- Set-EnvVariables.ps1 - Set environment variables from local.env file
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.