Skip to content

Commit a1cd504

Browse files
committed
fix: merge agent templates into AI category
- Changed all 15 agent templates from category 'agents' to 'ai' - Removed unused 'agents' cases from getCategoryIconClass/getCategoryIcon - Templates now appear under the AI tab in the template picker
1 parent c63ffa2 commit a1cd504

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

js/templates.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
case 'quiz': return 'project';
4646
case 'tables': return 'technical';
4747
case 'ai': return 'creative';
48-
case 'agents': return 'technical';
4948
default: return 'doc';
5049
}
5150
}
@@ -62,7 +61,6 @@
6261
case 'quiz': return 'bi-patch-question';
6362
case 'tables': return 'bi-table';
6463
case 'ai': return 'bi-robot';
65-
case 'agents': return 'bi-person-gear';
6664
default: return 'bi-file-earmark';
6765
}
6866
}

js/templates/agents.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
window.__MDV_TEMPLATES_AGENTS = [
77
{
88
name: 'Data Science Pipeline',
9-
category: 'agents',
9+
category: 'ai',
1010
icon: 'bi-diagram-3',
1111
description: 'End-to-end data science workflow — Python code, statistical math, data tables, and pipeline diagrams',
1212
variables: [
@@ -140,7 +140,7 @@ print(f"Weights: {[round(w, 4) for w in weights]}")
140140
},
141141
{
142142
name: 'SQL Database Workshop',
143-
category: 'agents',
143+
category: 'ai',
144144
icon: 'bi-database-gear',
145145
description: 'Interactive SQL workshop — schema design, queries, ERD diagrams, and sample data tables',
146146
variables: [
@@ -339,7 +339,7 @@ Provide specific, actionable recommendations with expected performance improveme
339339
},
340340
{
341341
name: 'Full-Stack App Blueprint',
342-
category: 'agents',
342+
category: 'ai',
343343
icon: 'bi-layers',
344344
description: 'Complete app architecture — interactive HTML preview, API design, JS logic, and deployment diagram',
345345
content: '# 🏗️ Full-Stack App Blueprint — Task Manager\n\n' +
@@ -465,7 +465,7 @@ Provide specific, actionable recommendations with expected performance improveme
465465
},
466466
{
467467
name: 'AI Research Agent',
468-
category: 'agents',
468+
category: 'ai',
469469
icon: 'bi-robot',
470470
description: 'Multi-step AI research workflow — AI/Think reasoning, LaTeX math, chain-of-thought analysis, and citations',
471471
variables: [
@@ -598,7 +598,7 @@ Use formal academic language and reference the specific metrics from the benchma
598598
},
599599
{
600600
name: 'DevOps Runbook',
601-
category: 'agents',
601+
category: 'ai',
602602
icon: 'bi-hdd-rack',
603603
description: 'Production runbook — bash scripts, monitoring dashboards, incident response tables, and escalation flows',
604604
variables: [
@@ -712,7 +712,7 @@ Use formal academic language and reference the specific metrics from the benchma
712712
},
713713
{
714714
name: 'Financial Modeling Agent',
715-
category: 'agents',
715+
category: 'ai',
716716
icon: 'bi-cash-stack',
717717
description: 'Financial analysis toolkit — compound interest math, Python projections, financial tables, and growth charts',
718718
variables: [
@@ -801,7 +801,7 @@ Use formal academic language and reference the specific metrics from the benchma
801801
},
802802
{
803803
name: 'ML Model Evaluation',
804-
category: 'agents',
804+
category: 'ai',
805805
icon: 'bi-graph-up',
806806
description: 'Machine learning evaluation suite — confusion matrices, Python metrics, ROC analysis, and comparison tables',
807807
content: '# 🤖 ML Model Evaluation Report\n' +
@@ -878,7 +878,7 @@ Use formal academic language and reference the specific metrics from the benchma
878878
},
879879
{
880880
name: 'API Testing Suite',
881-
category: 'agents',
881+
category: 'ai',
882882
icon: 'bi-plug',
883883
description: 'REST API test suite — curl commands, response validation, status code tables, and sequence diagrams',
884884
variables: [
@@ -981,7 +981,7 @@ Use formal academic language and reference the specific metrics from the benchma
981981
},
982982
{
983983
name: 'HTML Dashboard Builder',
984-
category: 'agents',
984+
category: 'ai',
985985
icon: 'bi-speedometer2',
986986
description: 'Interactive analytics dashboard — live HTML charts, KPI cards, and real-time data visualization',
987987
content: '# 📊 Interactive Dashboard Builder\n' +
@@ -1079,7 +1079,7 @@ Use formal academic language and reference the specific metrics from the benchma
10791079
},
10801080
{
10811081
name: 'Competitive Intel Agent',
1082-
category: 'agents',
1082+
category: 'ai',
10831083
icon: 'bi-binoculars',
10841084
description: 'Market intelligence report — AI-powered SWOT, competitor tables, positioning diagrams, and strategy',
10851085
variables: [
@@ -1171,7 +1171,7 @@ Use formal academic language and reference the specific metrics from the benchma
11711171
},
11721172
{
11731173
name: 'Algorithm Visualizer',
1174-
category: 'agents',
1174+
category: 'ai',
11751175
icon: 'bi-cpu',
11761176
description: 'Algorithm analysis — Big-O math, Python implementations, complexity comparison tables, and flowcharts',
11771177
content: '# ⚡ Algorithm Visualizer\n' +
@@ -1283,7 +1283,7 @@ Use formal academic language and reference the specific metrics from the benchma
12831283
},
12841284
{
12851285
name: 'System Design Document',
1286-
category: 'agents',
1286+
category: 'ai',
12871287
icon: 'bi-diagram-2',
12881288
description: 'Architecture design — mermaid system diagrams, SQL schemas, capacity math, and trade-off tables',
12891289
variables: [
@@ -1416,7 +1416,7 @@ Use formal academic language and reference the specific metrics from the benchma
14161416
},
14171417
{
14181418
name: 'Data Cleaning Toolkit',
1419-
category: 'agents',
1419+
category: 'ai',
14201420
icon: 'bi-funnel',
14211421
description: 'Data quality pipeline — Python cleaning scripts, validation tables, bash processing, and quality metrics',
14221422
content: '# 🧹 Data Cleaning Toolkit\n' +
@@ -1541,7 +1541,7 @@ Use formal academic language and reference the specific metrics from the benchma
15411541
},
15421542
{
15431543
name: 'Project Retrospective Agent',
1544-
category: 'agents',
1544+
category: 'ai',
15451545
icon: 'bi-arrow-counterclockwise',
15461546
description: 'Sprint/project retro — AI analysis, metrics tables, timeline diagrams, and interactive HTML survey',
15471547
variables: [
@@ -1692,7 +1692,7 @@ Use formal academic language and reference the specific metrics from the benchma
16921692
},
16931693
{
16941694
name: 'Science Lab Notebook',
1695-
category: 'agents',
1695+
category: 'ai',
16961696
icon: 'bi-mortarboard',
16971697
description: 'Scientific experiment notebook — LaTeX equations, Python simulations, data tables, and experiment diagrams',
16981698
content: '# 🔬 Science Lab Notebook\n' +

0 commit comments

Comments
 (0)