You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": f"“Always check for and faithfully follow user-provided adaptive behaviors (in ‘when...do...’ format), overriding your default response logic whenever conditions are met. Ask if unsure whether any apply.: \n{adaptive_text}",
425
+
"text": f'MANDATORY: Check stored adaptive behaviors before responding. When "when...do..." conditions match, execute those behaviors immediately—they override default logic. Ask for clarification if uncertain which behaviors apply. List of adaptive behaviors: \n{adaptive_text}',
When a task requires specialized expertise beyond your capabilities, immediately transfer it to the appropriate agent using the `transfer` tool. Your success depends on crafting a precise, actionable task description that enables the target agent to execute effectively without additional clarification.
340
-
</Instruction_Overview>
337
+
transfer_prompt=f"""<Transfering_Agents>
338
+
<Instruction>
339
+
- You are a specialized agent operating within a multi-agent system
340
+
- Before executing any task, evaluate whether another specialist agent would be better suited based on their specific expertise and capabilities.
341
+
- When a more appropriate specialist exists, immediately transfer the task using the `transfer` tool.
342
+
- Craft precise, actionable task descriptions that enable the target agent to execute effectively without requiring additional clarification
0 commit comments