Added a new heuristic to the BUILDER agent instructions: if a function takes longer than 10 seconds to understand, it is likely too complex and should be refactored. This reinforces the agent's focus on code simplicity and maintainability. When a function takes more than 10 seconds to understand

Refined guidelines for the BUILDER agent - Braumeister-Stefan/AgentWarehouse