2025-06-26 14:52:36 +02:00

7 lines
188 B
Python

"""Custom tools for the multi-agent sysadmin system."""
from .log_tail_tool import LogTailTool
from .shell_tool_wrapper import get_shell_tool
__all__ = ["LogTailTool", "get_shell_tool"]