Allow end-users to see the order and process that the agents work in?
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3487221. --> Reported by: [yautja_cetanu](https://www.drupal.org/user/626050) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When looking at admin/config/ai/agents/settings/field_type_agent</p> <p>Its difficult to see the process they are going through for debugging as they are not in any order on this page. determineFieldTask.yml is actually the entry point but answerQuestion.yml is the start.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>It might be worth showing what the tools are with a description of them under the YAML And what Agents those tools hand of over to.</p> <p>We should at least show which Sub-Agent is the first one to be called when the Agent is called.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue