gnosis / prediction-market-agent

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

For microchain/general agent, 'process' learnings to update prompt #207

Open evangriffiths opened 2 months ago

evangriffiths commented 2 months ago

We first prompt the model with Participate in PMs, be clever, etc... Also here are you available functions ...

We now have a function that allows the model to pull in its memories + turn them into 'learnings'.

We should now have a step that feeds these learnings back into the original prompt, so prompt becomes something like:

Participate in PMs, be clever, etc... Also here are you available functions ..., Things you have learned from previous runs ...

evangriffiths commented 1 month ago

Maybe unlocked by https://github.com/gnosis/prediction-market-agent/pull/222

evangriffiths commented 1 month ago

Need to add a 'LearnAboutTradingStrategy' that tells the agent to do RememberPastLearnings -> UpdateSystemPrompt

evangriffiths commented 2 weeks ago

Related task https://github.com/gnosis/prediction-market-agent/issues/298. Think about these issues together.