MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / __init__

Method __init__

AskAgent/python/core/query_analysis/memory.py:26–28  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

24 STEP_NAME = "Memory"
25
26 def __init__(self, handler):
27 super().__init__(handler)
28 self.handler.state.start_precheck_step(self.STEP_NAME)
29
30 async def do(self):
31 if not CONFIG.is_memory_enabled():

Callers

nothing calls this directly

Calls 1

start_precheck_stepMethod · 0.80

Tested by

no test coverage detected