MCPcopy
hub / github.com/microsoft/agent-lightning / init

Method init

tests/runner/test_agent_runner.py:81–82  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

79 self._sequence_id = 0
80
81 def init(self, *args: Any, **kwargs: Any) -> None:
82 self._last_trace.clear()
83
84 def teardown(self, *args: Any, **kwargs: Any) -> None:
85 self._last_trace.clear()

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected