{{ info.theme }} · {{ info.cadence or 'on demand' }}
{{ info.title }}
Updated {{ updated }}
Sources
{% for s in sources %}
{% endfor %}
{% endif %}
{% if result.sections %}
Result
{% for sec in result.sections %}
{% if sec.type == 'summary' %}
{% elif sec.type == 'table' %}
{% elif sec.type == 'list' %}
{% elif sec.type == 'kv' %}
{% elif sec.type == 'cards' %}
{% endif %}
{% endfor %}
{% endif %}
{% if final_response %}
{{ sec.title }}
{{ sec.body }}
{{ sec.title }}
| {{ c }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
{{ sec.title }}
-
{% for item in sec['entries'] %}
- {{ item }} {% endfor %}
{{ sec.title }}
-
{% for k, v in sec['entries'] %}
- {{ k }}
- {{ v }} {% endfor %}
{{ sec.title }}
{% for c in sec['entries'] %}
{% endfor %}
{{ c.title }}
{% if c.subtitle %}{{ c.subtitle }}
{% endif %}
{% for k, v in c.fields or [] %}
{{ k }}{{ v }}
{% endfor %}
{% if c.url %}Open ↗{% endif %}
Raw agent output
Show raw final response
{{ final_response }}
Task
{{ info.task_prompt }}