diff --git a/tui/agent.py b/tui/agent.py index a037ef6..fb85cd5 100644 --- a/tui/agent.py +++ b/tui/agent.py @@ -3,8 +3,16 @@ import threading from datetime import datetime from scripts import ntro -WELCOME_ART = """\ -\n\ +WELCOME_ART = """ + __ __ _______ __ _ ______ ______ ___ ___ _ +| | | || || | | || | | _ | | | | | | | +| |_| || ___|| |_| || _ || | || | | | |_| | +| || |___ | || | | || |_||_ | | | _| +| || ___|| _ || |_| || __ || | | |_ +| _ || |___ | | | || || | | || | | _ | +|__| |__||_______||_| |__||______| |___| |_||___| |___| |_| +""" +""" ╔══════════════════════════════════════════╗ ║ ║ ║ /\\_/\\ ║ @@ -13,7 +21,8 @@ WELCOME_ART = """\ ║ ( ) AI Agent ║ ║ (___) ║ ║ ║ -╚══════════════════════════════════════════╝""" +╚══════════════════════════════════════════╝ +""" def log(app, role, text):