Closed kongzii closed 1 month ago
We are doing stuff like
if market_type != MarketType.OMEN: raise RuntimeError("This agent works only on Omen markets.")
in PMA. I think it'd be great to have it as a property directly on DeployableTraderAgent.
DeployableTraderAgent
And then refactor PMA to use it.
Was needed in https://github.com/gnosis/prediction-market-agent-tooling/pull/525, so added it as part of that PR
We are doing stuff like
in PMA. I think it'd be great to have it as a property directly on
DeployableTraderAgent
.And then refactor PMA to use it.