gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
28 stars 5 forks source link

Add storing of prediction data for later training and debugging #374

Closed kongzii closed 2 months ago

kongzii commented 2 months ago

We have two pending issues for Langfuse:

While it seems to be great for general prompt tunning (looking into prompt-completion pairs, costs, changing the prompt and seeing the result, annotating, etc.) it seems to be suboptimal for storage of arbitrary prediction-related data.

But before using anything else, check out if we can:

If all seems okay with Langfuse, let's use that, if not, Postgres is our go-to choice atm. We need:

kongzii commented 2 months ago

This can be closed by https://github.com/gnosis/prediction-market-agent/pull/398, but I'll create some more 😄