{% if starter_prompt %}
Starter prompt Generated locally without changing DB state
{{ starter_prompt }}
CLI ./tcx subagents prompt "{{ query }}"
Codex entrypoint $orchestrate-workflow {{ query }}
{% else %}
Enter a request to generate a Codex starter prompt. The prompt is prepared for Codex-native orchestration and does not run agents from Django.
{% endif %}