{% extends "base.html" %} {% block title %}AADC Templates β€” ICDEVβ„’{% endblock %} {% block content %}
CUI // SP-CTI

πŸ“‹ Agentic AI Templates

Ready-made agentic AI system architectures β€” click Apply to load into a new canvas

← Back to AADC
πŸš€ New: Agentic AI Solution Packs
7 industry-ready packs β€” pre-placed nodes, pre-seeded risk register, compliance baseline & MITRE ATLAS scenarios. Open and deploy.
⚑ Quick Start Browse Packs β†’
{% set cats = templates|map(attribute='category')|unique|list %} {% for cat in cats %} {% endfor %}
{% for t in templates %}

{{ t.name }}

{{ t.node_count }} nodes

{{ t.description }}

{% for fw, val in t.badges.items() %} {{ fw|upper|replace('_',' ') }}: {% if val is number %}{{ val }}%{% else %}{{ val|title }}{% endif %} {% endfor %} {% if t.autonomy_max >= 4 %} L{{ t.autonomy_max }} Auto {% elif t.autonomy_max >= 2 %} L{{ t.autonomy_max }} Auto {% endif %}
{% for tag in t.tag_list %} {{ tag }} {% endfor %}
{% endfor %}
{% endblock %}