[FEAT][Agent Name print when init]

pull/307/head
Kye 1 year ago
parent 6c1f4d29dd
commit add77fac77

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

Loading…
Cancel
Save