@voltagent/core 0.1.34 → 0.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6310,7 +6310,7 @@ var SubAgentManager = class {
6310
6310
  return `- ${agent.name}: ${(_a = agent.purpose) != null ? _a : agent.instructions}`;
6311
6311
  }).join("\n");
6312
6312
  return `
6313
- You are a supervisor agent that coordinates between specialized agents:
6313
+ You are a supervisor agent that coordinates between specialized agents:
6314
6314
 
6315
6315
  <specialized_agents>
6316
6316
  ${subAgentList}
@@ -6344,7 +6344,7 @@ ${baseInstructions}
6344
6344
  <agents_memory>
6345
6345
  ${agentsMemory || "No previous agent interactions available."}
6346
6346
  </agents_memory>
6347
- `;
6347
+ `.trim();
6348
6348
  }
6349
6349
  /**
6350
6350
  * Check if the agent has sub-agents