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

Method __init__

quantmind/flows/_runner.py:94–95  ·  view source on GitHub ↗
(self, inner: list[RunHooks[Any]])

Source from the content-addressed store, hash-verified

92 """
93
94 def __init__(self, inner: list[RunHooks[Any]]) -> None:
95 self._inner = list(inner)
96
97 async def on_llm_start(self, *args: Any, **kwargs: Any) -> None:
98 for h in self._inner:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected