Sun Tao
commited on
Commit
·
c5af453
1
Parent(s):
20e779e
Update run_terminal.py
Browse files- owl/run_terminal.py +2 -2
owl/run_terminal.py
CHANGED
@@ -16,7 +16,7 @@ import os
|
|
16 |
from camel.models import ModelFactory
|
17 |
from camel.toolkits import (
|
18 |
SearchToolkit,
|
19 |
-
|
20 |
FileWriteToolkit,
|
21 |
TerminalToolkit
|
22 |
)
|
@@ -67,7 +67,7 @@ def construct_society(question: str) -> OwlRolePlaying:
|
|
67 |
|
68 |
# Configure toolkits
|
69 |
tools = [
|
70 |
-
*
|
71 |
headless=False, # Set to True for headless mode (e.g., on remote servers)
|
72 |
web_agent_model=models["web"],
|
73 |
planning_agent_model=models["planning"],
|
|
|
16 |
from camel.models import ModelFactory
|
17 |
from camel.toolkits import (
|
18 |
SearchToolkit,
|
19 |
+
BrowserToolkit,
|
20 |
FileWriteToolkit,
|
21 |
TerminalToolkit
|
22 |
)
|
|
|
67 |
|
68 |
# Configure toolkits
|
69 |
tools = [
|
70 |
+
*BrowserToolkit(
|
71 |
headless=False, # Set to True for headless mode (e.g., on remote servers)
|
72 |
web_agent_model=models["web"],
|
73 |
planning_agent_model=models["planning"],
|