gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
15 stars 4 forks source link

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

Open evangriffiths opened 1 month ago

evangriffiths commented 1 month ago

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

evangriffiths commented 3 weeks ago

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

evangriffiths commented 1 week 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 1 week ago

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