new Dockerfile, successfully integrated user interface browser, novnc
This commit is contained in:
parent
de15e349ca
commit
805f7a017e
12 changed files with 673 additions and 231 deletions
|
|
@ -144,7 +144,7 @@ def _discover_tools():
|
|||
"tools.image_generation_tool",
|
||||
"tools.skills_tool",
|
||||
"tools.skill_manager_tool",
|
||||
"tools.browser_tool",
|
||||
# "tools.browser_tool",
|
||||
"tools.cronjob_tools",
|
||||
"tools.rl_training_tool",
|
||||
"tools.tts_tool",
|
||||
|
|
@ -158,6 +158,7 @@ def _discover_tools():
|
|||
"tools.send_message_tool",
|
||||
"tools.honcho_tools",
|
||||
"tools.homeassistant_tool",
|
||||
"tools.browser_use_tool"
|
||||
]
|
||||
import importlib
|
||||
for mod_name in _modules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue