Add possibility for an agent to store and read instructions from a file
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3572361. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
Related to !233
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>One problem is that the orchestration agent has to pass a lot of context to the sub-agents, even if the information is available in the initial question from the user.</p>
<p>This should add the initial request, and this will be available as a token for each of the subagents. That way an orchestraion agent can just send the specifics it needs and not create so much tokens or lose any specific context.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>When a parent agent comes in, add the instructions into a token that is attached to the subagent.</li>
<li>Add that as a token available in the token list.</li>
</ul>
<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