Skip to Content
Solution PlaysPlay 07: Play 07 β€” Multi-Agent Service πŸ€–

Play 07 β€” Multi-Agent Service πŸ€–

Supervisor agent routes to specialist agents with shared state and handoff protocol.

A supervisor agent receives requests, classifies intent, and delegates to specialist agents. Each agent has its own model config, tools, and memory. Loop prevention and max-iteration guards keep costs predictable.

Quick Start

cd solution-plays/07-multi-agent-service az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder for topology, @reviewer for loop detection, @tuner for routing

Key Metrics

  • Task completion: β‰₯90% Β· E2E latency: <30s Β· Cost per task: <$0.50

DevKit

PrimitiveWhat It Does
3 agentsBuilder (topology/handoffs), Reviewer (loop/conflict audit), Tuner (routing/model selection)
3 skillsDeploy (107 lines), Evaluate (108 lines), Tune (109 lines)

Architecture

πŸ“ Full architecture details β€” data flow, security architecture, scaling guide

Cost Estimate

ServiceDev/PoCProductionEnterprise
Container Apps$15 (Consumption)$150 (Dedicated)$450 (Dedicated HA)
Azure OpenAI$80 (PAYG)$500 (PAYG)$1,800 (PTU Reserved)
Cosmos DB$5 (Serverless)$50 (Provisioned)$250 (Provisioned)
Dapr$0 (Included)$0 (Included)$0 (Included)
Service Bus$5 (Basic)$25 (Standard)$100 (Premium)
Key Vault$1 (Standard)$3 (Standard)$10 (Premium HSM)
Application Insights$0 (Free)$30 (Pay-per-GB)$120 (Pay-per-GB)
Log Analytics$0 (Free)$20 (Pay-per-GB)$60 (Commitment)
Total$106/mo$778/mo$2,790/mo

πŸ’° Full cost breakdown β€” per-service SKUs, usage assumptions, optimization tips

πŸ“– Full docs Β· 🌐 frootai.dev/solution-plays/07-multi-agent-serviceΒ 

FAI Manifest

FieldValue
Play07-multi-agent-service
Version1.0.0
KnowledgeO2-Agent-Coding, O1-Semantic-Kernel
WAF Pillarssecurity, reliability, cost-optimization, performance-efficiency
Groundednessβ‰₯ 85%
Safety0 violations max
Last updated on