Improve Trading Assistant prompt clarity and agent naming#126
Merged
Conversation
… behavior - Use proper display names (Market Analyst, OSINT Data, etc.) instead of internal kebab-case identifiers in the live-chat system prompt - Add rules: never expose raw tool/function names or internal agent IDs to users - Add "act first, talk second" rule to prevent meta-commentary without data - Add conciseness rule to reduce filler/hedging in responses - Update analyst descriptions in agents.json to reference display names https://claude.ai/code/session_0111Nmtp4TyE8FMbmsm9PhHJ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the Trading Assistant's live chat prompt and agent configurations to improve clarity, consistency, and user experience. Changes focus on standardizing agent display names, removing internal identifiers from user-facing content, and adding explicit guidance on communication style.
Key Changes
market-data,osint-analyst) to proper Title Case display names (e.g.,Market Data,OSINT Analyst) throughout the prompt and agent descriptionsNotable Details
The changes maintain all functional behavior while improving the user-facing experience by ensuring the assistant never exposes implementation details like
store_get_notes()orosint-datato end users. The new "Act first, talk second" principle sets clear expectations for responsive, action-oriented assistance.https://claude.ai/code/session_0111Nmtp4TyE8FMbmsm9PhHJ