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

Method start_precheck_step

AskAgent/python/core/state.py:17–19  ·  view source on GitHub ↗

Synchronous version for immediate state update

(self, step_name)

Source from the content-addressed store, hash-verified

15 self._tool_router_event = asyncio.Event()
16
17 def start_precheck_step(self, step_name):
18 """Synchronous version for immediate state update"""
19 self.precheck_step_state[step_name] = self.__class__.INITIAL
20
21 async def precheck_step_done(self, step_name):
22 async with self._state_lock:

Callers 9

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected