Give a parent agent possibility to forward request as is
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3550098. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Many time a user is actually asking an orchestration agent just one instruction for one specific agent. Depending on how well the prompt is, there might be loss of information when this is forwarded to the subagent.</p> <p>If the parent knows that it should just forward the request as is, then it should be able to give this as a token instead.</p> <p>This helps both with consistency, but also costs and speed, since it will just output one token.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Create a token that the agent, can be aware of that it can use to forward.<br> On subsequent agents, replace this token with the instructions that the agent has.</p>
issue