MCPcopy Create free account
hub / github.com/Louisym/MiniCC / summary

Method summary

tutorials/05_agentic_loop_complete.py:214–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 )
213
214 def summary(self) -> str:
215 total = self._cumulative_input + self._cumulative_output
216 return f"turns={self.turns}, input={self._cumulative_input}, output={self._cumulative_output}, total={total}"
217
218
219# ======================================================================

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected