Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 12, 2024
1 parent 6c83400 commit 945f070
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions neo_sapiens/hass_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
boss_sys_prompt,
)
from loguru import logger
from neo_sapiens.tools_preset import terminal, browser
from neo_sapiens.tools_preset import (
terminal,
browser,
file_editor,
create_file,
)

# Load environment variables
load_dotenv()
Expand Down Expand Up @@ -204,7 +209,7 @@ def create_agents(
dashboard=False,
verbose=True,
stopping_token="<DONE>",
tools=[browser, terminal],
tools=[browser, terminal, create_file, file_editor],
)

network.add_agent(out)
Expand Down

0 comments on commit 945f070

Please sign in to comment.