mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
agent: enable browsing & jupyter by default
This commit is contained in:
parent
2e50a5bef5
commit
2b0eada176
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user