mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
update locally
This commit is contained in:
parent
0b918eb224
commit
757174366e
6 changed files with 23 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue