Обновить solutions/69a474cdc46fd26feae69896_Практическое_задание__3__Память_и_подтве/agent_with_memory_and_human_in_the_loop.py

This commit is contained in:
2026-05-27 11:30:14 +00:00
parent 3bf779e7a3
commit 3e2cd319cb
@@ -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