mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 04:30:13 +00:00
enhance: log system
This commit is contained in:
parent
a3b45a0c05
commit
08143704f7
24 changed files with 86 additions and 81 deletions
|
|
@ -12,12 +12,14 @@ from camel.toolkits.hybrid_browser_toolkit_py.actions import ActionExecutor
|
|||
from camel.toolkits.hybrid_browser_toolkit_py.snapshot import PageSnapshot
|
||||
from camel.toolkits.hybrid_browser_toolkit_py.agent import PlaywrightLLMAgent
|
||||
from camel.toolkits.function_tool import FunctionTool
|
||||
from loguru import logger
|
||||
from app.component.environment import env
|
||||
from app.exception.exception import ProgramException
|
||||
from app.service.task import Agents
|
||||
from app.utils.listen.toolkit_listen import listen_toolkit
|
||||
from app.utils.toolkit.abstract_toolkit import AbstractToolkit
|
||||
from app.utils import traceroot_wrapper as traceroot
|
||||
|
||||
logger = traceroot.get_logger("hybrid_browser_python_toolkit")
|
||||
|
||||
|
||||
class BrowserSession(BaseHybridBrowserSession):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue