gnosis / prediction-market-agent-tooling

Tools to benchmark, deploy and monitor prediction market agents.
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Add Seer to DeployableTraderAgent #513

Open kongzii opened 1 month ago

kongzii commented 1 month ago

In DeployableTraderAgent, we do stuff like:

Screenshot by Dropbox Capture

Not sure what will or won't be needed on Seer, but for sure at least some of these blockchain-prediction-market-specific things.

Go around the code (start in DeployableTraderAgent, but also check other places in PMAT) and implement what's needed for Seer

Edit: Maybe won't be necessary after I implement https://github.com/gnosis/prediction-market-agent-tooling/pull/493#discussion_r1802966345, but still good to keep this issue up and check it out.