gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
32 stars 6 forks source link

Move the microchain functions (e.g. BuyTokens) into generic representation #237

Open evangriffiths opened 5 months ago

evangriffiths commented 5 months ago

...that can be re-used by other frameworks (e.g. autogen)

evangriffiths commented 5 months ago

Picking langchain tools as the generic representation https://python.langchain.com/v0.1/docs/modules/tools/, because:

evangriffiths commented 4 months ago

Needed to move from microchain -> other framework, but a bit blocked at the moment - how to represent AgentFunctions??

Keep in mind that functions will come from marketplace in the future anyway.

evangriffiths commented 4 months ago

related to https://github.com/gnosis/prediction-market-agent/issues/253

evangriffiths commented 2 months ago

Examples for some functions:

the idea of moving the general agent to use a framework other than microchain has stalled, and the difficulty in doing the above for especially AgentFunctions means this issue is not a priority ATM.