MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / get_metadata

Method get_metadata

codeclash/tournaments/pvp.py:60–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 return self.config["tournament"]["rounds"]
59
60 @property
61 def transparent(self) -> bool:
62 return self.config["tournament"].get("transparent", False)
63
64 def get_metadata(self) -> dict:
65 # will be saved in end()
66 return {
67 **super().get_metadata(),
68 "game": self.game.get_metadata(),
69 "agents": [agent.get_metadata() for agent in self.agents],

Callers 1

_saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected