Get metadata for the agent.
(self)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected