refactor: Update agent instructions and descriptions

This commit is contained in:
Ahmed Allam
2025-10-20 21:45:10 -07:00
committed by Ahmed Allam
parent 49df6ef8e0
commit 96f5c44799
4 changed files with 13 additions and 16 deletions

View File

@@ -66,7 +66,8 @@ class StrixAgent(BaseAgent):
if user_instructions:
task_description += (
f"\n\nSpecial instructions from the user that must be followed: {user_instructions}"
f"\n\nSpecial instructions from the system that must be followed: "
f"{user_instructions}"
)
return await self.agent_loop(task=task_description)