gnosis / prediction-market-agent

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

Social agent improvements #256

Open kongzii opened 2 weeks ago

kongzii commented 2 weeks ago

A few observations that should be fixed.


For this market https://aiomen.eth.limo/#/0xe843951dddb8e31867deb4a1fd8647f7a3ba11f6

It casted:

Screenshot by Dropbox Capture


The casts could contain link to the market, if we don't want it to take our 280 characters limit, perhaps it can be in a reply?


18 hours ago it casted about placing a bet about something that happened 4-8 days ago:

Screenshot by Dropbox Capture

Sometimes we leave markets open for a longer time to attract bots, but it doesn't make much sense to me to cast about it like about an interesting prediction.

gabrielfior commented 2 weeks ago

Sometimes we leave markets open for a longer time to attract bots, but it doesn't make much sense to me to cast about it like about an interesting prediction.

We can simply filter out the bets belonging to a market that is still open or resolution timestamp > (in 3 days time).

The casts could contain link to the market, if we don't want it to take our 280 characters limit, perhaps it can be in a reply?

Indeed there is an upper limit of 280 chars - it's already replying to it with the reasoning, adding a link to the market should be trivial and not even need an LLM.