๐Ÿค– Agent: 101 Explainer Agent (On-Demand)

Overview

PropertyValue
Name101 Explainer Agent
TypeOn-Demand
TriggerManual / Issue-based
Modelminimax-m2.5
Output1500-2000 word encyclopedic guide

Mission

Generate comprehensive 101-level explainer articles for DPI topics on demand. Each explainer follows a consistent structure with What is, How it Works, Types, Statistics, Privacy, Citizen Rights, and References sections.

Trigger

This agent runs when:

  1. A new issue is opened requesting a specific topic
  2. Manual trigger via chat command
  3. Weekly batch for pending topics

Topics (Cyclical)

Topics are generated on rotation covering:

  • Identity: Aadhaar, UIDAI, e-KYC, DigiYatra
  • Payments: UPI, NPCI, RuPay, Bharat BillPay
  • Documents: DigiLocker, eSign, API Setu, DEPA
  • Commerce: ONDC, GeM, Open Network
  • Health: ABHA, ABDM, Health ID
  • Agriculture: AgriStack, PM-KISAN, Soil Health
  • Governance: e-Office, DigiGram, Jan Sewa
  • Security: CERT-In, DPDP, IT Act

Output Format

See existing 101 explainers for format structure.

Publishing

1
2
3
4
5
6
7
TOPIC="[Topic Name]"
cat > content/explainers/101-${TOPIC}.md << 'EOF'
[generated content]
EOF
git add content/explainers/101-${TOPIC}.md
git commit -m "Add 101: ${TOPIC}"
git push

Quality Checklist

  • Minimum 1500 words
  • All sections populated
  • At least 3 authoritative references
  • Citizen rights section included
  • Internal links to related 101s
  • Checked for broken links