chore(prompt): update agent name in prompt template from 'DeerFlow 2.0' to 'XClaw'
This commit is contained in:
parent
3bfe2e0203
commit
bef1fd049f
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue