update locally

This commit is contained in:
stellahsr 2023-12-06 20:45:37 +08:00
parent 0b918eb224
commit 757174366e
6 changed files with 23 additions and 20 deletions

View file

@ -6,4 +6,4 @@
# @Desc :
from metagpt.tools.functions.register.register import registry
import metagpt.tools.functions.libs.feature_engineering
import metagpt.tools.functions.libs.data_preprocess
# import metagpt.tools.functions.libs.data_preprocess

View file

@ -7,7 +7,7 @@ from typing import Any, Callable, Coroutine, Literal, overload
from metagpt.config import CONFIG
from metagpt.tools import WebBrowserEngineType
from metagpt.utils.parse_html import WebPage
# from metagpt.utils.parse_html import WebPage
class WebBrowserEngine: