From 366afc48eee4872cbc2cbd8a0daec7a782be3a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=9A=D1=83=D1=82?= =?UTF-8?q?=D0=BB=D0=B0=D1=85=D0=BC=D0=B5=D1=82=D0=BE=D0=B2?= Date: Tue, 26 May 2026 13:45:42 +0000 Subject: [PATCH] =?UTF-8?q?add=C2=A0requirments=C2=A0..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4b40ebb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +langchain-openai>=0.3.0 +langgraph>=0.2.0 +langchain-core>=0.3.0 +python-dotenv>=1.0.0 +rich>=10.0.0