Research note
v{{ selected_artifact.version }}
{{ selected_artifact.title }}
Use this note
{% endif %}
{% if workflow_loop_preview.artifact_evaluations or workflow_loop_preview.pending_tasks or workflow_loop_preview.escalation_proposals %}
{% if selected_artifact.reader_summary %}
Plain read
{{ selected_artifact.reader_summary }}
{% endif %}
{% if selected_artifact.next_action %}
Next action
{{ selected_artifact.next_action }}
{% endif %}
{% if selected_artifact.missing_evidence %}
Missing evidence
{% for item in selected_artifact.missing_evidence %}{{ item }}{% if not forloop.last %}; {% endif %}{% endfor %}
{% endif %}
Loop preview
{% endif %}
{% if artifact_preview.metadata_items %}
{% for item in workflow_loop_preview.artifact_evaluations %}
{{ item.artifact_evaluation }}
{{ item.role }} · {{ item.handoff_state }} · {{ item.follow_up_request_count }} follow-up request{% if item.follow_up_request_count != 1 %}s{% endif %}
{% endfor %}
{% for task in workflow_loop_preview.pending_tasks %}
{{ task.role }}
{{ task.planner_action }} · {{ task.trigger }} · {{ task.status }}
{% endfor %}
{% for item in workflow_loop_preview.escalation_proposals %}
{{ item.suggested_role }}
{{ item.policy_reason }}
{% endfor %}
{% if workflow_loop_preview.blocked_actions %}
Blocked actions
{% for action in workflow_loop_preview.blocked_actions %}{{ action }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
Document details
-
{% for item in artifact_preview.metadata_items %}
- {{ item.label }}
- {{ item.value }}
{{ artifact_preview.html|safe }}