MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / cleanup

Function cleanup

evaluation/utils.py:341–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 output_fp.flush()
340
341def cleanup():
342 print('Cleaning up child processes...')
343 for process in mp.active_children():
344 print(f'Terminating child process: {process.name}')
345 process.terminate()
346 process.join()
347
348
349def check_port_available(port):

Callers 1

run_evaluationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected