Skip to main content

๐ŸŽฏ 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

ReadyMedium

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

โ›ฐ๏ธ 02 โ€” AI Landing Zone

ReadyFoundation

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

๐ŸŽฏ 03 โ€” Deterministic Agent

ReadyMedium

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

๐Ÿ“ž 04 โ€” Call Center Voice AI

SkeletonHigh

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

๐ŸŽซ 05 โ€” IT Ticket Resolution

SkeletonMedium

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

๐Ÿ“„ 06 โ€” Document Intelligence

SkeletonMedium

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

๐Ÿค– 07 โ€” Multi-Agent Service

SkeletonHigh

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

๐Ÿ’ฌ 08 โ€” Copilot Studio Bot

SkeletonLow

Low-code enterprise bot โ€” Copilot Studio + Dataverse + SharePoint.

Infra: Copilot Studio ยท Dataverse ยท SharePoint ยท Power Platform
Tuning: Topic design ยท knowledge sources ยท guardrails ยท flow

๐Ÿ”Ž 09 โ€” AI Search Portal

SkeletonMedium

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

๐Ÿ›ก๏ธ 10 โ€” Content Moderation

SkeletonLow

Filter harmful content โ€” AI Content Safety + APIM + Functions.

Infra: Content Safety ยท API Management ยท Azure Functions
Tuning: Severity levels ยท custom categories ยท blocklists ยท actions

๐Ÿ”๏ธ 11 โ€” Landing Zone Advanced

SkeletonHigh

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

โš™๏ธ 12 โ€” Model Serving AKS

SkeletonHigh

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

๐Ÿ”ฌ 13 โ€” Fine-Tuning Workflow

SkeletonHigh

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

๐Ÿšช 14 โ€” AI Gateway

SkeletonMedium

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

๐Ÿ–ผ๏ธ 15 โ€” Multi-Modal DocProc

SkeletonMedium

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

๐Ÿ‘ฅ 16 โ€” Copilot Teams Extension

SkeletonMedium

M365 Copilot extension with Graph API and declarative agents.

Infra: M365 Copilot ยท Graph API ยท Azure Functions ยท App Reg
Tuning: Declarative agent config ยท permissions ยท scoping

๐Ÿ“Š 17 โ€” AI Observability

SkeletonMedium

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

๐Ÿ“ 18 โ€” Prompt Management

SkeletonMedium

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

๐Ÿ“ฑ 19 โ€” Edge AI Phi-4

SkeletonHigh

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

๐Ÿšจ 20 โ€” Anomaly Detection

SkeletonHigh

Detect anomalies in real-time streams โ€” Event Hub + AI analysis.

Infra: Event Hub ยท Stream Analytics ยท Azure OpenAI ยท Functions
Tuning: Threshold config ยท alert prompts ยท detection windows
๐Ÿ”— Back to Ecosystem๐ŸŒณ Back to FrootAI