Skip to Content
Solution PlaysPlay 70: Play 70 β€” ESG Compliance Agent 🌱

Play 70 β€” ESG Compliance Agent 🌱

AI ESG compliance β€” multi-framework scoring (GRI/SASB/CSRD/TCFD), evidence-based assessment, greenwashing detection, double materiality.

Build an ESG compliance agent. Score companies across GRI, SASB, CSRD, and TCFD frameworks, match evidence to requirements using AI Search + LLM evaluation, detect greenwashing with 5 indicator types, assess double materiality per CSRD mandate, and generate gap remediation priorities.

Quick Start

cd solution-plays/70-esg-compliance-agent az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder to implement, @reviewer to audit, @tuner to optimize

Architecture

ServicePurpose
Azure OpenAI (gpt-4o)Evidence matching + greenwashing analysis
Azure AI SearchSustainability report retrieval + evidence matching
Cosmos DB (Serverless)Assessment history, framework requirements
Container AppsESG API + dashboard

πŸ“ Full architecture details

Pre-Tuned Defaults

  • Frameworks: CSRD + GRI + TCFD active Β· SASB optional Β· double materiality enabled
  • Evidence: 0.7 confidence threshold Β· 12-month staleness limit Β· cross-reference optional
  • Greenwashing: Medium sensitivity Β· 5 indicator types Β· quantification required
  • Scoring: Mandatory 2.0Γ— weight Β· A/B/C/D/F grade scale

DevKit (AI-Assisted Development)

PrimitiveWhat It Does
agent.mdRoot orchestrator with builder→reviewer→tuner handoffs
copilot-instructions.mdESG domain (CSRD/GRI/SASB/TCFD, greenwashing, double materiality)
3 agentsBuilder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
3 skillsDeploy (260 lines), Evaluate (113 lines), Tune (221 lines)
4 prompts/deploy, /test, /review, /evaluate with agent routing

Cost Estimate

ServiceDevProdEnterprise
Azure OpenAI$30$250$900
Document Intelligence$0$50$200
Cosmos DB$3$50$180
Azure AI Search$0$250$500
Container Apps$10$80$220
Blob Storage$2$20$60
Key Vault$1$3$10
Application Insights$0$20$70
Total$46/mo$723/mo$2,140/mo

Estimates based on Azure retail pricing. Actual costs vary by region, usage, and enterprise agreements.

πŸ’° Full cost breakdown

πŸ“– Full documentation Β· 🌐 frootai.dev/solution-plays/70-esg-compliance-agentΒ  Β· πŸ“¦ FAI Protocol

FAI Manifest

FieldValue
Play70-esg-compliance-agent
Version1.0.0
KnowledgeT2-Responsible-AI, T3-Production-Patterns, R2-RAG-Architecture
WAF Pillarsresponsible-ai, security, operational-excellence, reliability
Last updated on