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

🧩 Agentic AI Snippets

12 reusable subgraph patterns — insert into any design from the canvas editor sidebar

← Back to AADC
{% set cats = snippets|map(attribute='category')|unique|list %} {% for cat in cats %} {% endfor %}
{% for s in snippets %}

{{ s.name }}

{{ s.node_count }} nodes

{{ s.description }}

{{ s.category }} {% for tag in s.tag_list %} {{ tag }} {% endfor %}
{% endfor %}
{% endblock %}