prediction-market-agent-tooling 0.14.0__py3-none-any.whl → 0.14.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,7 +154,8 @@ class AgentMarket(BaseModel):
154
154
  def get_token_balance(self, user_id: str, outcome: str) -> TokenAmount:
155
155
  raise NotImplementedError("Subclasses must implement this method")
156
156
 
157
- def get_positions(self, user_id: str) -> list[Position]:
157
+ @classmethod
158
+ def get_positions(cls, user_id: str) -> list[Position]:
158
159
  """
159
160
  Get all non-zero positions a user has in any market.
160
161
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prediction-market-agent-tooling
3
- Version: 0.14.0
3
+ Version: 0.14.1
4
4
  Summary: Tools to benchmark, deploy and monitor prediction market agents.
5
5
  Author: Gnosis
6
6
  Requires-Python: >=3.10,<3.12
@@ -18,7 +18,7 @@ prediction_market_agent_tooling/deploy/gcp/deploy.py,sha256=CYUgnfy-9XVk04kkxA_5
18
18
  prediction_market_agent_tooling/deploy/gcp/kubernetes_models.py,sha256=qYIHRxQLac3yxtZ8ChikiPG9O1aUQucHW0muTSm1nto,2627
19
19
  prediction_market_agent_tooling/deploy/gcp/utils.py,sha256=oyW0jgrUT2Tr49c7GlpcMsYNQjoCSOcWis3q-MmVAhU,6089
20
20
  prediction_market_agent_tooling/gtypes.py,sha256=xGSJXw12hzp8LwvQ956l01GiZMWd07MZTYqo8CXVeLY,2417
21
- prediction_market_agent_tooling/markets/agent_market.py,sha256=Io4Re0o4ZbDnOhsLky_p3S_C6tJ9moqeOKC27IACjFs,5272
21
+ prediction_market_agent_tooling/markets/agent_market.py,sha256=lAJwBS6GjMwkM_mwLTfXVgBPJBw0go_qNCV4-b4kjVQ,5288
22
22
  prediction_market_agent_tooling/markets/categorize.py,sha256=yTd-lDMPW4ESDSzmxeLLBuzLX0FggOF7Vbswh7295o0,941
23
23
  prediction_market_agent_tooling/markets/data_models.py,sha256=uODY3aoFp8YYeLAUcrzMk1yU8pIKsTLobB9xIEGTmKs,1170
24
24
  prediction_market_agent_tooling/markets/manifold/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -61,8 +61,8 @@ prediction_market_agent_tooling/tools/parallelism.py,sha256=OXJ1JB3mqfeCwMHib3nm
61
61
  prediction_market_agent_tooling/tools/singleton.py,sha256=CiIELUiI-OeS7U7eeHEt0rnVhtQGzwoUdAgn_7u_GBM,729
62
62
  prediction_market_agent_tooling/tools/utils.py,sha256=6MRfLr5xGPEQGobLz_eCsE_p-XaAeOCcmygwgNCIvqE,5044
63
63
  prediction_market_agent_tooling/tools/web3_utils.py,sha256=FmOBG_8Da9DZXdXtNAc_XKXFR7TECukpJep08fPBHXI,5282
64
- prediction_market_agent_tooling-0.14.0.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
65
- prediction_market_agent_tooling-0.14.0.dist-info/METADATA,sha256=ZSA3Sac7_btd95-qtnPNCkrm_WYhi2gR8vYT-NvgWas,4699
66
- prediction_market_agent_tooling-0.14.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
67
- prediction_market_agent_tooling-0.14.0.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
68
- prediction_market_agent_tooling-0.14.0.dist-info/RECORD,,
64
+ prediction_market_agent_tooling-0.14.1.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
65
+ prediction_market_agent_tooling-0.14.1.dist-info/METADATA,sha256=xyiZh2yot-My4XRWv_e1o7DsQvtwe3bs73kg3r8Mkdg,4699
66
+ prediction_market_agent_tooling-0.14.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
67
+ prediction_market_agent_tooling-0.14.1.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
68
+ prediction_market_agent_tooling-0.14.1.dist-info/RECORD,,