No output recorded.
This instance completed with 0 messages and 0 artifacts — co-workers likely exited before producing output.
Common causes: (a) no LLM provider configured in .env,
(b) all role steps skipped due to tool-permission constraints, or
(c) the role YAML has no steps.
Check the Activity Log tab for per-step details.
Co-Workers
({{ coworkers | length }})
{% for cw in coworkers %}
{% set cw_step_count = cw.step_count | default(0) %}
{% set cw_total_steps = cw.total_steps | default(0) %}
{% set pct = ((cw_step_count / cw_total_steps * 100) | int) if cw_total_steps > 0 else (100 if cw.state in ('done', 'complete') else 0) %}