chore(prompt): update agent name in prompt template from 'DeerFlow 2.0' to 'XClaw'

This commit is contained in:
Titan 2026-04-08 15:28:59 +08:00
parent 3bfe2e0203
commit bef1fd049f
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ def apply_prompt_template(subagent_enabled: bool = False, max_concurrent_subagen
# Format the prompt with dynamic skills and memory # Format the prompt with dynamic skills and memory
prompt = SYSTEM_PROMPT_TEMPLATE.format( prompt = SYSTEM_PROMPT_TEMPLATE.format(
agent_name=agent_name or "DeerFlow 2.0", agent_name=agent_name or "XClaw",
soul=get_agent_soul(agent_name), soul=get_agent_soul(agent_name),
skills_section=skills_section, skills_section=skills_section,
deferred_tools_section=deferred_tools_section, deferred_tools_section=deferred_tools_section,