# agenticaihacks **Repository Path**: mirrors_microsoft/agenticaihacks ## Basic Information - **Project Name**: agenticaihacks - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-21 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agentic AI Hacks 🤖 Welcome to the official repository for the Agentic AI Hacks! The Agentic AI Hacks are a series of hands-on, scenario-driven hackathons designed to help developers, architects, and data scientists build intelligent, multi-agent systems using Microsoft’s Azure AI ecosystem. These events are part of a broader initiative to accelerate the skilling of Agentic AI solutions across key industries such as Financial Services and the Public Sector. Each hackathon focuses on a specific business use case and guides participants through structured technical challenges that simulate real-world scenarios—enabling AI agents to automate complex workflows, enhance decision-making, ensure compliance and transparency—and providing self‑contained step-by-step challenges, sample code, and deployment assets for building production-grade AI agent workflows. This repo centralises the challenge guides and code samples from each quarterly hack, starting with: - 🧾 [01-ClaimsProcessing](01-ClaimsProcessing/README.md) (Q1) - 🛡️ [02-Compliance&Audit](02-Compliance&Audit/README.md) (Q2) ## How to Join Agentic AI Hacks Agentic AI Hacks are open to anyone passionate about building autonomous AI solutions and driving innovation across industries. Here’s how you can get involved: - **Register for upcoming hackathons**: Visit the [official registration page](https://pulse.microsoft.com/en/build-ai-hacks-agentic-ai/) to sign up for events and receive updates on new challenges and workshops. - **Explore previous hack content**: Review challenge folders, resources, and presentations to understand structure, use cases, and agent frameworks used in past hacks. - **Prepare your environment early**: Ensure you have Azure subscription access, required regional model availability, and GitHub Codespaces or a local dev container ready. - **Join the discussion**: Open issues tagged with `[question]` or participate in community forums to share learnings and ask for guidance. ## 🔍 What’s Inside | Folder | Description | |--------|-------------| | [`01-ClaimsProcessing/`](01-ClaimsProcessing/README.md) | Build a multi-agent system to automate insurance claims workflows using Azure AI Foundry, Document Intelligence, and Semantic Kernel. | | [`02-Compliance&Audit/`](02-Compliance&Audit/README.md) | Create intelligent compliance agents that parse regulations, monitor transactions, and generate audit trails using the Microsoft Agent Framework. | Each folder contains: - 📘 `README.md` – Scenario overview, learning objectives, and challenge index - 🧩 `challenge-0/` to `challenge-n/` – Modular challenges with guides and code - 🛠️ Scripts and assets for deployment and testing ## Prerequisites To get the most out of these hacks, you’ll need: To successfully complete this hackathon, you will need the following: - GitHub account to access the repository and run GitHub Codespaces and Github Copilot. - Be familiar with Python programming, including handling JSON data and making API calls.​ - Be familiar with Generative AI Solutions and Azure AI Services. - An active Azure subscription, with Owner or Contributor rights. - Ability to provision resources in **Sweden Central** or [another supported region](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability). --- ## 🛠️ Getting Started 1. Clone this repository ```bash git clone https://github.com/microsoft/agenticaihacks.git cd agenticaihacks ``` 2. Navigate to the use case you want to explore ```bash cd 01-ClaimsProcessing # or cd 02-Compliance\&Audit ``` 3. Follow the instructions in the README.md and challenge folders ## 📚 Resources - https://aka.ms/AgentFramework - https://aka.ms/azureaifoundry - https://github.com/microsoft/semantic-kernel - https://learn.microsoft.com/en-us/azure/ai-services/ ## 🤝 Contributing We welcome contributions! Please read our ./CONTRIBUTING.md and ./CODE_OF_CONDUCT.md before submitting pull requests.