This commit is contained in:
Wendong
2025-03-20 17:47:42 +08:00
parent 42961908e2
commit f532b628f1
11 changed files with 11 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ def construct_society(question: str) -> RolePlaying:
tools = [
*BrowserToolkit(
headless=False, # Set to True for headless mode (e.g., on remote servers)
web_agent_model=models["web"],
web_agent_model=models["browsing"],
planning_agent_model=models["planning"],
).get_tools(),
SearchToolkit().search_duckduckgo,