From d33574089d0e36987218d8438f89fa40c784e03e Mon Sep 17 00:00:00 2001 From: ajakupov-microsoft Date: Wed, 26 Aug 2026 20:01:31 +0200 Subject: [PATCH] doc: updated readme --- 03-Azure/01-04-AI/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-Azure/01-04-AI/Readme.md b/03-Azure/01-04-AI/Readme.md index 1bf625eeb..9fb065ea8 100644 --- a/03-Azure/01-04-AI/Readme.md +++ b/03-Azure/01-04-AI/Readme.md @@ -8,5 +8,6 @@ A collection of MicroHacks focused on AI on Azure and the GitHub + Azure agentic * [**Inventory Planning with Microsoft Fabric (low-code)**](02_Inventory_Planning_Fabric/README.md) — Build a closed sense → reason → act inventory-planning loop with **Microsoft Foundry Agent Service** prompt agents (no application code) grounded on a governed **Fabric Data Agent** doing NL2SQL over an inventory Lakehouse, with a human-in-the-loop approval gate. * [**Inventory Planning with AI Agents, Cosmos DB & Hosted Agents (pro-code)**](03_Inventory_Planning_Agentic/README.md) — Build hosted AI agents **in code** (Python) on the **Microsoft Foundry Agent Service** that reason over a governed per-attendee **Azure Cosmos DB** via typed function tools, chained into a sequential planning workflow with a human-in-the-loop approval gate and Foundry tracing. * [**Agentic Contract Lifecycle Management (multi-model, pro-code)**](04_Agentic_Contract_Lifecycle_Management/README.md) — Build a **multi-model, multi-agent** contract assistant **in code** (Python) on **Microsoft Foundry**: orchestration on **GPT-5.4** with specialist drafting on **Anthropic Claude** and clause analysis on **GPT-5.6 Sol**, grounded with **Foundry IQ** over your own contract corpus, traced and evaluated behind a quality gate, exposed as an **MCP server**, and published to **Microsoft 365 Copilot & Teams** with proactive renewal alerts. +* [**Agentic Governance Hub (Citadel framework)**](05_AI_Governance/README.md) — Deploy a unified AI governance platform using the **Citadel Agentic Governance Hub** framework: onboard LLM backends through the hub's API Management gateway, configure access controls and policy enforcement, demonstrate usage tracking and observability, build governed agents on the spoke, and publish them behind unified infrastructure — all with Bicep infrastructure-as-code and Jupyter notebook walkthroughs. Collaborators wanted :) — see [CONTRIBUTING.md](../../CONTRIBUTING.md) to add your own. \ No newline at end of file