mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
Add "new_agent" top-level section to en.json with all prompt templates (soul, tools_header, coworkers_header, skills_self_build, temporal, tool_result_truncated). Add new_agent() accessor to I18N class. Executor now pulls all prompt text from I18N_DEFAULT.new_agent() with format() placeholders, making it easy to tune prompts per model or translate to other languages without touching executor logic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>