New ASCII Art
This commit is contained in:
parent
399850eb3b
commit
78387899ad
15
tui/agent.py
15
tui/agent.py
@ -3,8 +3,16 @@ import threading
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from scripts import ntro
|
from scripts import ntro
|
||||||
|
|
||||||
WELCOME_ART = """\
|
WELCOME_ART = """
|
||||||
\n\
|
__ __ _______ __ _ ______ ______ ___ ___ _
|
||||||
|
| | | || || | | || | | _ | | | | | | |
|
||||||
|
| |_| || ___|| |_| || _ || | || | | | |_| |
|
||||||
|
| || |___ | || | | || |_||_ | | | _|
|
||||||
|
| || ___|| _ || |_| || __ || | | |_
|
||||||
|
| _ || |___ | | | || || | | || | | _ |
|
||||||
|
|__| |__||_______||_| |__||______| |___| |_||___| |___| |_|
|
||||||
|
"""
|
||||||
|
"""
|
||||||
╔══════════════════════════════════════════╗
|
╔══════════════════════════════════════════╗
|
||||||
║ ║
|
║ ║
|
||||||
║ /\\_/\\ ║
|
║ /\\_/\\ ║
|
||||||
@ -13,7 +21,8 @@ WELCOME_ART = """\
|
|||||||
║ ( ) AI Agent ║
|
║ ( ) AI Agent ║
|
||||||
║ (___) ║
|
║ (___) ║
|
||||||
║ ║
|
║ ║
|
||||||
╚══════════════════════════════════════════╝"""
|
╚══════════════════════════════════════════╝
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
def log(app, role, text):
|
def log(app, role, text):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user