Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crypto token news agent should not be hardcoding and operating off symbols [Bug] #83

Open
danXyu opened this issue Oct 9, 2024 · 0 comments

Comments

@danXyu
Copy link
Contributor

danXyu commented Oct 9, 2024

  • The token news agent currently operates off of hardcoded crypto symbols.
  • This has a few flaws:
  1. Does not gracefully handle mispellings or alternative symbols (XBT for bitcoin, etc.)
  2. Does not handle any queries where the user asks for "Recent news about morpheus"
  3. Does not scale and limits the universe of crypto someone can search across (there are only 100 symbols in the config)

The crypto data agent takes an approach of fetching all protocols and then getting the most similar to a coin_name that is parsed from the chat message via the LLM. This agent should do something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant