When creating an English Agent via the UI, the generated soul.md file still contains Chinese text in several sections, causing inconsistent language behavior during conversations.
Steps to reproduce:
- Create a new Agent with English language selected
- Check the generated
soul.md file
- Observe Chinese text in sections like personality description, skill definitions, or system prompts
Expected behavior:
All content in soul.md should be in English when English is selected as the Agent's language.
Impact:
- Language inconsistency in agent conversations
- Confusion for users expecting fully English agents
- Potential localization issues
Additional context:
This appears to be a template generation issue where the base soul template contains hardcoded Chinese text that isn't being properly localized based on the selected language.
When creating an English Agent via the UI, the generated
soul.mdfile still contains Chinese text in several sections, causing inconsistent language behavior during conversations.Steps to reproduce:
soul.mdfileExpected behavior:
All content in
soul.mdshould be in English when English is selected as the Agent's language.Impact:
Additional context:
This appears to be a template generation issue where the base soul template contains hardcoded Chinese text that isn't being properly localized based on the selected language.