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

Function run

tests/test_faiss.py:474–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

472
473
474async def run():
475 args = parse_args()
476
477 config.init_config(args.config, args)
478 logger.init_logger(config)
479 logger.info(f"| Config: {config.pretty_text}")
480
481 await model_manager.initialize(use_local_proxy=config.use_local_proxy)
482 logger.info(f"| Models: {model_manager.list()}")
483
484 """Run the comprehensive test suite."""
485 tester = FaissTester()
486 await tester.run_all_tests()
487
488
489if __name__ == "__main__":

Callers 1

test_faiss.pyFile · 0.70

Calls 6

run_all_testsMethod · 0.95
FaissTesterClass · 0.85
parse_argsFunction · 0.70
infoMethod · 0.45
initializeMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected