Play 08
Copilot Studio Bot
Low-code enterprise bot with Copilot Studio, knowledge grounding, and Dataverse.
Build an enterprise chatbot without writing code. Copilot Studio provides the canvas, SharePoint and Dataverse supply the knowledge, AI Search grounds the answers. Topics define conversation flows, and the bot deploys to Teams, web, and mobile. Ideal for HR, IT, and internal knowledge bots.
Architecture Pattern
Low-code bot, knowledge grounding, topic design
Azure Services
DevKit (.github Agentic OS)
- agent.md — root orchestrator with builder→reviewer→tuner handoffs
- 3 agents — Copilot Studio Builder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
- 3 skills — deploy (100 lines), evaluate (106 lines), tune (101 lines)
- 4 prompts — /deploy, /test, /review, /evaluate with agent routing
- .vscode/mcp.json — FrootAI MCP with Power Platform credentials + envFile
TuneKit (AI Config)
- config/copilot-studio.json — topic design, intents
- config/knowledge.json — grounding sources
- config/guardrails.json — topic boundaries
Tuning Parameters
Machine evidence
FrootAI evidence lifecycle
This is an internal evidence maturity label, not third-party certification, accreditation, legal compliance, or a production guarantee. Missing or expired evidence demotes automatically; catalog claims cannot promote a play.
This play currently has design evidence only. A runnable scenario, endpoint evaluation, and build receipts are the next contiguous gates.
Repo Intelligence
v1A no-clone, revision-pinned map for agents and humans. Observed evidence is separated from inferred flow so the output stays useful without pretending to be a full call graph.