MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / on_agent_start

Method on_agent_start

tests/flows/test_runner.py:32–33  ·  view source on GitHub ↗
(self, *_: Any, **__: Any)

Source from the content-addressed store, hash-verified

30 self.log.append((self.label, "on_llm_end"))
31
32 async def on_agent_start(self, *_: Any, **__: Any) -> None:
33 self.log.append((self.label, "on_agent_start"))
34
35 async def on_agent_end(self, *_: Any, **__: Any) -> None:
36 self.log.append((self.label, "on_agent_end"))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected