def __init__()

in src/nova_act/util/terminal_manager.py [0:0]


    def __init__(self):
        # Check if running in an interactive terminal
        self.is_interactive = sys.stdin.isatty() and os.isatty(sys.stdin.fileno())