{% set sidx = loop.index0 %} {% set schema = step.config_schema | default({}) %}
{% if step.content_md %}
{{ step.content_md | safe }}
{% endif %}
⚡ Deploy Agent
🚀

{{ schema.deploy_description | default('You are about to deploy a live AI agent to your ICDEV environment. This action is real.') }}

{% if schema.pattern_id %}
Pattern: {{ schema.pattern_id }}
Target: {{ schema.target | default('./deployments/') }}
Trust tier: {{ schema.trust_tier | default('suggest') }}
{% endif %}