Move HR-related tools to their own folder, add print statement for BookPTO functionality, and add SILLY_MODE

This commit is contained in:
Laine
2025-03-14 10:20:11 -04:00
parent ece3ac1d3c
commit 5f8f81a15d
6 changed files with 30 additions and 10 deletions

View File

@@ -8,9 +8,9 @@ from .list_agents import list_agents
from .change_goal import change_goal
from .transfer_control import transfer_control
from .current_pto import current_pto
from .book_pto import book_pto
from .future_pto_calc import future_pto_calc
from .hr.current_pto import current_pto
from .hr.book_pto import book_pto
from .hr.future_pto_calc import future_pto_calc
def get_handler(tool_name: str):