Use this script for your Agents League submission video. It matches the live teleprompter on demo.html (Vision step, agent memory, auto-narration).
- Open the live judge demo (no clone required): demo.html
- Open VS Code in this repo with GitHub Copilot + MCP (
.vscode/mcp.jsonregistersagrivalue-iq) - In a terminal:
npm installthennpm run mcp(optional — MCP also starts when Copilot connects) - Turn on Audio Narration on the demo page if you want the built-in voice-over (or narrate yourself)
- Use OBS, Xbox Game Bar (Win+G), or Loom to capture screen + mic
| Window | Content |
|---|---|
| Primary | demo.html → click Start 2-Min Judge Demo |
| Secondary (split or cut) | VS Code Copilot Chat with @agrivalue-iq |
The demo page auto-advances. Follow the green script line and workflow map (Harvest → Don → Matteo → Sofia → Vision → Copilot).
"Sicilian farmers often sell raw olives and grapes to bulk silos at commodity prices. AgriValue is a creative app where friendly AI agents work together — Don Salvatore listens, Matteo runs the numbers, Sofia checks quality."
Screen: Story cards + 6-node flow map. Intro video may auto-play muted.
"Fabric IQ maps processors, prices, and transport — Matteo compares Path A raw sale vs Path B local processing."
Screen: Live app segment opens (index.html?autoplay=1). Watch portfolio/optimize run. Point to added value and Path A vs Path B.
Teleprompter cues: Olive Oil, 15 MT, organic/DOP if shown.
"Sofia DOP checks the serious papers — EU DOP, organic evidence — before we claim the premium."
Screen: Foundry typewriter compliance text in the IQ console.
"Vision scans the crop photo and applies a quality multiplier to Path B revenue."
Screen: Vision Quality Scan animation / grade badge. Brief pause after Sofia before Vision (teleprompter bridge cue ~52s).
"Every optimization is saved to agent memory — Don Salvatore can recall recent trades in the AI Advisor."
Screen: Trade history / advisor memory panel (ask "show trade history" or open memory UI if visible).
"One click copies the MCP prompt. Copilot uses our AgriValue MCP server to draft a Fair-Trade supply contract from live pricing."
Actions in VS Code Copilot Chat:
@agrivalue-iq generate_supply_contract crop="Olive Oil" qtyTons=15 isOrganic=true buyer="Cooperativa Valle del Belice"
Customize for EU DOP export to the US market.
Show the generated contract markdown.
"Work IQ can alert the cooperative on Teams. Mamma mia — andiamo!"
Action: Click Teams Alert in the app (or show Work IQ pill / /api/status). End on teleprompter finale.
If you prefer full manual control:
- Open index.html
- Run IQ Pipeline: Olive Oil, 15 MT, DOP enabled
- Run Vision scan → optimize → export contract → Copilot MCP → Teams
- Cut to VS Code for the MCP contract step above
- Six-step workflow (including Vision and Copilot)
- Meaningful added value number
- Foundry grounded compliance text
- Agent memory / trade history
- Copilot + MCP generating contract in IDE
- Work IQ / Teams (or configured status in API)
- Export MP4 (≤2–3 min is fine; teleprompter targets ~2 min)
- Upload to YouTube (unlisted) or Loom
- Paste the link in the Agents League portal with your repo URL
Repo URL for judges: https://github.com/cdm227/AgriValue-Tracker (PROD default branch).