File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424
2525def _print_banner ():
26- print ("""
27- ___ __ _ ___ _ _ ___ ___
28- / _ \\ / _` / __| | | |/ __/ _ \\
29- | (_) | (_| \\ __ \\ |_| | (_| __/
30- \\ ___/ \\ __,_|___/\\ __, |\\ ___\\ ___| agent
31- |___/
26+ # Cyan/teal ANSI: \033[36m = cyan, \033[96m = bright cyan, \033[0m = reset
27+ C = "\033 [36m" # cyan
28+ B = "\033 [96m" # bright cyan
29+ D = "\033 [90m" # dim gray
30+ R = "\033 [0m" # reset
31+ print (f"""
32+ { B } ╔═══════════════════════════════════════╗
33+ { B } ║{ C } ___ __ _ ___ _ _ ___ ___ { B } ║
34+ { B } ║{ C } / _ \\ / _` / __| | | |/ __/ _ \\ { B } ║
35+ { B } ║{ C } | (_) | (_| \\ __ \\ |_| | (_| __/ { B } ║
36+ { B } ║{ C } \\ ___/ \\ __,_|___/\\ __, |\\ ___\\ ___| { B } ║
37+ { B } ║{ C } |___/ { B } ║
38+ { B } ║ ║
39+ { B } ║ { D } a g e n t{ R } { B } { D } v0.8.3{ R } { B } ║
40+ { B } ╚═══════════════════════════════════════╝{ R }
3241""" )
3342
3443
You can’t perform that action at this time.
0 commit comments