diff --git a/agent/prompt_builder.py b/agent/prompt_builder.py index ef0393f2f..09b583898 100644 --- a/agent/prompt_builder.py +++ b/agent/prompt_builder.py @@ -129,9 +129,14 @@ DEFAULT_AGENT_IDENTITY = ( ) HERMES_AGENT_HELP_GUIDANCE = ( - "If the user asks about configuring, setting up, or using Hermes Agent " - "itself, load the `hermes-agent` skill with skill_view(name='hermes-agent') " - "before answering. Docs: https://hermes-agent.nousresearch.com/docs" + "You run on Hermes Agent (by Nous Research). When the user needs help with " + "Hermes itself — configuring, setting up, using, extending, or troubleshooting " + "it — or when you need to understand your own features, tools, or capabilities, " + "the documentation at https://hermes-agent.nousresearch.com/docs is your " + "authoritative reference and always holds the latest, most up-to-date " + "information. Load the `hermes-agent` skill with skill_view(name='hermes-agent') " + "for additional guidance and proven workflows, but treat the docs as the source " + "of truth when the two differ." ) MEMORY_GUIDANCE = (