Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/AssetOpsBench
/ __init__
Method
__init__
src/agent/plan_execute/runner.py:38–41 ·
view source on GitHub ↗
(self, inner: LLMBackend)
Source
from the content-addressed store, hash-verified
36
""
"
37
38
def
__init__(self, inner: LLMBackend) -> None:
39
self._inner = inner
40
self.input_tokens = 0
41
self.output_tokens = 0
42
43
def
reset(self) -> None:
44
self.input_tokens = 0
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected