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
Is your feature request related to a problem? Please describe.
We'd like to extend Eliza's capabilities with FerePro Agent. FerePro is an agent developed by FereAI which can perform open world Q&A related to various crypto topics like - Token Research, Investment Decisions, KOL research, category research, actions (swap, trade and more). It can interpret and answer questions of various complexities. We believe that adding this as a plugin will significantly improve Eliza's capabilities to perform research and Q&A.
Describe the solution you'd like
A Plugin for FerePro in Eliza's codebase.
Describe alternatives you've considered
As an alternate, we will need to add a lot of tools and multi agentic capabilities to Eliza. FerePro can abstract all of that.
Disclaimer: I'm a co founder and core dev at FereAI.
Additional context
Architecture
FerePro APIs can provide streaming answer as well as non streaming answer. This plugin must support both the use cases.
FerePro APIs also provide a bunch of intermediate responses. This is usually shown in UI for users to get a view of happenings behind the scenes. They should only be enabled when this plugin is run in debug mode. Developers can use this info to troubleshoot or get support from Fere team.
This key must be passed to the plugin for it to work.
FerePro is a freemium API. There is a limit on questions that can be asked for free. (We can revise the limits based on community feedback). For extended use cases, the developers must top up their account by visiting fereai.xyz.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We'd like to extend Eliza's capabilities with FerePro Agent. FerePro is an agent developed by FereAI which can perform open world Q&A related to various crypto topics like - Token Research, Investment Decisions, KOL research, category research, actions (swap, trade and more). It can interpret and answer questions of various complexities. We believe that adding this as a plugin will significantly improve Eliza's capabilities to perform research and Q&A.
Describe the solution you'd like
A Plugin for FerePro in Eliza's codebase.
Describe alternatives you've considered
As an alternate, we will need to add a lot of tools and multi agentic capabilities to Eliza. FerePro can abstract all of that.
Disclaimer: I'm a co founder and core dev at FereAI.
Additional context
Architecture
Others
The text was updated successfully, but these errors were encountered: