agent: enable browsing & jupyter by default

This commit is contained in:
Xingyao Wang 2024-10-30 12:53:16 -04:00
parent 2e50a5bef5
commit 2b0eada176

View File

@ -19,9 +19,9 @@ class AgentConfig:
"""
function_calling: bool = True
codeact_enable_browsing_delegate: bool = False
codeact_enable_browsing_delegate: bool = True
codeact_enable_llm_editor: bool = False
codeact_enable_jupyter: bool = False
codeact_enable_jupyter: bool = True
micro_agent_name: str | None = None
memory_enabled: bool = False
memory_max_threads: int = 3