MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / start

Method start

tests/leetcode_reflection_agent.py:75–77  ·  view source on GitHub ↗

启动管理器

(self)

Source from the content-addressed store, hash-verified

73 logger.info(f"| 📊 Expected total files: {total}")
74
75 def start(self):
76 """启动管理器"""
77 self._running = True
78
79 async def stop(self):
80 """停止管理器,取消定时器"""

Callers 5

test_screenshotFunction · 0.45
test_browser_startupFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_screenshotFunction · 0.36
test_browser_startupFunction · 0.36