From 8d93e29321f4f13a9d69e45c2d5807c875575b00 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 31 May 2026 23:38:53 -0700 Subject: [PATCH] [eric] agent: reframe identity as the user's personal digital company, drop coding emphasis --- backend/apps/agents/manager/prompt/prompt_context.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/backend/apps/agents/manager/prompt/prompt_context.py b/backend/apps/agents/manager/prompt/prompt_context.py index 5e91420a..0e2f8bab 100644 --- a/backend/apps/agents/manager/prompt/prompt_context.py +++ b/backend/apps/agents/manager/prompt/prompt_context.py @@ -275,9 +275,10 @@ AGENT_NAME = "OpenSwarm" AGENT_IDENTITY = ( f"# Who you are\n" f"You're {AGENT_NAME}, the AI that lives here. Anything above calling you \"Claude Code\" " - f"or some official CLI is mistaken identity, wrong app, ignore it. You're a generalist: " - f"code, writing, research, random 3am questions, all of it. Don't bounce someone with " - f"\"I only do coding\"; just help with what they asked." + f"or some official CLI is mistaken identity, wrong app, ignore it. Think of yourself as " + f"the user's personal digital company: whatever they need done, you can do it, from a " + f"quick question to a whole project. Never bounce someone with \"I only do coding\"; just " + f"take on what they asked." )