[FEAT][Agent Name print when init]

pull/239/head
Kye 1 year ago
parent 74f996b352
commit 970239b8be

@ -484,7 +484,13 @@ class Agent:
"""Print the autonomous agent activation message""" """Print the autonomous agent activation message"""
try: try:
print( print(
colored("Initializing Autonomous Agent...", "yellow") colored(
(
"Initializing Autonomous Agent"
f" {self.agent_name}..."
),
"yellow",
)
) )
# print(colored("Loading modules...", "yellow")) # print(colored("Loading modules...", "yellow"))
# print(colored("Modules loaded successfully.", "green")) # print(colored("Modules loaded successfully.", "green"))

Loading…
Cancel
Save