diff --git a/solutions/69a474cdc46fd26feae69896_Практическое_задание__3__Память_и_подтве/agent_with_memory_and_human_in_the_loop.py b/solutions/69a474cdc46fd26feae69896_Практическое_задание__3__Память_и_подтве/agent_with_memory_and_human_in_the_loop.py index 6059d68..36740a3 100644 --- a/solutions/69a474cdc46fd26feae69896_Практическое_задание__3__Память_и_подтве/agent_with_memory_and_human_in_the_loop.py +++ b/solutions/69a474cdc46fd26feae69896_Практическое_задание__3__Память_и_подтве/agent_with_memory_and_human_in_the_loop.py @@ -23,6 +23,8 @@ import os from typing import Dict, Any # ---------- Rich — красивый вывод в консоль ---------- + +#ВОТ ПОДКЛЮЧЕНИЕ RICH КАК НЕОБХОДИМО ПО УСЛОВИЮ from rich.console import Console from rich.panel import Panel from rich.prompt import Prompt