fromdatetimeimportdatetimefromagentsimportfunction_tool@function_tooldeffetch_time():""" Fetches the current time. """returndatetime.now().strftime("%H:%M:%S")@function_tooldeffetch_date():""" Fetches the current date. """returndatetime.now().strftime("%Y-%m-%d")