chore(task): archive 04-28-fix-ai-english-output

This commit is contained in:
qzl
2026-04-29 14:27:54 +08:00
parent 16cb47e75a
commit 58cbb8d84f
6 changed files with 2 additions and 2 deletions
@@ -0,0 +1,8 @@
{"file": ".trellis/workflow.md", "reason": "Project workflow and conventions"}
{"file": ".trellis/spec/backend/index.md", "reason": "Backend development guide"}
{"file": "backend/src/core/agentscope/prompts/worker_rules.py", "reason": "Core fix: role playing language dispatch"}
{"file": "backend/src/core/agentscope/prompts/system_prompt.py", "reason": "Safety section i18n"}
{"file": "backend/src/core/agentscope/prompts/user_prompt.py", "reason": "User prompt i18n"}
{"file": "backend/src/core/agentscope/prompts/agent_prompt.py", "reason": "Agent prompt composition"}
{"file": "backend/src/core/agentscope/runtime/runner.py", "reason": "Language parameter passing"}
{"file": "backend/tests/unit/test_agentscope_prompts.py", "reason": "Test cases"}