๐Ÿค– 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 fintech topics on demand. Each explainer follows a consistent structure with What is, How it Works, Types, Statistics, Security, Consumer 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:

  • Payments: UPI, Cards, Wallets, Bharat BillPay
  • Regulatory: RBI, SEBI, IRDAI, FIU
  • Lending: NBFC, P2P, BNPL, Micro-lending
  • Insurance: Term, Health, Life, General
  • Investment: Mutual Funds, Stocks, ETFs, F&O
  • Cross-border: Remittances, Swift, International Cards

Output Format

See existing 101 explainers for format structure.

Publishing

1
2
3
4
5
6
7
8
9
# Create explainer for requested topic
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
  • Consumer rights section included
  • Internal links to related 101s
  • Checked for broken links