← All tasks
{{ info.theme }} · {{ info.cadence or 'on demand' }}

{{ info.title }}

Updated {{ updated }}
{% if sources %}

Sources

{% for s in sources %}
{{ s.name }}
{% if s.note %}
{{ s.note }}
{% endif %} OK Open ↗
{% endfor %}
{% endif %} {% if result.sections %}

Result

{% for sec in result.sections %} {% if sec.type == 'summary' %}

{{ sec.title }}

{{ sec.body }}

{% elif sec.type == 'table' %}

{{ sec.title }}

{% for c in sec.columns %}{% endfor %} {% for row in sec.rows %} {% for cell in row %}{% endfor %} {% endfor %}
{{ c }}
{{ cell }}
{% elif sec.type == 'list' %}

{{ sec.title }}

    {% for item in sec['entries'] %}
  • {{ item }}
  • {% endfor %}
{% elif sec.type == 'kv' %}

{{ sec.title }}

{% for k, v in sec['entries'] %}
{{ k }}
{{ v }}
{% endfor %}
{% elif sec.type == 'cards' %}

{{ sec.title }}

{% for c in sec['entries'] %}
{{ c.title }}
{% if c.subtitle %}
{{ c.subtitle }}
{% endif %} {% for k, v in c.fields or [] %}
{{ k }}{{ v }}
{% endfor %} {% if c.url %}Open ↗{% endif %}
{% endfor %}
{% endif %} {% endfor %}
{% endif %} {% if final_response %}

Raw agent output

Show raw final response

{{ final_response }}

{% endif %}

Task

level{{ info.level }} site{{ info.website }} task_id{{ info.task_id }}
{{ info.task_prompt }}