pub const CHECK_MARK: &str = "✓";
pub const X: &str = "X";
pub const CURSOR_ICON: &str = "█";
pub const USER_ICON: &str = "►";
pub const LLM_ICON: &str = "※";
pub const TOOL_ICON: &str = "⏣";
pub const SYSTEM_ICON: &str = "⬢";
pub const MAIN_MANAGER_ICON: &str = "▣";
pub const SUB_MANGER_ICON: &str = "◈";
pub const WORKER_ICON: &str = "▫";
pub const GEAR_ICON: &str = "⚙";
pub const SUCCESS_ICON: &str = "✓";
pub const FAILED_ICON: &str = "✗";
pub const TIMEOUT_ICON: &str = "◐";
pub const SIGNAL_ICON: &str = "◆";
pub const ERROR_ICON: &str = "!";
pub const USER_ACTOR_ICON: &str = "▪";
pub const DEPENDENCY_ACTOR_ICON: &str = "◦";