๐ฏ Solution Plays Each play ships with the full .github Agentic OS (19 files, 4 layers), ๐ ๏ธ DevKit (empower your coding agent), ๐๏ธ TuneKit (fine-tune AI for production), and plugin.json (Layer 4 distribution manifest). LEGO blocks that compose into complete solutions.
๐ง
.github Agentic OS Layer 1 โ Instructions (always-on context)
Layer 2 โ Prompts, Agents, Skills
Layer 3 โ Hooks + Workflows (CI/CD)
Layer 4 โ Plugin packaging
19 files per play ยท 7 primitives ยท 4 layers
๐ ๏ธ
DevKit โ Build + Deploy agent.md โ solution-aware co-coder
instructions โ prompts, guardrails
infra/ โ Bicep IaC templates
MCP + plugins โ tools + functions
Code + infrastructure in one kit.
๐๏ธ
TuneKit โ AI Fine-Tuning config/*.json โ temp, top-k, models
agents.json โ agent behavior tuning
model-comparison โ cost vs quality
evaluation/ โ test + score + ship
Tune AI without being an AI specialist.
3 ready ยท 17 skeleton ยท 20 total
๐ 01 โ Enterprise RAG Q&A Ready Medium
Production RAG โ AI Search + OpenAI + Container Apps. Pre-tuned: temp=0.1, hybrid 60/40, top-k=5, semantic reranker.
Infra: AI Search ยท Azure OpenAI ยท Container Apps ยท Blob
Tuning: temperature ยท top-k ยท chunk size ยท reranking ยท relevance threshold
โถ Show User Guide
โฐ๏ธ 02 โ AI Landing Zone Ready Foundation
Foundational Azure infra for AI โ VNet, private endpoints, managed identity, RBAC, GPU quotas.
Infra: VNet ยท Private Endpoints ยท RBAC ยท Managed Identity ยท Key Vault
Tuning: Network config ยท service SKUs ยท GPU quota ยท region
โถ Show User Guide
๐ฏ 03 โ Deterministic Agent Ready Medium
Reliable agent โ temp=0, structured JSON, multi-layer guardrails, anti-sycophancy, evaluation.
Infra: Container Apps ยท Azure OpenAI ยท Content Safety
Tuning: temperature=0 ยท JSON schema ยท seed ยท confidence ยท citations
โถ Show User Guide
๐ 04 โ Call Center Voice AI Skeleton High
Voice-enabled customer service โ Communication Services + AI Speech + OpenAI Agent.
Infra: Communication Services ยท AI Speech ยท Azure OpenAI ยท Container Apps
Tuning: Speech config ยท grounding prompts ยท fallback chains ยท voice personality
โถ Show User Guide
๐ซ 05 โ IT Ticket Resolution Skeleton Medium
Auto-classify, route, and resolve IT tickets โ Logic Apps + AI Foundry + ServiceNow MCP.
Infra: Logic Apps ยท Azure OpenAI ยท ServiceNow MCP ยท Container Apps
Tuning: Classification prompts ยท routing rules ยท confidence thresholds
โถ Show User Guide
๐ 06 โ Document Intelligence Skeleton Medium
Extract, classify, and structure document data โ Blob + Doc Intelligence + OpenAI.
Infra: Blob Storage ยท Document Intelligence ยท Azure OpenAI ยท Cosmos DB
Tuning: Extraction prompts ยท confidence thresholds ยท field schemas
โถ Show User Guide
๐ค 07 โ Multi-Agent Service Skeleton High
Supervisor agent routes to specialists โ Container Apps + Agent Framework + Dapr.
Infra: Container Apps ยท Azure OpenAI ยท Cosmos DB ยท Dapr
Tuning: Supervisor routing ยท tool schemas ยท agent memory ยท handoff rules
โถ Show User Guide
๐ฌ 08 โ Copilot Studio Bot Skeleton Low
Low-code enterprise bot โ Copilot Studio + Dataverse + SharePoint.
Infra: Copilot Studio ยท Dataverse ยท SharePoint ยท Power Platform
Tuning: Topic design ยท knowledge sources ยท guardrails ยท flow
โถ Show User Guide
๐ 09 โ AI Search Portal Skeleton Medium
Enterprise search โ AI Search + Web App + Semantic Ranking.
Infra: AI Search ยท App Service ยท Azure OpenAI ยท Blob Storage
Tuning: Hybrid weights ยท semantic config ยท scoring profiles ยท filters
โถ Show User Guide
๐ก๏ธ 10 โ Content Moderation Skeleton Low
Filter harmful content โ AI Content Safety + APIM + Functions.
Infra: Content Safety ยท API Management ยท Azure Functions
Tuning: Severity levels ยท custom categories ยท blocklists ยท actions
โถ Show User Guide
๐๏ธ 11 โ Landing Zone Advanced Skeleton High
Multi-region, policy-driven, enterprise-grade AI landing zone with governance at scale.
Infra: Multi-region VNet ยท Azure Policy ยท PE ยท RBAC ยท GPU Quota
Tuning: Governance policies ยท multi-region config ยท advanced RBAC
โถ Show User Guide
โ๏ธ 12 โ Model Serving AKS Skeleton High
Deploy and serve LLMs on AKS with vLLM, GPU nodes, and auto-scaling.
Infra: AKS ยท vLLM ยท NVIDIA GPU ยท Container Registry
Tuning: Quantization ยท batching ยท scaling rules ยท model config
โถ Show User Guide
๐ฌ 13 โ Fine-Tuning Workflow Skeleton High
End-to-end fine-tuning โ data prep, LoRA training, evaluation, deployment.
Infra: AI Foundry ยท GPU Compute ยท Storage ยท MLflow
Tuning: LoRA rank ยท learning rate ยท epochs ยท eval metrics
โถ Show User Guide
๐ช 14 โ AI Gateway Skeleton Medium
APIM-based AI gateway with semantic caching, load balancing, and token budgets.
Infra: API Management ยท Redis Cache ยท Azure OpenAI (multi-region)
Tuning: Token budgets ยท caching rules ยท fallback chain ยท rate limits
โถ Show User Guide
๐ผ๏ธ 15 โ Multi-Modal DocProc Skeleton Medium
Process documents with text + images using GPT-4o multi-modal capabilities.
Infra: GPT-4o ยท Blob Storage ยท Cosmos DB ยท Functions
Tuning: Image prompts ยท extraction schemas ยท confidence thresholds
โถ Show User Guide
๐ฅ 16 โ Copilot Teams Extension Skeleton Medium
M365 Copilot extension with Graph API and declarative agents.
Infra: M365 Copilot ยท Graph API ยท Azure Functions ยท App Reg
Tuning: Declarative agent config ยท permissions ยท scoping
โถ Show User Guide
๐ 17 โ AI Observability Skeleton Medium
Monitor AI workloads with KQL queries, quality alerts, and workbooks.
Infra: App Insights ยท Log Analytics ยท Azure Monitor ยท Workbooks
Tuning: KQL queries ยท alert thresholds ยท quality metrics
โถ Show User Guide
๐ 18 โ Prompt Management Skeleton Medium
Version control, A/B test, and rollback prompts across environments.
Infra: Prompt Flow ยท Git ยท GitHub Actions ยท AI Foundry
Tuning: Prompt versions ยท A/B weights ยท rollback rules
โถ Show User Guide
๐ฑ 19 โ Edge AI Phi-4 Skeleton High
Deploy Phi-4 on edge devices with ONNX quantization and local serving.
Infra: IoT Hub ยท Container Instances ยท ONNX Runtime ยท Edge
Tuning: Quantization level ยท model config ยท sync schedule