{% extends "base.html" %} {% block title %}AADC Solution Packs — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

🚀 Agentic AI Solution Packs

7 pre-wired, industry-ready agentic AI architectures — nodes placed, edges wired, risks pre-seeded. Open and deploy.

⚡ Quick Start Wizard All Templates ← AADC
🗺️
Pre-placed Nodes & Edges
Open canvas, start building immediately
⚠️
Pre-seeded Risk Register
Domain risks loaded automatically
🛡️
Compliance Baseline
NIST AI RMF + OWASP LLM pre-scored
🎯
MITRE ATLAS Scenarios
Adversarial threat mapping included
{% for p in packs %}

{{ p.name }}

{% if p.autonomy_max >= 4 %} L{{ p.autonomy_max }} Autonomous {% elif p.autonomy_max >= 2 %} L{{ p.autonomy_max }} Supervised {% else %} L{{ p.autonomy_max }} Delegated {% endif %}

{{ p.description }}

{{ p.node_count }} nodes {{ p.risk_count }} risks seeded {{ p.atlas_count }} ATLAS scenarios
{% for fw, val in p.badges.items() %} {{ fw|upper|replace('_',' ') }}: {% if val is number %}{{ val }}%{% else %}{{ val|title }}{% endif %} {% endfor %}
{% for tag in p.tag_list if tag != 'solution-pack' %} {{ tag }} {% endfor %}
{% endfor %}
{% endblock %}