From b1b1dcf1c00087f42b2abdb1d1b617e525c51aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=92=D0=B8=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=BE=D0=B2?= Date: Tue, 30 Jun 2026 17:39:14 +0000 Subject: [PATCH] =?UTF-8?q?add:=20requirements.txt=20=E2=80=94=208.=20?= =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D0=BF=D0=B8=D1=81=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=B0?= =?UTF-8?q?=D0=B3=D0=B5=D0=BD=D1=82=20=D0=BD=D0=B0=20=D0=BE=D1=81=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=B5=20deep=20agents=20from=20scratch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..801b401 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +deepagents +langchain>=1.2.10 +langchain-openai>=0.3.0 +langgraph>=0.2.0 +httpx +beautifulsoup4 +chromadb +langchain-chroma \ No newline at end of file