You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token news agent currently operates off of hardcoded crypto symbols.
This has a few flaws:
Does not gracefully handle mispellings or alternative symbols (XBT for bitcoin, etc.)
Does not handle any queries where the user asks for "Recent news about morpheus"
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: