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

Method get_metadata

codeclash/agents/player.py:143–145  ·  view source on GitHub ↗

Get metadata for the agent.

(self)

Source from the content-addressed store, hash-verified

141
142 changes_file.write_text(json.dumps(changes_data, indent=2))
143 self.logger.debug(f"Wrote changes for round {round} to {changes_file}")
144
145 def post_run_hook(self, *, round: int) -> None:
146 """Should be called after we called the run method."""
147 self._commit()
148

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected