Accepted — Agents League submission (Battle #1).
AgriValue must show meaningful use of Microsoft intelligence platforms while remaining demoable without every judge configuring Azure resources.
Integrate three layers with graceful fallback:
- Fabric IQ — semantic market graph; live Fabric SQL when configured, in-memory ontology otherwise.
- Foundry IQ — compliance and advisor enrichment via Azure AI Foundry when configured; grounded rules in
fabric-iq.jsotherwise. - Work IQ — Teams notifications via Microsoft Graph or incoming webhook when configured; UI shows offline status otherwise.
Expose the same domain logic to GitHub Copilot MCP (mcp-server.js) so contracts and market data stay consistent across UI and IDE.
- Judges can use GitHub Pages immediately; optional Azure unlocks live IQ pills.
- Single source of truth in
lib/iq-data.js/lib/fabric-iq.jsshared by API and MCP. .envholds all secrets; no credentials in the repo.